@Generated(value="by gapic-generator-java") public class GrpcTagValuesStub extends TagValuesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcTagValuesStub(TagValuesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTagValuesStub, using the given settings.
|
protected |
GrpcTagValuesStub(TagValuesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTagValuesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcTagValuesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcTagValuesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcTagValuesStub |
create(TagValuesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateTagValueRequest,com.google.longrunning.Operation> |
createTagValueCallable() |
com.google.api.gax.rpc.OperationCallable<CreateTagValueRequest,TagValue,CreateTagValueMetadata> |
createTagValueOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTagValueRequest,com.google.longrunning.Operation> |
deleteTagValueCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> |
deleteTagValueOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<GetNamespacedTagValueRequest,TagValue> |
getNamespacedTagValueCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetTagValueRequest,TagValue> |
getTagValueCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,ListTagValuesResponse> |
listTagValuesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,TagValuesClient.ListTagValuesPagedResponse> |
listTagValuesPagedCallable() |
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<UpdateTagValueRequest,com.google.longrunning.Operation> |
updateTagValueCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> |
updateTagValueOperationCallable() |
getHttpJsonOperationsStubprotected GrpcTagValuesStub(TagValuesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcTagValuesStub(TagValuesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcTagValuesStub create(TagValuesStubSettings settings) throws IOException
IOExceptionpublic static final GrpcTagValuesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcTagValuesStub 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 TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,ListTagValuesResponse> listTagValuesCallable()
listTagValuesCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,TagValuesClient.ListTagValuesPagedResponse> listTagValuesPagedCallable()
listTagValuesPagedCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<GetTagValueRequest,TagValue> getTagValueCallable()
getTagValueCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<GetNamespacedTagValueRequest,TagValue> getNamespacedTagValueCallable()
getNamespacedTagValueCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<CreateTagValueRequest,com.google.longrunning.Operation> createTagValueCallable()
createTagValueCallable in class TagValuesStubpublic com.google.api.gax.rpc.OperationCallable<CreateTagValueRequest,TagValue,CreateTagValueMetadata> createTagValueOperationCallable()
createTagValueOperationCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateTagValueRequest,com.google.longrunning.Operation> updateTagValueCallable()
updateTagValueCallable in class TagValuesStubpublic com.google.api.gax.rpc.OperationCallable<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> updateTagValueOperationCallable()
updateTagValueOperationCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteTagValueRequest,com.google.longrunning.Operation> deleteTagValueCallable()
deleteTagValueCallable in class TagValuesStubpublic com.google.api.gax.rpc.OperationCallable<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> deleteTagValueOperationCallable()
deleteTagValueOperationCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class TagValuesStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class TagValuesStubpublic final void close()
close in interface AutoCloseableclose in class TagValuesStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.