Class DeveloperConnectStub (0.52.0)

public abstract class DeveloperConnectStub implements BackgroundResource

Base stub class for the DeveloperConnect service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DeveloperConnectStub

Implements

BackgroundResource

Constructors

DeveloperConnectStub()

public DeveloperConnectStub()

Methods

close()

public abstract void close()

createAccountConnectorCallable()

public UnaryCallable<CreateAccountConnectorRequest,Operation> createAccountConnectorCallable()
Returns
Type Description
UnaryCallable<CreateAccountConnectorRequest,Operation>

createAccountConnectorOperationCallable()

public OperationCallable<CreateAccountConnectorRequest,AccountConnector,OperationMetadata> createAccountConnectorOperationCallable()
Returns
Type Description
OperationCallable<CreateAccountConnectorRequest,AccountConnector,OperationMetadata>

createConnectionCallable()

public UnaryCallable<CreateConnectionRequest,Operation> createConnectionCallable()
Returns
Type Description
UnaryCallable<CreateConnectionRequest,Operation>

createConnectionOperationCallable()

public OperationCallable<CreateConnectionRequest,Connection,OperationMetadata> createConnectionOperationCallable()
Returns
Type Description
OperationCallable<CreateConnectionRequest,Connection,OperationMetadata>

createGitRepositoryLinkCallable()

public UnaryCallable<CreateGitRepositoryLinkRequest,Operation> createGitRepositoryLinkCallable()
Returns
Type Description
UnaryCallable<CreateGitRepositoryLinkRequest,Operation>

createGitRepositoryLinkOperationCallable()

public OperationCallable<CreateGitRepositoryLinkRequest,GitRepositoryLink,OperationMetadata> createGitRepositoryLinkOperationCallable()
Returns
Type Description
OperationCallable<CreateGitRepositoryLinkRequest,GitRepositoryLink,OperationMetadata>

deleteAccountConnectorCallable()

public UnaryCallable<DeleteAccountConnectorRequest,Operation> deleteAccountConnectorCallable()
Returns
Type Description
UnaryCallable<DeleteAccountConnectorRequest,Operation>

deleteAccountConnectorOperationCallable()

public OperationCallable<DeleteAccountConnectorRequest,Empty,OperationMetadata> deleteAccountConnectorOperationCallable()
Returns
Type Description
OperationCallable<DeleteAccountConnectorRequest,Empty,OperationMetadata>

deleteConnectionCallable()

public UnaryCallable<DeleteConnectionRequest,Operation> deleteConnectionCallable()
Returns
Type Description
UnaryCallable<DeleteConnectionRequest,Operation>

deleteConnectionOperationCallable()

public OperationCallable<DeleteConnectionRequest,Empty,OperationMetadata> deleteConnectionOperationCallable()
Returns
Type Description
OperationCallable<DeleteConnectionRequest,Empty,OperationMetadata>

deleteGitRepositoryLinkCallable()

public UnaryCallable<DeleteGitRepositoryLinkRequest,Operation> deleteGitRepositoryLinkCallable()
Returns
Type Description
UnaryCallable<DeleteGitRepositoryLinkRequest,Operation>

deleteGitRepositoryLinkOperationCallable()

public OperationCallable<DeleteGitRepositoryLinkRequest,Empty,OperationMetadata> deleteGitRepositoryLinkOperationCallable()
Returns
Type Description
OperationCallable<DeleteGitRepositoryLinkRequest,Empty,OperationMetadata>

deleteSelfCallable()

public UnaryCallable<DeleteSelfRequest,Operation> deleteSelfCallable()
Returns
Type Description
UnaryCallable<DeleteSelfRequest,Operation>

deleteSelfOperationCallable()

public OperationCallable<DeleteSelfRequest,Empty,OperationMetadata> deleteSelfOperationCallable()
Returns
Type Description
OperationCallable<DeleteSelfRequest,Empty,OperationMetadata>

deleteUserCallable()

public UnaryCallable<DeleteUserRequest,Operation> deleteUserCallable()
Returns
Type Description
UnaryCallable<DeleteUserRequest,Operation>

deleteUserOperationCallable()

public OperationCallable<DeleteUserRequest,Empty,OperationMetadata> deleteUserOperationCallable()
Returns
Type Description
OperationCallable<DeleteUserRequest,Empty,OperationMetadata>

fetchAccessTokenCallable()

public UnaryCallable<FetchAccessTokenRequest,FetchAccessTokenResponse> fetchAccessTokenCallable()
Returns
Type Description
UnaryCallable<FetchAccessTokenRequest,FetchAccessTokenResponse>

fetchGitHubInstallationsCallable()

public UnaryCallable<FetchGitHubInstallationsRequest,FetchGitHubInstallationsResponse> fetchGitHubInstallationsCallable()
Returns
Type Description
UnaryCallable<FetchGitHubInstallationsRequest,FetchGitHubInstallationsResponse>

fetchGitRefsCallable()

public UnaryCallable<FetchGitRefsRequest,FetchGitRefsResponse> fetchGitRefsCallable()
Returns
Type Description
UnaryCallable<FetchGitRefsRequest,FetchGitRefsResponse>

fetchGitRefsPagedCallable()

public UnaryCallable<FetchGitRefsRequest,DeveloperConnectClient.FetchGitRefsPagedResponse> fetchGitRefsPagedCallable()
Returns
Type Description
UnaryCallable<FetchGitRefsRequest,FetchGitRefsPagedResponse>

