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.
Constructors
DeveloperConnectStub()
public DeveloperConnectStub()
Methods
close()
public abstract void close()
createConnectionCallable()
public UnaryCallable<CreateConnectionRequest,Operation> createConnectionCallable()
createConnectionOperationCallable()
public OperationCallable<CreateConnectionRequest,Connection,OperationMetadata> createConnectionOperationCallable()
createGitRepositoryLinkCallable()
public UnaryCallable<CreateGitRepositoryLinkRequest,Operation> createGitRepositoryLinkCallable()
createGitRepositoryLinkOperationCallable()
public OperationCallable<CreateGitRepositoryLinkRequest,GitRepositoryLink,OperationMetadata> createGitRepositoryLinkOperationCallable()
deleteConnectionCallable()
public UnaryCallable<DeleteConnectionRequest,Operation> deleteConnectionCallable()
deleteConnectionOperationCallable()
public OperationCallable<DeleteConnectionRequest,Empty,OperationMetadata> deleteConnectionOperationCallable()
deleteGitRepositoryLinkCallable()
public UnaryCallable<DeleteGitRepositoryLinkRequest,Operation> deleteGitRepositoryLinkCallable()
deleteGitRepositoryLinkOperationCallable()
public OperationCallable<DeleteGitRepositoryLinkRequest,Empty,OperationMetadata> deleteGitRepositoryLinkOperationCallable()
fetchGitHubInstallationsCallable()
public UnaryCallable<FetchGitHubInstallationsRequest,FetchGitHubInstallationsResponse> fetchGitHubInstallationsCallable()
fetchGitRefsCallable()
public UnaryCallable<FetchGitRefsRequest,FetchGitRefsResponse> fetchGitRefsCallable()
fetchGitRefsPagedCallable()
public UnaryCallable<FetchGitRefsRequest,DeveloperConnectClient.FetchGitRefsPagedResponse> fetchGitRefsPagedCallable()
fetchLinkableGitRepositoriesCallable()
public UnaryCallable<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesResponse> fetchLinkableGitRepositoriesCallable()
fetchLinkableGitRepositoriesPagedCallable()
public UnaryCallable<FetchLinkableGitRepositoriesRequest,DeveloperConnectClient.FetchLinkableGitRepositoriesPagedResponse> fetchLinkableGitRepositoriesPagedCallable()
fetchReadTokenCallable()
public UnaryCallable<FetchReadTokenRequest,FetchReadTokenResponse> fetchReadTokenCallable()
fetchReadWriteTokenCallable()
public UnaryCallable<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse> fetchReadWriteTokenCallable()
getConnectionCallable()
public UnaryCallable<GetConnectionRequest,Connection> getConnectionCallable()
getGitRepositoryLinkCallable()
public UnaryCallable<GetGitRepositoryLinkRequest,GitRepositoryLink> getGitRepositoryLinkCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
listConnectionsCallable()
public UnaryCallable<ListConnectionsRequest,ListConnectionsResponse> listConnectionsCallable()
listConnectionsPagedCallable()
public UnaryCallable<ListConnectionsRequest,DeveloperConnectClient.ListConnectionsPagedResponse> listConnectionsPagedCallable()
listGitRepositoryLinksCallable()
public UnaryCallable<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse> listGitRepositoryLinksCallable()
listGitRepositoryLinksPagedCallable()
public UnaryCallable<ListGitRepositoryLinksRequest,DeveloperConnectClient.ListGitRepositoryLinksPagedResponse> listGitRepositoryLinksPagedCallable()
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()
updateConnectionCallable()
public UnaryCallable<UpdateConnectionRequest,Operation> updateConnectionCallable()
updateConnectionOperationCallable()
public OperationCallable<UpdateConnectionRequest,Connection,OperationMetadata> updateConnectionOperationCallable()