Class EnvironmentsStub (0.54.0)

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.

Inheritance

java.lang.Object > EnvironmentsStub

Implements

BackgroundResource

Constructors

EnvironmentsStub()

public EnvironmentsStub()

Methods

close()

public abstract void close()

createEnvironmentCallable()

public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Returns
Type Description
UnaryCallable<CreateEnvironmentRequest,Operation>

createEnvironmentOperationCallable()

public OperationCallable<CreateEnvironmentRequest,Environment,Struct> createEnvironmentOperationCallable()
Returns
Type Description
OperationCallable<CreateEnvironmentRequest,Environment,Struct>

deleteEnvironmentCallable()

public UnaryCallable<DeleteEnvironmentRequest,Empty> deleteEnvironmentCallable()
Returns
Type Description
UnaryCallable<DeleteEnvironmentRequest,Empty>

deployFlowCallable()

public UnaryCallable<DeployFlowRequest,Operation> deployFlowCallable()
Returns
Type Description
UnaryCallable<DeployFlowRequest,Operation>

deployFlowOperationCallable()

public OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata> deployFlowOperationCallable()
Returns
Type Description
OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>

getEnvironmentCallable()

public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns
Type Description
UnaryCallable<GetEnvironmentRequest,Environment>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

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
Type Description
OperationsStub

listContinuousTestResultsCallable()

public UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse> listContinuousTestResultsCallable()
Returns
Type Description
UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsResponse>

listContinuousTestResultsPagedCallable()

public UnaryCallable<ListContinuousTestResultsRequest,EnvironmentsClient.ListContinuousTestResultsPagedResponse> listContinuousTestResultsPagedCallable()
Returns
Type Description
UnaryCallable<ListContinuousTestResultsRequest,ListContinuousTestResultsPagedResponse>

listEnvironmentsCallable()

public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Returns
Type Description
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse>

listEnvironmentsPagedCallable()

public UnaryCallable<ListEnvironmentsRequest,EnvironmentsClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Returns
Type Description
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsPagedResponse>

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
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

lookupEnvironmentHistoryCallable()

public UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse> lookupEnvironmentHistoryCallable()
Returns
Type Description
UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse>

lookupEnvironmentHistoryPagedCallable()

public UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse> lookupEnvironmentHistoryPagedCallable()
Returns
Type Description
UnaryCallable<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryPagedResponse>

runContinuousTestCallable()

public UnaryCallable<RunContinuousTestRequest,Operation> runContinuousTestCallable()
Returns
Type Description
UnaryCallable<RunContinuousTestRequest,Operation>

runContinuousTestOperationCallable()

public OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata> runContinuousTestOperationCallable()
Returns
Type Description
OperationCallable<RunContinuousTestRequest,RunContinuousTestResponse,RunContinuousTestMetadata>

updateEnvironmentCallable()

public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Returns
Type Description
UnaryCallable<UpdateEnvironmentRequest,Operation>

updateEnvironmentOperationCallable()

public OperationCallable<UpdateEnvironmentRequest,Environment,Struct> updateEnvironmentOperationCallable()
Returns
Type Description
OperationCallable<UpdateEnvironmentRequest,Environment,Struct>