@BetaApi @Generated(value="by gapic-generator-java") public class GrpcExampleStoreServiceStub extends ExampleStoreServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcExampleStoreServiceStub(ExampleStoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcExampleStoreServiceStub, using the given settings.
|
protected |
GrpcExampleStoreServiceStub(ExampleStoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcExampleStoreServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcExampleStoreServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcExampleStoreServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcExampleStoreServiceStub |
create(ExampleStoreServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateExampleStoreRequest,com.google.longrunning.Operation> |
createExampleStoreCallable() |
com.google.api.gax.rpc.OperationCallable<CreateExampleStoreRequest,ExampleStore,CreateExampleStoreOperationMetadata> |
createExampleStoreOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteExampleStoreRequest,com.google.longrunning.Operation> |
deleteExampleStoreCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteExampleStoreRequest,com.google.protobuf.Empty,DeleteExampleStoreOperationMetadata> |
deleteExampleStoreOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<FetchExamplesRequest,FetchExamplesResponse> |
fetchExamplesCallable() |
com.google.api.gax.rpc.UnaryCallable<FetchExamplesRequest,ExampleStoreServiceClient.FetchExamplesPagedResponse> |
fetchExamplesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExampleStoreRequest,ExampleStore> |
getExampleStoreCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListExampleStoresRequest,ListExampleStoresResponse> |
listExampleStoresCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExampleStoresRequest,ExampleStoreServiceClient.ListExampleStoresPagedResponse> |
listExampleStoresPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ExampleStoreServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<RemoveExamplesRequest,RemoveExamplesResponse> |
removeExamplesCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchExamplesRequest,SearchExamplesResponse> |
searchExamplesCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateExampleStoreRequest,com.google.longrunning.Operation> |
updateExampleStoreCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateExampleStoreRequest,ExampleStore,UpdateExampleStoreOperationMetadata> |
updateExampleStoreOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<UpsertExamplesRequest,UpsertExamplesResponse> |
upsertExamplesCallable() |
protected GrpcExampleStoreServiceStub(ExampleStoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcExampleStoreServiceStub(ExampleStoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcExampleStoreServiceStub create(ExampleStoreServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcExampleStoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcExampleStoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateExampleStoreRequest,com.google.longrunning.Operation> createExampleStoreCallable()
createExampleStoreCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.OperationCallable<CreateExampleStoreRequest,ExampleStore,CreateExampleStoreOperationMetadata> createExampleStoreOperationCallable()
createExampleStoreOperationCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetExampleStoreRequest,ExampleStore> getExampleStoreCallable()
getExampleStoreCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateExampleStoreRequest,com.google.longrunning.Operation> updateExampleStoreCallable()
updateExampleStoreCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.OperationCallable<UpdateExampleStoreRequest,ExampleStore,UpdateExampleStoreOperationMetadata> updateExampleStoreOperationCallable()
updateExampleStoreOperationCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteExampleStoreRequest,com.google.longrunning.Operation> deleteExampleStoreCallable()
deleteExampleStoreCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.OperationCallable<DeleteExampleStoreRequest,com.google.protobuf.Empty,DeleteExampleStoreOperationMetadata> deleteExampleStoreOperationCallable()
deleteExampleStoreOperationCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListExampleStoresRequest,ListExampleStoresResponse> listExampleStoresCallable()
listExampleStoresCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListExampleStoresRequest,ExampleStoreServiceClient.ListExampleStoresPagedResponse> listExampleStoresPagedCallable()
listExampleStoresPagedCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpsertExamplesRequest,UpsertExamplesResponse> upsertExamplesCallable()
upsertExamplesCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<RemoveExamplesRequest,RemoveExamplesResponse> removeExamplesCallable()
removeExamplesCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<SearchExamplesRequest,SearchExamplesResponse> searchExamplesCallable()
searchExamplesCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<FetchExamplesRequest,FetchExamplesResponse> fetchExamplesCallable()
fetchExamplesCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<FetchExamplesRequest,ExampleStoreServiceClient.FetchExamplesPagedResponse> fetchExamplesPagedCallable()
fetchExamplesPagedCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ExampleStoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class ExampleStoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class ExampleStoreServiceStubpublic final void close()
close in interface AutoCloseableclose in class ExampleStoreServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.