Interface SetAclResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetAclResponse,SetAclResponse.Builder
public interface SetAclResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseMetadatagetMetadata()Additional information for the API invocation, such as the request tracking id.ResponseMetadataOrBuildergetMetadataOrBuilder()Additional information for the API invocation, such as the request tracking id.com.google.iam.v1.PolicygetPolicy()The policy will be attached to a resource (e.g.com.google.iam.v1.PolicyOrBuildergetPolicyOrBuilder()The policy will be attached to a resource (e.g.booleanhasMetadata()Additional information for the API invocation, such as the request tracking id.booleanhasPolicy()The policy will be attached to a resource (e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPolicy
boolean hasPolicy()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;- Returns:
- Whether the policy field is set.
-
getPolicy
com.google.iam.v1.Policy getPolicy()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;- Returns:
- The policy.
-
getPolicyOrBuilder
com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder()
The policy will be attached to a resource (e.g. projecct, document).
.google.iam.v1.Policy policy = 1;
-
hasMetadata
boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;- Returns:
- Whether the metadata field is set.
-
getMetadata
ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;- Returns:
- The metadata.
-
getMetadataOrBuilder
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.contentwarehouse.v1.ResponseMetadata metadata = 2;
-
-