Module model

Module model 

Source
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§

BatchCreateRepositoriesRequest
Message for creating repositoritories in batch.
BatchCreateRepositoriesResponse
Message for response of creating repositories in batch.
BitbucketCloudConfig
Configuration for connections to Bitbucket Cloud.
BitbucketDataCenterConfig
Configuration for connections to Bitbucket Data Center.
Connection
A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center, Bitbucket Cloud or GitLab.
CreateConnectionRequest
Message for creating a Connection
CreateRepositoryRequest
Message for creating a Repository.
DeleteConnectionRequest
Message for deleting a Connection.
DeleteRepositoryRequest
Message for deleting a Repository.
FetchGitRefsRequest
Request for fetching git refs
FetchGitRefsResponse
Response for fetching git refs
FetchLinkableRepositoriesRequest
Request message for FetchLinkableRepositories.
FetchLinkableRepositoriesResponse
Response message for FetchLinkableRepositories.
FetchReadTokenRequest
Message for fetching SCM read token.
FetchReadTokenResponse
Message for responding to get read token.
FetchReadWriteTokenRequest
Message for fetching SCM read/write token.
FetchReadWriteTokenResponse
Message for responding to get read/write token.
GetConnectionRequest
Message for getting the details of a Connection.
GetRepositoryRequest
Message for getting the details of a Repository.
GitHubConfig
Configuration for connections to github.com.
GitHubEnterpriseConfig
Configuration for connections to an instance of GitHub Enterprise.
GitLabConfig
Configuration for connections to gitlab.com or an instance of GitLab Enterprise.
InstallationState
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
ListConnectionsRequest
Message for requesting list of Connections.
ListConnectionsResponse
Message for response to listing Connections.
ListRepositoriesRequest
Message for requesting list of Repositories.
ListRepositoriesResponse
Message for response to listing Repositories.
OAuthCredential
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
OperationMetadata
Represents the metadata of the long-running operation.
ProcessWebhookRequest
RPC request object accepted by the ProcessWebhook RPC method.
Repository
A repository associated to a parent connection.
RunWorkflowCustomOperationMetadata
Represents the custom metadata of the RunWorkflow long-running operation.
ServiceDirectoryConfig
ServiceDirectoryConfig represents Service Directory configuration for a connection.
UpdateConnectionRequest
Message for updating a Connection.
UserCredential
Represents a personal access token that authorized the Connection, and associated metadata.