Class SetAclRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
- com.google.cloud.contentwarehouse.v1.SetAclRequest.Builder
-
- All Implemented Interfaces:
SetAclRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SetAclRequest
public static final class SetAclRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder> implements SetAclRequestOrBuilder
Request message for DocumentService.SetAcl.
Protobuf typegoogle.cloud.contentwarehouse.v1.SetAclRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SetAclRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SetAclRequestbuild()SetAclRequestbuildPartial()SetAclRequest.Builderclear()SetAclRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)SetAclRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)SetAclRequest.BuilderclearPolicy()Required.SetAclRequest.BuilderclearProjectOwner()For Set Project ACL only.SetAclRequest.BuilderclearRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.SetAclRequest.BuilderclearResource()Required.SetAclRequest.Builderclone()SetAclRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.iam.v1.PolicygetPolicy()Required.com.google.iam.v1.Policy.BuildergetPolicyBuilder()Required.com.google.iam.v1.PolicyOrBuildergetPolicyOrBuilder()Required.booleangetProjectOwner()For Set Project ACL only.RequestMetadatagetRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.RequestMetadata.BuildergetRequestMetadataBuilder()The meta information collected about the end user, used to enforce access control for the service.RequestMetadataOrBuildergetRequestMetadataOrBuilder()The meta information collected about the end user, used to enforce access control for the service.StringgetResource()Required.com.google.protobuf.ByteStringgetResourceBytes()Required.booleanhasPolicy()Required.booleanhasRequestMetadata()The meta information collected about the end user, used to enforce access control for the service.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()SetAclRequest.BuildermergeFrom(SetAclRequest other)SetAclRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SetAclRequest.BuildermergeFrom(com.google.protobuf.Message other)SetAclRequest.BuildermergePolicy(com.google.iam.v1.Policy value)Required.SetAclRequest.BuildermergeRequestMetadata(RequestMetadata value)The meta information collected about the end user, used to enforce access control for the service.SetAclRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)SetAclRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)SetAclRequest.BuildersetPolicy(com.google.iam.v1.Policy value)Required.SetAclRequest.BuildersetPolicy(com.google.iam.v1.Policy.Builder builderForValue)Required.SetAclRequest.BuildersetProjectOwner(boolean value)For Set Project ACL only.SetAclRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)SetAclRequest.BuildersetRequestMetadata(RequestMetadata value)The meta information collected about the end user, used to enforce access control for the service.SetAclRequest.BuildersetRequestMetadata(RequestMetadata.Builder builderForValue)The meta information collected about the end user, used to enforce access control for the service.SetAclRequest.BuildersetResource(String value)Required.SetAclRequest.BuildersetResourceBytes(com.google.protobuf.ByteString value)Required.SetAclRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
clear
public SetAclRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
getDefaultInstanceForType
public SetAclRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public SetAclRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public SetAclRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public SetAclRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
setField
public SetAclRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
clearField
public SetAclRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
clearOneof
public SetAclRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
setRepeatedField
public SetAclRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
addRepeatedField
public SetAclRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
mergeFrom
public SetAclRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SetAclRequest.Builder>
-
mergeFrom
public SetAclRequest.Builder mergeFrom(SetAclRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
mergeFrom
public SetAclRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SetAclRequest.Builder>- Throws:
IOException
-
getResource
public String getResource()
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getResourcein interfaceSetAclRequestOrBuilder- Returns:
- The resource.
-
getResourceBytes
public com.google.protobuf.ByteString getResourceBytes()
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getResourceBytesin interfaceSetAclRequestOrBuilder- Returns:
- The bytes for resource.
-
setResource
public SetAclRequest.Builder setResource(String value)
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The resource to set.- Returns:
- This builder for chaining.
-
clearResource
public SetAclRequest.Builder clearResource()
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- This builder for chaining.
-
setResourceBytes
public SetAclRequest.Builder setResourceBytes(com.google.protobuf.ByteString value)
Required. REQUIRED: The resource for which the policy is being requested. Format for document: projects/{project_number}/locations/{location}/documents/{document_id}. Format for collection: projects/{project_number}/locations/{location}/collections/{collection_id}. Format for project: projects/{project_number}.string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
value- The bytes for resource to set.- Returns:
- This builder for chaining.
-
hasPolicy
public boolean hasPolicy()
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasPolicyin interfaceSetAclRequestOrBuilder- Returns:
- Whether the policy field is set.
-
getPolicy
public com.google.iam.v1.Policy getPolicy()
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getPolicyin interfaceSetAclRequestOrBuilder- Returns:
- The policy.
-
setPolicy
public SetAclRequest.Builder setPolicy(com.google.iam.v1.Policy value)
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
-
setPolicy
public SetAclRequest.Builder setPolicy(com.google.iam.v1.Policy.Builder builderForValue)
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
-
mergePolicy
public SetAclRequest.Builder mergePolicy(com.google.iam.v1.Policy value)
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
-
clearPolicy
public SetAclRequest.Builder clearPolicy()
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
-
getPolicyBuilder
public com.google.iam.v1.Policy.Builder getPolicyBuilder()
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];
-
getPolicyOrBuilder
public com.google.iam.v1.PolicyOrBuilder getPolicyOrBuilder()
Required. REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. You can set ACL with condition for projects only. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is `DocumentSchemaId` or property name and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Boolean expressions (AND/OR) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR D) AND E"), a maximum of 10 comparisons are allowed in the expression. The expression must be < 6000 bytes in length. Sample condition: `"DocumentSchemaId = \"some schema id\" OR SchemaId.floatPropertyName >= 10"`.google.iam.v1.Policy policy = 2 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getPolicyOrBuilderin interfaceSetAclRequestOrBuilder
-
hasRequestMetadata
public boolean hasRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;- Specified by:
hasRequestMetadatain interfaceSetAclRequestOrBuilder- Returns:
- Whether the requestMetadata field is set.
-
getRequestMetadata
public RequestMetadata getRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;- Specified by:
getRequestMetadatain interfaceSetAclRequestOrBuilder- Returns:
- The requestMetadata.
-
setRequestMetadata
public SetAclRequest.Builder setRequestMetadata(RequestMetadata value)
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
-
setRequestMetadata
public SetAclRequest.Builder setRequestMetadata(RequestMetadata.Builder builderForValue)
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
-
mergeRequestMetadata
public SetAclRequest.Builder mergeRequestMetadata(RequestMetadata value)
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
-
clearRequestMetadata
public SetAclRequest.Builder clearRequestMetadata()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
-
getRequestMetadataBuilder
public RequestMetadata.Builder getRequestMetadataBuilder()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;
-
getRequestMetadataOrBuilder
public RequestMetadataOrBuilder getRequestMetadataOrBuilder()
The meta information collected about the end user, used to enforce access control for the service.
.google.cloud.contentwarehouse.v1.RequestMetadata request_metadata = 3;- Specified by:
getRequestMetadataOrBuilderin interfaceSetAclRequestOrBuilder
-
getProjectOwner
public boolean getProjectOwner()
For Set Project ACL only. Authorization check for end user will be ignored when project_owner=true.
bool project_owner = 4;- Specified by:
getProjectOwnerin interfaceSetAclRequestOrBuilder- Returns:
- The projectOwner.
-
setProjectOwner
public SetAclRequest.Builder setProjectOwner(boolean value)
For Set Project ACL only. Authorization check for end user will be ignored when project_owner=true.
bool project_owner = 4;- Parameters:
value- The projectOwner to set.- Returns:
- This builder for chaining.
-
clearProjectOwner
public SetAclRequest.Builder clearProjectOwner()
For Set Project ACL only. Authorization check for end user will be ignored when project_owner=true.
bool project_owner = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final SetAclRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
mergeUnknownFields
public final SetAclRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SetAclRequest.Builder>
-
-