Namespace Google.Apis.DeveloperConnect.v1.Data
Classes
CancelOperationRequest
The request message for Operations.CancelOperation.
Connection
Message describing Connection object
CryptoKeyConfig
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
FetchGitHubInstallationsResponse
Response of fetching github installations.
FetchGitRefsResponse
Response for fetching git refs.
FetchLinkableGitRepositoriesResponse
Response message for FetchLinkableGitRepositories.
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.
GitHubConfig
Configuration for connections to github.com.
GitHubEnterpriseConfig
Configuration for connections to an instance of GitHub Enterprise.
GitLabConfig
Configuration for connections to gitlab.com.
GitLabEnterpriseConfig
Configuration for connections to an instance of GitLab Enterprise.
GitRepositoryLink
Message describing the GitRepositoryLink object
HttpBody
Message that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page. This message can be used both in streaming and non-streaming API methods in the request as well as the response. It can be used as a top-level request field, which is convenient if one wants to extract parameters from either the URL or HTTP template into the request fields and also want access to the raw HTTP body. Example: message GetResourceRequest { // A unique request id. string request_id = 1; // The raw HTTP body is bound to this field. google.api.HttpBody http_body = 2; } service ResourceService { rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); } Example with streaming methods: service CaldavService { rpc GetCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns (stream google.api.HttpBody); } Use of this type only changes how the request and response bodies are handled, all other features will continue to work unchanged.
Installation
Represents an installation of the GitHub App.
InstallationState
Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.
LinkableGitRepository
LinkableGitRepository represents a git repository that can be linked to a connection.
ListConnectionsResponse
Message for response to listing Connections
ListGitRepositoryLinksResponse
Message for response to listing GitRepositoryLinks
ListLocationsResponse
The response message for Locations.ListLocations.
ListOperationsResponse
The response message for Operations.ListOperations.
Location
A resource that represents a Google Cloud location.
OAuthCredential
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
Operation
This resource represents a long-running operation that is the result of a network API call.
OperationMetadata
Represents the metadata of the long-running operation.
ProcessGitHubEnterpriseWebhookRequest
RPC request object accepted by the ProcessGitHubEnterpriseWebhook RPC method.
ProcessGitLabEnterpriseWebhookRequest
RPC request object accepted by the ProcessGitLabEnterpriseWebhook RPC method.
ProcessGitLabWebhookRequest
RPC request object accepted by the ProcessGitLabWebhook RPC method.
ServiceDirectoryConfig
ServiceDirectoryConfig represents Service Directory configuration for a connection.
Status
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.
UserCredential
Represents a personal access token that authorized the Connection, and associated metadata.