View Source API Reference google_api_developer_connect v0.5.0

Modules

API client metadata for GoogleApi.DeveloperConnect.V1.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.DeveloperConnect.V1.

The request message for Operations.CancelOperation.

Message describing Connection object

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

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); }

Response message for FetchLinkableGitRepositories.

Message for fetching SCM read token.

Message for responding to get read token.

Message for fetching SCM read/write token.

Message for responding to get read/write token.

Configuration for connections to github.com.

Configuration for connections to an instance of GitHub Enterprise.

Configuration for connections to gitlab.com.

Configuration for connections to an instance of GitLab Enterprise.

Message describing the GitRepositoryLink object

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.

Represents an installation of the GitHub App.

Describes stage and necessary actions to be taken by the user to complete the installation. Used for GitHub and GitHub Enterprise based connections.

LinkableGitRepository represents a git repository that can be linked to a connection.

Message for response to listing Connections

Message for response to listing GitRepositoryLinks

The response message for Locations.ListLocations.

The response message for Operations.ListOperations.

A resource that represents a Google Cloud location.

Represents an OAuth token of the account that authorized the Connection, and associated metadata.

This resource represents a long-running operation that is the result of a network API call.

Represents the metadata of the long-running operation.

RPC request object accepted by the ProcessGitHubEnterpriseWebhook RPC method.

RPC request object accepted by the ProcessGitLabEnterpriseWebhook RPC method.

RPC request object accepted by the ProcessGitLabWebhook RPC method.

ServiceDirectoryConfig represents Service Directory configuration for a connection.

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.

Represents a personal access token that authorized the Connection, and associated metadata.