Class ExampleStoreServiceStub (3.64.0)

public abstract class ExampleStoreServiceStub implements BackgroundResource

Base stub class for the ExampleStoreService service API.

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

Inheritance

java.lang.Object > ExampleStoreServiceStub

Implements

BackgroundResource

Constructors

ExampleStoreServiceStub()

public ExampleStoreServiceStub()

Methods

close()

public abstract void close()

createExampleStoreCallable()

public UnaryCallable<CreateExampleStoreRequest,Operation> createExampleStoreCallable()
Returns
Type Description
UnaryCallable<CreateExampleStoreRequest,Operation>

createExampleStoreOperationCallable()

public OperationCallable<CreateExampleStoreRequest,ExampleStore,CreateExampleStoreOperationMetadata> createExampleStoreOperationCallable()
Returns
Type Description
OperationCallable<CreateExampleStoreRequest,ExampleStore,CreateExampleStoreOperationMetadata>

deleteExampleStoreCallable()

public UnaryCallable<DeleteExampleStoreRequest,Operation> deleteExampleStoreCallable()
Returns
Type Description
UnaryCallable<DeleteExampleStoreRequest,Operation>

deleteExampleStoreOperationCallable()

public OperationCallable<DeleteExampleStoreRequest,Empty,DeleteExampleStoreOperationMetadata> deleteExampleStoreOperationCallable()
Returns
Type Description
OperationCallable<DeleteExampleStoreRequest,Empty,DeleteExampleStoreOperationMetadata>

fetchExamplesCallable()

public UnaryCallable<FetchExamplesRequest,FetchExamplesResponse> fetchExamplesCallable()
Returns
Type Description
UnaryCallable<FetchExamplesRequest,FetchExamplesResponse>

fetchExamplesPagedCallable()

public UnaryCallable<FetchExamplesRequest,ExampleStoreServiceClient.FetchExamplesPagedResponse> fetchExamplesPagedCallable()
Returns
Type Description
UnaryCallable<FetchExamplesRequest,FetchExamplesPagedResponse>

getExampleStoreCallable()

public UnaryCallable<GetExampleStoreRequest,ExampleStore> getExampleStoreCallable()
Returns
Type Description
UnaryCallable<GetExampleStoreRequest,ExampleStore>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

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

listExampleStoresCallable()

public UnaryCallable<ListExampleStoresRequest,ListExampleStoresResponse> listExampleStoresCallable()
Returns
Type Description
UnaryCallable<ListExampleStoresRequest,ListExampleStoresResponse>

listExampleStoresPagedCallable()

public UnaryCallable<ListExampleStoresRequest,ExampleStoreServiceClient.ListExampleStoresPagedResponse> listExampleStoresPagedCallable()
Returns
Type Description
UnaryCallable<ListExampleStoresRequest,ListExampleStoresPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ExampleStoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

removeExamplesCallable()

public UnaryCallable<RemoveExamplesRequest,RemoveExamplesResponse> removeExamplesCallable()
Returns
Type Description
UnaryCallable<RemoveExamplesRequest,RemoveExamplesResponse>

searchExamplesCallable()

public UnaryCallable<SearchExamplesRequest,SearchExamplesResponse> searchExamplesCallable()
Returns
Type Description
UnaryCallable<SearchExamplesRequest,SearchExamplesResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateExampleStoreCallable()

public UnaryCallable<UpdateExampleStoreRequest,Operation> updateExampleStoreCallable()
Returns
Type Description
UnaryCallable<UpdateExampleStoreRequest,Operation>

updateExampleStoreOperationCallable()

public OperationCallable<UpdateExampleStoreRequest,ExampleStore,UpdateExampleStoreOperationMetadata> updateExampleStoreOperationCallable()
Returns
Type Description
OperationCallable<UpdateExampleStoreRequest,ExampleStore,UpdateExampleStoreOperationMetadata>

upsertExamplesCallable()

public UnaryCallable<UpsertExamplesRequest,UpsertExamplesResponse> upsertExamplesCallable()
Returns
Type Description
UnaryCallable<UpsertExamplesRequest,UpsertExamplesResponse>