public sealed class DeveloperConnectClientImpl : DeveloperConnectClient
Reference documentation and code samples for the Developer Connect v1 API class DeveloperConnectClientImpl.
DeveloperConnect client wrapper implementation, for convenient use.
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Remarks
Service describing handlers for resources
Constructors
DeveloperConnectClientImpl(DeveloperConnectClient, DeveloperConnectSettings, ILogger)
public DeveloperConnectClientImpl(DeveloperConnect.DeveloperConnectClient grpcClient, DeveloperConnectSettings settings, ILogger logger)
Constructs a client wrapper for the DeveloperConnect service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient |
DeveloperConnectDeveloperConnectClient The underlying gRPC client. |
settings |
DeveloperConnectSettings The base DeveloperConnectSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
CreateAccountConnectorOperationsClient
public override OperationsClient CreateAccountConnectorOperationsClient { get; }
The long-running operations client for CreateAccountConnector
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateConnectionOperationsClient
public override OperationsClient CreateConnectionOperationsClient { get; }
The long-running operations client for CreateConnection
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateGitRepositoryLinkOperationsClient
public override OperationsClient CreateGitRepositoryLinkOperationsClient { get; }
The long-running operations client for CreateGitRepositoryLink
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteAccountConnectorOperationsClient
public override OperationsClient DeleteAccountConnectorOperationsClient { get; }
The long-running operations client for DeleteAccountConnector
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteConnectionOperationsClient
public override OperationsClient DeleteConnectionOperationsClient { get; }
The long-running operations client for DeleteConnection
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteGitRepositoryLinkOperationsClient
public override OperationsClient DeleteGitRepositoryLinkOperationsClient { get; }
The long-running operations client for DeleteGitRepositoryLink
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteSelfOperationsClient
public override OperationsClient DeleteSelfOperationsClient { get; }
The long-running operations client for DeleteSelf
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteUserOperationsClient
public override OperationsClient DeleteUserOperationsClient { get; }
The long-running operations client for DeleteUser
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override DeveloperConnect.DeveloperConnectClient GrpcClient { get; }
The underlying gRPC DeveloperConnect client
Property Value | |
---|---|
Type | Description |
DeveloperConnectDeveloperConnectClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
UpdateAccountConnectorOperationsClient
public override OperationsClient UpdateAccountConnectorOperationsClient { get; }
The long-running operations client for UpdateAccountConnector
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateConnectionOperationsClient
public override OperationsClient UpdateConnectionOperationsClient { get; }
The long-running operations client for UpdateConnection
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
CreateAccountConnector(CreateAccountConnectorRequest, CallSettings)
public override Operation<AccountConnector, OperationMetadata> CreateAccountConnector(CreateAccountConnectorRequest request, CallSettings callSettings = null)
Creates a new AccountConnector in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationAccountConnectorOperationMetadata |
The RPC response. |
CreateAccountConnectorAsync(CreateAccountConnectorRequest, CallSettings)
public override Task<Operation<AccountConnector, OperationMetadata>> CreateAccountConnectorAsync(CreateAccountConnectorRequest request, CallSettings callSettings = null)
Creates a new AccountConnector in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationAccountConnectorOperationMetadata |
A Task containing the RPC response. |
CreateConnection(CreateConnectionRequest, CallSettings)
public override Operation<Connection, OperationMetadata> CreateConnection(CreateConnectionRequest request, CallSettings callSettings = null)
Creates a new Connection in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationConnectionOperationMetadata |
The RPC response. |
CreateConnectionAsync(CreateConnectionRequest, CallSettings)
public override Task<Operation<Connection, OperationMetadata>> CreateConnectionAsync(CreateConnectionRequest request, CallSettings callSettings = null)
Creates a new Connection in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationConnectionOperationMetadata |
A Task containing the RPC response. |
CreateGitRepositoryLink(CreateGitRepositoryLinkRequest, CallSettings)
public override Operation<GitRepositoryLink, OperationMetadata> CreateGitRepositoryLink(CreateGitRepositoryLinkRequest request, CallSettings callSettings = null)
Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.
Parameters | |
---|---|
Name | Description |
request |
CreateGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationGitRepositoryLinkOperationMetadata |
The RPC response. |
CreateGitRepositoryLinkAsync(CreateGitRepositoryLinkRequest, CallSettings)
public override Task<Operation<GitRepositoryLink, OperationMetadata>> CreateGitRepositoryLinkAsync(CreateGitRepositoryLinkRequest request, CallSettings callSettings = null)
Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.
Parameters | |
---|---|
Name | Description |
request |
CreateGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationGitRepositoryLinkOperationMetadata |
A Task containing the RPC response. |
DeleteAccountConnector(DeleteAccountConnectorRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteAccountConnector(DeleteAccountConnectorRequest request, CallSettings callSettings = null)
Deletes a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
DeleteAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteAccountConnectorAsync(DeleteAccountConnectorRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteAccountConnectorAsync(DeleteAccountConnectorRequest request, CallSettings callSettings = null)
Deletes a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
DeleteAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteConnection(DeleteConnectionRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteConnection(DeleteConnectionRequest request, CallSettings callSettings = null)
Deletes a single Connection.
Parameters | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteConnectionAsync(DeleteConnectionRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteConnectionAsync(DeleteConnectionRequest request, CallSettings callSettings = null)
Deletes a single Connection.
Parameters | |
---|---|
Name | Description |
request |
DeleteConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteGitRepositoryLink(DeleteGitRepositoryLinkRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteGitRepositoryLink(DeleteGitRepositoryLinkRequest request, CallSettings callSettings = null)
Deletes a single GitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
DeleteGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteGitRepositoryLinkAsync(DeleteGitRepositoryLinkRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteGitRepositoryLinkAsync(DeleteGitRepositoryLinkRequest request, CallSettings callSettings = null)
Deletes a single GitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
DeleteGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteSelf(DeleteSelfRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteSelf(DeleteSelfRequest request, CallSettings callSettings = null)
Delete the User based on the user credentials.
Parameters | |
---|---|
Name | Description |
request |
DeleteSelfRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteSelfAsync(DeleteSelfRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteSelfAsync(DeleteSelfRequest request, CallSettings callSettings = null)
Delete the User based on the user credentials.
Parameters | |
---|---|
Name | Description |
request |
DeleteSelfRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteUser(DeleteUserRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteUser(DeleteUserRequest request, CallSettings callSettings = null)
Deletes a single User.
Parameters | |
---|---|
Name | Description |
request |
DeleteUserRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteUserAsync(DeleteUserRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteUserAsync(DeleteUserRequest request, CallSettings callSettings = null)
Deletes a single User.
Parameters | |
---|---|
Name | Description |
request |
DeleteUserRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
FetchAccessToken(FetchAccessTokenRequest, CallSettings)
public override FetchAccessTokenResponse FetchAccessToken(FetchAccessTokenRequest request, CallSettings callSettings = null)
Fetches OAuth access token based on end user credentials.
Parameters | |
---|---|
Name | Description |
request |
FetchAccessTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FetchAccessTokenResponse |
The RPC response. |
FetchAccessTokenAsync(FetchAccessTokenRequest, CallSettings)
public override Task<FetchAccessTokenResponse> FetchAccessTokenAsync(FetchAccessTokenRequest request, CallSettings callSettings = null)
Fetches OAuth access token based on end user credentials.
Parameters | |
---|---|
Name | Description |
request |
FetchAccessTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFetchAccessTokenResponse |
A Task containing the RPC response. |
FetchGitHubInstallations(FetchGitHubInstallationsRequest, CallSettings)
public override FetchGitHubInstallationsResponse FetchGitHubInstallations(FetchGitHubInstallationsRequest request, CallSettings callSettings = null)
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned.
Parameters | |
---|---|
Name | Description |
request |
FetchGitHubInstallationsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FetchGitHubInstallationsResponse |
The RPC response. |
FetchGitHubInstallationsAsync(FetchGitHubInstallationsRequest, CallSettings)
public override Task<FetchGitHubInstallationsResponse> FetchGitHubInstallationsAsync(FetchGitHubInstallationsRequest request, CallSettings callSettings = null)
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned.
Parameters | |
---|---|
Name | Description |
request |
FetchGitHubInstallationsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFetchGitHubInstallationsResponse |
A Task containing the RPC response. |
FetchGitRefs(FetchGitRefsRequest, CallSettings)
public override PagedEnumerable<FetchGitRefsResponse, string> FetchGitRefs(FetchGitRefsRequest request, CallSettings callSettings = null)
Fetch the list of branches or tags for a given repository.
Parameters | |
---|---|
Name | Description |
request |
FetchGitRefsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableFetchGitRefsResponsestring |
A pageable sequence of string resources. |
FetchGitRefsAsync(FetchGitRefsRequest, CallSettings)
public override PagedAsyncEnumerable<FetchGitRefsResponse, string> FetchGitRefsAsync(FetchGitRefsRequest request, CallSettings callSettings = null)
Fetch the list of branches or tags for a given repository.
Parameters | |
---|---|
Name | Description |
request |
FetchGitRefsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableFetchGitRefsResponsestring |
A pageable asynchronous sequence of string resources. |
FetchLinkableGitRepositories(FetchLinkableGitRepositoriesRequest, CallSettings)
public override PagedEnumerable<FetchLinkableGitRepositoriesResponse, LinkableGitRepository> FetchLinkableGitRepositories(FetchLinkableGitRepositoriesRequest request, CallSettings callSettings = null)
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
Parameters | |
---|---|
Name | Description |
request |
FetchLinkableGitRepositoriesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableFetchLinkableGitRepositoriesResponseLinkableGitRepository |
A pageable sequence of LinkableGitRepository resources. |
FetchLinkableGitRepositoriesAsync(FetchLinkableGitRepositoriesRequest, CallSettings)
public override PagedAsyncEnumerable<FetchLinkableGitRepositoriesResponse, LinkableGitRepository> FetchLinkableGitRepositoriesAsync(FetchLinkableGitRepositoriesRequest request, CallSettings callSettings = null)
FetchLinkableGitRepositories returns a list of git repositories from an SCM that are available to be added to a Connection.
Parameters | |
---|---|
Name | Description |
request |
FetchLinkableGitRepositoriesRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableFetchLinkableGitRepositoriesResponseLinkableGitRepository |
A pageable asynchronous sequence of LinkableGitRepository resources. |
FetchReadToken(FetchReadTokenRequest, CallSettings)
public override FetchReadTokenResponse FetchReadToken(FetchReadTokenRequest request, CallSettings callSettings = null)
Fetches read token of a given gitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
FetchReadTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FetchReadTokenResponse |
The RPC response. |
FetchReadTokenAsync(FetchReadTokenRequest, CallSettings)
public override Task<FetchReadTokenResponse> FetchReadTokenAsync(FetchReadTokenRequest request, CallSettings callSettings = null)
Fetches read token of a given gitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
FetchReadTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFetchReadTokenResponse |
A Task containing the RPC response. |
FetchReadWriteToken(FetchReadWriteTokenRequest, CallSettings)
public override FetchReadWriteTokenResponse FetchReadWriteToken(FetchReadWriteTokenRequest request, CallSettings callSettings = null)
Fetches read/write token of a given gitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
FetchReadWriteTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
FetchReadWriteTokenResponse |
The RPC response. |
FetchReadWriteTokenAsync(FetchReadWriteTokenRequest, CallSettings)
public override Task<FetchReadWriteTokenResponse> FetchReadWriteTokenAsync(FetchReadWriteTokenRequest request, CallSettings callSettings = null)
Fetches read/write token of a given gitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
FetchReadWriteTokenRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskFetchReadWriteTokenResponse |
A Task containing the RPC response. |
FetchSelf(FetchSelfRequest, CallSettings)
public override User FetchSelf(FetchSelfRequest request, CallSettings callSettings = null)
Fetch the User based on the user credentials.
Parameters | |
---|---|
Name | Description |
request |
FetchSelfRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
User |
The RPC response. |
FetchSelfAsync(FetchSelfRequest, CallSettings)
public override Task<User> FetchSelfAsync(FetchSelfRequest request, CallSettings callSettings = null)
Fetch the User based on the user credentials.
Parameters | |
---|---|
Name | Description |
request |
FetchSelfRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskUser |
A Task containing the RPC response. |
GetAccountConnector(GetAccountConnectorRequest, CallSettings)
public override AccountConnector GetAccountConnector(GetAccountConnectorRequest request, CallSettings callSettings = null)
Gets details of a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
GetAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
AccountConnector |
The RPC response. |
GetAccountConnectorAsync(GetAccountConnectorRequest, CallSettings)
public override Task<AccountConnector> GetAccountConnectorAsync(GetAccountConnectorRequest request, CallSettings callSettings = null)
Gets details of a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
GetAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAccountConnector |
A Task containing the RPC response. |
GetConnection(GetConnectionRequest, CallSettings)
public override Connection GetConnection(GetConnectionRequest request, CallSettings callSettings = null)
Gets details of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
GetConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Connection |
The RPC response. |
GetConnectionAsync(GetConnectionRequest, CallSettings)
public override Task<Connection> GetConnectionAsync(GetConnectionRequest request, CallSettings callSettings = null)
Gets details of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
GetConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskConnection |
A Task containing the RPC response. |
GetGitRepositoryLink(GetGitRepositoryLinkRequest, CallSettings)
public override GitRepositoryLink GetGitRepositoryLink(GetGitRepositoryLinkRequest request, CallSettings callSettings = null)
Gets details of a single GitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
GetGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
GitRepositoryLink |
The RPC response. |
GetGitRepositoryLinkAsync(GetGitRepositoryLinkRequest, CallSettings)
public override Task<GitRepositoryLink> GetGitRepositoryLinkAsync(GetGitRepositoryLinkRequest request, CallSettings callSettings = null)
Gets details of a single GitRepositoryLink.
Parameters | |
---|---|
Name | Description |
request |
GetGitRepositoryLinkRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskGitRepositoryLink |
A Task containing the RPC response. |
ListAccountConnectors(ListAccountConnectorsRequest, CallSettings)
public override PagedEnumerable<ListAccountConnectorsResponse, AccountConnector> ListAccountConnectors(ListAccountConnectorsRequest request, CallSettings callSettings = null)
Lists AccountConnectors in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAccountConnectorsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListAccountConnectorsResponseAccountConnector |
A pageable sequence of AccountConnector resources. |
ListAccountConnectorsAsync(ListAccountConnectorsRequest, CallSettings)
public override PagedAsyncEnumerable<ListAccountConnectorsResponse, AccountConnector> ListAccountConnectorsAsync(ListAccountConnectorsRequest request, CallSettings callSettings = null)
Lists AccountConnectors in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAccountConnectorsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListAccountConnectorsResponseAccountConnector |
A pageable asynchronous sequence of AccountConnector resources. |
ListConnections(ListConnectionsRequest, CallSettings)
public override PagedEnumerable<ListConnectionsResponse, Connection> ListConnections(ListConnectionsRequest request, CallSettings callSettings = null)
Lists Connections in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListConnectionsResponseConnection |
A pageable sequence of Connection resources. |
ListConnectionsAsync(ListConnectionsRequest, CallSettings)
public override PagedAsyncEnumerable<ListConnectionsResponse, Connection> ListConnectionsAsync(ListConnectionsRequest request, CallSettings callSettings = null)
Lists Connections in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListConnectionsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListConnectionsResponseConnection |
A pageable asynchronous sequence of Connection resources. |
ListGitRepositoryLinks(ListGitRepositoryLinksRequest, CallSettings)
public override PagedEnumerable<ListGitRepositoryLinksResponse, GitRepositoryLink> ListGitRepositoryLinks(ListGitRepositoryLinksRequest request, CallSettings callSettings = null)
Lists GitRepositoryLinks in a given project, location, and connection.
Parameters | |
---|---|
Name | Description |
request |
ListGitRepositoryLinksRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListGitRepositoryLinksResponseGitRepositoryLink |
A pageable sequence of GitRepositoryLink resources. |
ListGitRepositoryLinksAsync(ListGitRepositoryLinksRequest, CallSettings)
public override PagedAsyncEnumerable<ListGitRepositoryLinksResponse, GitRepositoryLink> ListGitRepositoryLinksAsync(ListGitRepositoryLinksRequest request, CallSettings callSettings = null)
Lists GitRepositoryLinks in a given project, location, and connection.
Parameters | |
---|---|
Name | Description |
request |
ListGitRepositoryLinksRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListGitRepositoryLinksResponseGitRepositoryLink |
A pageable asynchronous sequence of GitRepositoryLink resources. |
ListUsers(ListUsersRequest, CallSettings)
public override PagedEnumerable<ListUsersResponse, User> ListUsers(ListUsersRequest request, CallSettings callSettings = null)
Lists Users in a given project, location, and account_connector.
Parameters | |
---|---|
Name | Description |
request |
ListUsersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListUsersResponseUser |
A pageable sequence of User resources. |
ListUsersAsync(ListUsersRequest, CallSettings)
public override PagedAsyncEnumerable<ListUsersResponse, User> ListUsersAsync(ListUsersRequest request, CallSettings callSettings = null)
Lists Users in a given project, location, and account_connector.
Parameters | |
---|---|
Name | Description |
request |
ListUsersRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListUsersResponseUser |
A pageable asynchronous sequence of User resources. |
UpdateAccountConnector(UpdateAccountConnectorRequest, CallSettings)
public override Operation<AccountConnector, OperationMetadata> UpdateAccountConnector(UpdateAccountConnectorRequest request, CallSettings callSettings = null)
Updates the parameters of a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
UpdateAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationAccountConnectorOperationMetadata |
The RPC response. |
UpdateAccountConnectorAsync(UpdateAccountConnectorRequest, CallSettings)
public override Task<Operation<AccountConnector, OperationMetadata>> UpdateAccountConnectorAsync(UpdateAccountConnectorRequest request, CallSettings callSettings = null)
Updates the parameters of a single AccountConnector.
Parameters | |
---|---|
Name | Description |
request |
UpdateAccountConnectorRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationAccountConnectorOperationMetadata |
A Task containing the RPC response. |
UpdateConnection(UpdateConnectionRequest, CallSettings)
public override Operation<Connection, OperationMetadata> UpdateConnection(UpdateConnectionRequest request, CallSettings callSettings = null)
Updates the parameters of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationConnectionOperationMetadata |
The RPC response. |
UpdateConnectionAsync(UpdateConnectionRequest, CallSettings)
public override Task<Operation<Connection, OperationMetadata>> UpdateConnectionAsync(UpdateConnectionRequest request, CallSettings callSettings = null)
Updates the parameters of a single Connection.
Parameters | |
---|---|
Name | Description |
request |
UpdateConnectionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationConnectionOperationMetadata |
A Task containing the RPC response. |