Class ExamplesStub (0.52.0)

public abstract class ExamplesStub implements BackgroundResource

Base stub class for the Examples service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ExamplesStub

Implements

BackgroundResource

Constructors

ExamplesStub()

public ExamplesStub()

Methods

close()

public abstract void close()

createExampleCallable()

public UnaryCallable<CreateExampleRequest,Example> createExampleCallable()
Returns
TypeDescription
UnaryCallable<CreateExampleRequest,Example>

deleteExampleCallable()

public UnaryCallable<DeleteExampleRequest,Empty> deleteExampleCallable()
Returns
TypeDescription
UnaryCallable<DeleteExampleRequest,Empty>

getExampleCallable()

public UnaryCallable<GetExampleRequest,Example> getExampleCallable()
Returns
TypeDescription
UnaryCallable<GetExampleRequest,Example>

getLocationCallable()

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

listExamplesCallable()

public UnaryCallable<ListExamplesRequest,ListExamplesResponse> listExamplesCallable()
Returns
TypeDescription
UnaryCallable<ListExamplesRequest,ListExamplesResponse>

listExamplesPagedCallable()

public UnaryCallable<ListExamplesRequest,ExamplesClient.ListExamplesPagedResponse> listExamplesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListExamplesRequest,ListExamplesPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ExamplesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateExampleCallable()

public UnaryCallable<UpdateExampleRequest,Example> updateExampleCallable()
Returns
TypeDescription
UnaryCallable<UpdateExampleRequest,Example>