public abstract class TagValuesStub implements BackgroundResource
Base stub class for the TagValues service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
TagValuesStub()
Methods
close()
public abstract void close()
createTagValueCallable()
public UnaryCallable<CreateTagValueRequest,Operation> createTagValueCallable()
createTagValueOperationCallable()
public OperationCallable<CreateTagValueRequest,TagValue,CreateTagValueMetadata> createTagValueOperationCallable()
deleteTagValueCallable()
public UnaryCallable<DeleteTagValueRequest,Operation> deleteTagValueCallable()
deleteTagValueOperationCallable()
public OperationCallable<DeleteTagValueRequest,TagValue,DeleteTagValueMetadata> deleteTagValueOperationCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns |
---|
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getNamespacedTagValueCallable()
public UnaryCallable<GetNamespacedTagValueRequest,TagValue> getNamespacedTagValueCallable()
getOperationsStub()
public OperationsStub getOperationsStub()
getTagValueCallable()
public UnaryCallable<GetTagValueRequest,TagValue> getTagValueCallable()
listTagValuesCallable()
public UnaryCallable<ListTagValuesRequest,ListTagValuesResponse> listTagValuesCallable()
listTagValuesPagedCallable()
public UnaryCallable<ListTagValuesRequest,TagValuesClient.ListTagValuesPagedResponse> listTagValuesPagedCallable()
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> | |
updateTagValueCallable()
public UnaryCallable<UpdateTagValueRequest,Operation> updateTagValueCallable()
updateTagValueOperationCallable()
public OperationCallable<UpdateTagValueRequest,TagValue,UpdateTagValueMetadata> updateTagValueOperationCallable()