fetchLinkableGitRepositoriesCallable()

public UnaryCallable<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesResponse> fetchLinkableGitRepositoriesCallable()
Returns
Type Description
UnaryCallable<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesResponse>

fetchLinkableGitRepositoriesPagedCallable()

public UnaryCallable<FetchLinkableGitRepositoriesRequest,DeveloperConnectClient.FetchLinkableGitRepositoriesPagedResponse> fetchLinkableGitRepositoriesPagedCallable()
Returns
Type Description
UnaryCallable<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesPagedResponse>

fetchReadTokenCallable()

public UnaryCallable<FetchReadTokenRequest,FetchReadTokenResponse> fetchReadTokenCallable()
Returns
Type Description
UnaryCallable<FetchReadTokenRequest,FetchReadTokenResponse>

fetchReadWriteTokenCallable()

public UnaryCallable<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse> fetchReadWriteTokenCallable()
Returns
Type Description
UnaryCallable<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse>

fetchSelfCallable()

public UnaryCallable<FetchSelfRequest,User> fetchSelfCallable()
Returns
Type Description
UnaryCallable<FetchSelfRequest,User>

finishOAuthCallable()

public UnaryCallable<FinishOAuthRequest,FinishOAuthResponse> finishOAuthCallable()
Returns
Type Description
UnaryCallable<FinishOAuthRequest,FinishOAuthResponse>

getAccountConnectorCallable()

public UnaryCallable<GetAccountConnectorRequest,AccountConnector> getAccountConnectorCallable()
Returns
Type Description
UnaryCallable<GetAccountConnectorRequest,AccountConnector>

getConnectionCallable()

public UnaryCallable<GetConnectionRequest,Connection> getConnectionCallable()
Returns
Type Description
UnaryCallable<GetConnectionRequest,Connection>

getGitRepositoryLinkCallable()

public UnaryCallable<GetGitRepositoryLinkRequest,GitRepositoryLink> getGitRepositoryLinkCallable()
Returns
Type Description
UnaryCallable<GetGitRepositoryLinkRequest,GitRepositoryLink>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

listAccountConnectorsCallable()

public UnaryCallable<ListAccountConnectorsRequest,ListAccountConnectorsResponse> listAccountConnectorsCallable()
Returns
Type Description
UnaryCallable<ListAccountConnectorsRequest,ListAccountConnectorsResponse>

listAccountConnectorsPagedCallable()

public UnaryCallable<ListAccountConnectorsRequest,DeveloperConnectClient.ListAccountConnectorsPagedResponse> listAccountConnectorsPagedCallable()
Returns
Type Description
UnaryCallable<ListAccountConnectorsRequest,ListAccountConnectorsPagedResponse>

listConnectionsCallable()

public UnaryCallable<ListConnectionsRequest,ListConnectionsResponse> listConnectionsCallable()
Returns
Type Description
UnaryCallable<ListConnectionsRequest,ListConnectionsResponse>

listConnectionsPagedCallable()

public UnaryCallable<ListConnectionsRequest,DeveloperConnectClient.ListConnectionsPagedResponse> listConnectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListConnectionsRequest,ListConnectionsPagedResponse>

listGitRepositoryLinksCallable()

public UnaryCallable<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse> listGitRepositoryLinksCallable()
Returns
Type Description
UnaryCallable<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse>

listGitRepositoryLinksPagedCallable()

public UnaryCallable<ListGitRepositoryLinksRequest,DeveloperConnectClient.ListGitRepositoryLinksPagedResponse> listGitRepositoryLinksPagedCallable()
Returns
Type Description
UnaryCallable<ListGitRepositoryLinksRequest,ListGitRepositoryLinksPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,DeveloperConnectClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listUsersCallable()

public UnaryCallable<ListUsersRequest,ListUsersResponse> listUsersCallable()
Returns
Type Description
UnaryCallable<ListUsersRequest,ListUsersResponse>

listUsersPagedCallable()

public UnaryCallable<ListUsersRequest,DeveloperConnectClient.ListUsersPagedResponse> listUsersPagedCallable()
Returns
Type Description
UnaryCallable<ListUsersRequest,ListUsersPagedResponse>

startOAuthCallable()

public UnaryCallable<StartOAuthRequest,StartOAuthResponse> startOAuthCallable()
Returns
Type Description
UnaryCallable<StartOAuthRequest,StartOAuthResponse>

updateAccountConnectorCallable()

public UnaryCallable<UpdateAccountConnectorRequest,Operation> updateAccountConnectorCallable()
Returns
Type Description
UnaryCallable<UpdateAccountConnectorRequest,Operation>

updateAccountConnectorOperationCallable()

public OperationCallable<UpdateAccountConnectorRequest,AccountConnector,OperationMetadata> updateAccountConnectorOperationCallable()
Returns
Type Description
OperationCallable<UpdateAccountConnectorRequest,AccountConnector,OperationMetadata>

updateConnectionCallable()

public UnaryCallable<UpdateConnectionRequest,Operation> updateConnectionCallable()
Returns
Type Description
UnaryCallable<UpdateConnectionRequest,Operation>

updateConnectionOperationCallable()

public OperationCallable<UpdateConnectionRequest,Connection,OperationMetadata> updateConnectionOperationCallable()
Returns
Type Description
OperationCallable<UpdateConnectionRequest,Connection,OperationMetadata>