Class EnvironmentsStub (4.12.0)

See more code actions.
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.

java.lang.Object > EnvironmentsStub
BackgroundResource

Constructors

EnvironmentsStub()

public EnvironmentsStub()

Methods

close()

public abstract void close()

createEnvironmentCallable()

public UnaryCallable<CreateEnvironmentRequest,Environment> createEnvironmentCallable()
Returns

deleteEnvironmentCallable()

public UnaryCallable<DeleteEnvironmentRequest,Empty> deleteEnvironmentCallable()
Returns

getEnvironmentCallable()

public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns

getEnvironmentHistoryCallable()

public UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentHistory> getEnvironmentHistoryCallable()
Returns

getEnvironmentHistoryPagedCallable()

public UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentsClient.GetEnvironmentHistoryPagedResponse> getEnvironmentHistoryPagedCallable()
Returns

getLocationCallable()

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

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

updateEnvironmentCallable()

public UnaryCallable<UpdateEnvironmentRequest,Environment> updateEnvironmentCallable()
Returns