Class EnvironmentsStub (4.22.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()

deleteEnvironmentCallable()

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

getEnvironmentCallable()

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

getEnvironmentHistoryCallable()

public UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentHistory> getEnvironmentHistoryCallable()

getEnvironmentHistoryPagedCallable()

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

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()

listEnvironmentsPagedCallable()

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

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()