@Generated(value="by gapic-generator-java") public abstract class TagValuesStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
TagValuesStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
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.OperationsStub |
getHttpJsonOperationsStub() |
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.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetTagValueRequest,TagValue> |
getTagValueCallable() |
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() |
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() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,TagValuesClient.ListTagValuesPagedResponse> listTagValuesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListTagValuesRequest,ListTagValuesResponse> listTagValuesCallable()
public com.google.api.gax.rpc.UnaryCallable<GetTagValueRequest,TagValue> getTagValueCallable()
public com.google.api.gax.rpc.UnaryCallable<GetNamespacedTagValueRequest,TagValue> getNamespacedTagValueCallable()
public com.google.api.gax.rpc.OperationCallable<CreateTagValueRequest,TagValue,CreateTagValueMetadata> createTagValueOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateTagValueRequest,com.google.longrunning.Operation> createTagValueCallable()
public com.google.api.gax.rpc.OperationCallable<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> updateTagValueOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateTagValueRequest,com.google.longrunning.Operation> updateTagValueCallable()
public com.google.api.gax.rpc.OperationCallable<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> deleteTagValueOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteTagValueRequest,com.google.longrunning.Operation> deleteTagValueCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.