@Generated(value="by gapic-generator-java") public class HttpJsonTagValuesStub extends TagValuesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonTagValuesStub(TagValuesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTagValuesStub, using the given settings.
|
protected |
HttpJsonTagValuesStub(TagValuesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTagValuesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonTagValuesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonTagValuesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonTagValuesStub |
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.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<GetNamespacedTagValueRequest,TagValue> |
getNamespacedTagValueCallable() |
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() |
getOperationsStubprotected HttpJsonTagValuesStub(TagValuesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonTagValuesStub(TagValuesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonTagValuesStub create(TagValuesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonTagValuesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonTagValuesStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub 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 © 2025 Google LLC. All rights reserved.