Class TagKeysGrpc.TagKeysBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<TagKeysGrpc.TagKeysBlockingStub>
-
- com.google.cloud.resourcemanager.v3.TagKeysGrpc.TagKeysBlockingStub
-
- Enclosing class:
- TagKeysGrpc
public static final class TagKeysGrpc.TagKeysBlockingStub extends io.grpc.stub.AbstractBlockingStub<TagKeysGrpc.TagKeysBlockingStub>
A stub to allow clients to do synchronous rpc calls to service TagKeys.Allow users to create and manage tag keys.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TagKeysGrpc.TagKeysBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.longrunning.OperationcreateTagKey(CreateTagKeyRequest request)Creates a new TagKey.com.google.longrunning.OperationdeleteTagKey(DeleteTagKeyRequest request)Deletes a TagKey.com.google.iam.v1.PolicygetIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)Gets the access control policy for a TagKey.TagKeygetNamespacedTagKey(GetNamespacedTagKeyRequest request)Retrieves a TagKey by its namespaced name.TagKeygetTagKey(GetTagKeyRequest request)Retrieves a TagKey.ListTagKeysResponselistTagKeys(ListTagKeysRequest request)Lists all TagKeys for a parent resource.com.google.iam.v1.PolicysetIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)Sets the access control policy on a TagKey, replacing any existing policy.com.google.iam.v1.TestIamPermissionsResponsetestIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)Returns permissions that a caller has on the specified TagKey.com.google.longrunning.OperationupdateTagKey(UpdateTagKeyRequest request)Updates the attributes of the TagKey resource.
-
-
-
Method Detail
-
build
protected TagKeysGrpc.TagKeysBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<TagKeysGrpc.TagKeysBlockingStub>
-
listTagKeys
public ListTagKeysResponse listTagKeys(ListTagKeysRequest request)
Lists all TagKeys for a parent resource.
-
getTagKey
public TagKey getTagKey(GetTagKeyRequest request)
Retrieves a TagKey. This method will return `PERMISSION_DENIED` if the key does not exist or the user does not have permission to view it.
-
getNamespacedTagKey
public TagKey getNamespacedTagKey(GetNamespacedTagKeyRequest request)
Retrieves a TagKey by its namespaced name. This method will return `PERMISSION_DENIED` if the key does not exist or the user does not have permission to view it.
-
createTagKey
public com.google.longrunning.Operation createTagKey(CreateTagKeyRequest request)
Creates a new TagKey. If another request with the same parameters is sent while the original request is in process, the second request will receive an error. A maximum of 1000 TagKeys can exist under a parent at any given time.
-
updateTagKey
public com.google.longrunning.Operation updateTagKey(UpdateTagKeyRequest request)
Updates the attributes of the TagKey resource.
-
deleteTagKey
public com.google.longrunning.Operation deleteTagKey(DeleteTagKeyRequest request)
Deletes a TagKey. The TagKey cannot be deleted if it has any child TagValues.
-
getIamPolicy
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a TagKey. The returned policy may be empty if no such policy or resource exists. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have `cloudresourcemanager.googleapis.com/tagKeys.getIamPolicy` permission on the specified TagKey.
-
setIamPolicy
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on a TagKey, replacing any existing policy. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". The caller must have `resourcemanager.tagKeys.setIamPolicy` permission on the identified tagValue.
-
testIamPermissions
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified TagKey. The `resource` field should be the TagKey's resource name. For example, "tagKeys/1234". There are no permissions required for making this API call.
-
-