public abstract class EnvironmentsStub implements BackgroundResource
Base stub class for the Environments service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
EnvironmentsStub()
public EnvironmentsStub()
Methods
close()
public abstract void close()
createEnvironmentCallable()
public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Returns
createEnvironmentOperationCallable()
public OperationCallable<CreateEnvironmentRequest,Environment,Struct> createEnvironmentOperationCallable()
Returns
deleteEnvironmentCallable()
public UnaryCallable<DeleteEnvironmentRequest,Empty> deleteEnvironmentCallable()
Returns
deployFlowCallable()
public UnaryCallable<DeployFlowRequest,Operation> deployFlowCallable()
Returns
deployFlowOperationCallable()
public OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata> deployFlowOperationCallable()
Returns
getEnvironmentCallable()
public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
listContinuousTestResultsCallable()
public UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse> listContinuousTestResultsCallable()
Returns
listContinuousTestResultsPagedCallable()
public UnaryCallable<ListContinuousTestResultsRequest,EnvironmentsClient.ListContinuousTestResultsPagedResponse> listContinuousTestResultsPagedCallable()
Returns
listEnvironmentsCallable()
public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Returns
listEnvironmentsPagedCallable()
public UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Returns
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,EnvironmentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
lookupEnvironmentHistoryCallable()
public UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse> lookupEnvironmentHistoryCallable()
Returns
lookupEnvironmentHistoryPagedCallable()
public UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse> lookupEnvironmentHistoryPagedCallable()
Returns
runContinuousTestCallable()
public UnaryCallable<RunContinuousTestRequest,Operation> runContinuousTestCallable()
Returns
runContinuousTestOperationCallable()
public OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata> runContinuousTestOperationCallable()
Returns
updateEnvironmentCallable()
public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Returns
updateEnvironmentOperationCallable()
public OperationCallable<UpdateEnvironmentRequest,Environment,Struct> updateEnvironmentOperationCallable()
Returns