Expand description
The messages and enums that are part of this client library.
Modules§
- connection
- Defines additional types related to Connection.
- fetch_
git_ refs_ request - Defines additional types related to FetchGitRefsRequest.
- installation_
state - Defines additional types related to InstallationState.
Structs§
- Batch
Create Repositories Request - Message for creating repositoritories in batch.
- Batch
Create Repositories Response - Message for response of creating repositories in batch.
- Bitbucket
Cloud Config - Configuration for connections to Bitbucket Cloud.
- Bitbucket
Data Center Config - Configuration for connections to Bitbucket Data Center.
- Connection
- A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center, Bitbucket Cloud or GitLab.
- Create
Connection Request - Message for creating a Connection
- Create
Repository Request - Message for creating a Repository.
- Delete
Connection Request - Message for deleting a Connection.
- Delete
Repository Request - Message for deleting a Repository.
- Fetch
GitRefs Request - Request for fetching git refs
- Fetch
GitRefs Response - Response for fetching git refs
- Fetch
Linkable Repositories Request - Request message for FetchLinkableRepositories.
- Fetch
Linkable Repositories Response - Response message for FetchLinkableRepositories.
- Fetch
Read Token Request - Message for fetching SCM read token.
- Fetch
Read Token Response - Message for responding to get read token.
- Fetch
Read Write Token Request - Message for fetching SCM read/write token.
- Fetch
Read Write Token Response - Message for responding to get read/write token.
- GetConnection
Request - Message for getting the details of a Connection.
- GetRepository
Request - Message for getting the details of a Repository.
- GitHub
Config - Configuration for connections to github.com.
- GitHub
Enterprise Config - Configuration for connections to an instance of GitHub Enterprise.
- GitLab
Config - Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
- Installation
State - Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
- List
Connections Request - Message for requesting list of Connections.
- List
Connections Response - Message for response to listing Connections.
- List
Repositories Request - Message for requesting list of Repositories.
- List
Repositories Response - Message for response to listing Repositories.
- OAuth
Credential - Represents an OAuth token of the account that authorized the Connection, and associated metadata.
- Operation
Metadata - Represents the metadata of the long-running operation.
- Process
Webhook Request - RPC request object accepted by the ProcessWebhook RPC method.
- Repository
- A repository associated to a parent connection.
- RunWorkflow
Custom Operation Metadata - Represents the custom metadata of the RunWorkflow long-running operation.
- Service
Directory Config - ServiceDirectoryConfig represents Service Directory configuration for a connection.
- Update
Connection Request - Message for updating a Connection.
- User
Credential - Represents a personal access token that authorized the Connection, and associated metadata.