public static final class ObjectAccessControl.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder> implements ObjectAccessControlOrBuilder
An access-control entry.Protobuf type
google.storage.v2.ObjectAccessControl
Modifier and Type | Method and Description |
---|---|
ObjectAccessControl.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ObjectAccessControl |
build() |
ObjectAccessControl |
buildPartial() |
ObjectAccessControl.Builder |
clear() |
ObjectAccessControl.Builder |
clearDomain()
The domain associated with the entity, if any.
|
ObjectAccessControl.Builder |
clearEmail()
The email address associated with the entity, if any.
|
ObjectAccessControl.Builder |
clearEntity()
The entity holding the permission, in one of the following forms:
* `user-{userid}`
* `user-{email}`
* `group-{groupid}`
* `group-{email}`
* `domain-{domain}`
* `project-{team}-{projectnumber}`
* `project-{team}-{projectid}`
* `allUsers`
* `allAuthenticatedUsers`
Examples:
* The user `liz@example.com` would be `user-liz@example.com`.
|
ObjectAccessControl.Builder |
clearEntityAlt()
Output only.
|
ObjectAccessControl.Builder |
clearEntityId()
The ID for the entity, if any.
|
ObjectAccessControl.Builder |
clearEtag()
The etag of the ObjectAccessControl.
|
ObjectAccessControl.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ObjectAccessControl.Builder |
clearId()
The ID of the access-control entry.
|
ObjectAccessControl.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ObjectAccessControl.Builder |
clearProjectTeam()
The project team associated with the entity, if any.
|
ObjectAccessControl.Builder |
clearRole()
The access permission for the entity.
|
ObjectAccessControl.Builder |
clone() |
ObjectAccessControl |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDomain()
The domain associated with the entity, if any.
|
com.google.protobuf.ByteString |
getDomainBytes()
The domain associated with the entity, if any.
|
String |
getEmail()
The email address associated with the entity, if any.
|
com.google.protobuf.ByteString |
getEmailBytes()
The email address associated with the entity, if any.
|
String |
getEntity()
The entity holding the permission, in one of the following forms:
* `user-{userid}`
* `user-{email}`
* `group-{groupid}`
* `group-{email}`
* `domain-{domain}`
* `project-{team}-{projectnumber}`
* `project-{team}-{projectid}`
* `allUsers`
* `allAuthenticatedUsers`
Examples:
* The user `liz@example.com` would be `user-liz@example.com`.
|
String |
getEntityAlt()
Output only.
|
com.google.protobuf.ByteString |
getEntityAltBytes()
Output only.
|
com.google.protobuf.ByteString |
getEntityBytes()
The entity holding the permission, in one of the following forms:
* `user-{userid}`
* `user-{email}`
* `group-{groupid}`
* `group-{email}`
* `domain-{domain}`
* `project-{team}-{projectnumber}`
* `project-{team}-{projectid}`
* `allUsers`
* `allAuthenticatedUsers`
Examples:
* The user `liz@example.com` would be `user-liz@example.com`.
|
String |
getEntityId()
The ID for the entity, if any.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
The ID for the entity, if any.
|
String |
getEtag()
The etag of the ObjectAccessControl.
|
com.google.protobuf.ByteString |
getEtagBytes()
The etag of the ObjectAccessControl.
|
String |
getId()
The ID of the access-control entry.
|
com.google.protobuf.ByteString |
getIdBytes()
The ID of the access-control entry.
|
ProjectTeam |
getProjectTeam()
The project team associated with the entity, if any.
|
ProjectTeam.Builder |
getProjectTeamBuilder()
The project team associated with the entity, if any.
|
ProjectTeamOrBuilder |
getProjectTeamOrBuilder()
The project team associated with the entity, if any.
|
String |
getRole()
The access permission for the entity.
|
com.google.protobuf.ByteString |
getRoleBytes()
The access permission for the entity.
|
boolean |
hasProjectTeam()
The project team associated with the entity, if any.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ObjectAccessControl.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ObjectAccessControl.Builder |
mergeFrom(com.google.protobuf.Message other) |
ObjectAccessControl.Builder |
mergeFrom(ObjectAccessControl other) |
ObjectAccessControl.Builder |
mergeProjectTeam(ProjectTeam value)
The project team associated with the entity, if any.
|
ObjectAccessControl.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ObjectAccessControl.Builder |
setDomain(String value)
The domain associated with the entity, if any.
|
ObjectAccessControl.Builder |
setDomainBytes(com.google.protobuf.ByteString value)
The domain associated with the entity, if any.
|
ObjectAccessControl.Builder |
setEmail(String value)
The email address associated with the entity, if any.
|
ObjectAccessControl.Builder |
setEmailBytes(com.google.protobuf.ByteString value)
The email address associated with the entity, if any.
|
ObjectAccessControl.Builder |
setEntity(String value)
The entity holding the permission, in one of the following forms:
* `user-{userid}`
* `user-{email}`
* `group-{groupid}`
* `group-{email}`
* `domain-{domain}`
* `project-{team}-{projectnumber}`
* `project-{team}-{projectid}`
* `allUsers`
* `allAuthenticatedUsers`
Examples:
* The user `liz@example.com` would be `user-liz@example.com`.
|
ObjectAccessControl.Builder |
setEntityAlt(String value)
Output only.
|
ObjectAccessControl.Builder |
setEntityAltBytes(com.google.protobuf.ByteString value)
Output only.
|
ObjectAccessControl.Builder |
setEntityBytes(com.google.protobuf.ByteString value)
The entity holding the permission, in one of the following forms:
* `user-{userid}`
* `user-{email}`
* `group-{groupid}`
* `group-{email}`
* `domain-{domain}`
* `project-{team}-{projectnumber}`
* `project-{team}-{projectid}`
* `allUsers`
* `allAuthenticatedUsers`
Examples:
* The user `liz@example.com` would be `user-liz@example.com`.
|
ObjectAccessControl.Builder |
setEntityId(String value)
The ID for the entity, if any.
|
ObjectAccessControl.Builder |
setEntityIdBytes(com.google.protobuf.ByteString value)
The ID for the entity, if any.
|
ObjectAccessControl.Builder |
setEtag(String value)
The etag of the ObjectAccessControl.
|
ObjectAccessControl.Builder |
setEtagBytes(com.google.protobuf.ByteString value)
The etag of the ObjectAccessControl.
|
ObjectAccessControl.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ObjectAccessControl.Builder |
setId(String value)
The ID of the access-control entry.
|
ObjectAccessControl.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The ID of the access-control entry.
|
ObjectAccessControl.Builder |
setProjectTeam(ProjectTeam.Builder builderForValue)
The project team associated with the entity, if any.
|
ObjectAccessControl.Builder |
setProjectTeam(ProjectTeam value)
The project team associated with the entity, if any.
|
ObjectAccessControl.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ObjectAccessControl.Builder |
setRole(String value)
The access permission for the entity.
|
ObjectAccessControl.Builder |
setRoleBytes(com.google.protobuf.ByteString value)
The access permission for the entity.
|
ObjectAccessControl.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ObjectAccessControl build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ObjectAccessControl buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ObjectAccessControl.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder mergeFrom(ObjectAccessControl other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public ObjectAccessControl.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ObjectAccessControl.Builder>
IOException
public String getRole()
The access permission for the entity.
string role = 1;
getRole
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getRoleBytes()
The access permission for the entity.
string role = 1;
getRoleBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setRole(String value)
The access permission for the entity.
string role = 1;
value
- The role to set.public ObjectAccessControl.Builder clearRole()
The access permission for the entity.
string role = 1;
public ObjectAccessControl.Builder setRoleBytes(com.google.protobuf.ByteString value)
The access permission for the entity.
string role = 1;
value
- The bytes for role to set.public String getId()
The ID of the access-control entry.
string id = 2;
getId
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getIdBytes()
The ID of the access-control entry.
string id = 2;
getIdBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setId(String value)
The ID of the access-control entry.
string id = 2;
value
- The id to set.public ObjectAccessControl.Builder clearId()
The ID of the access-control entry.
string id = 2;
public ObjectAccessControl.Builder setIdBytes(com.google.protobuf.ByteString value)
The ID of the access-control entry.
string id = 2;
value
- The bytes for id to set.public String getEntity()
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team}-{projectnumber}` * `project-{team}-{projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`. * The group `example@googlegroups.com` would be `group-example@googlegroups.com`. * All members of the Google Apps for Business domain `example.com` would be `domain-example.com`. For project entities, `project-{team}-{projectnumber}` format will be returned on response.
string entity = 3;
getEntity
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getEntityBytes()
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team}-{projectnumber}` * `project-{team}-{projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`. * The group `example@googlegroups.com` would be `group-example@googlegroups.com`. * All members of the Google Apps for Business domain `example.com` would be `domain-example.com`. For project entities, `project-{team}-{projectnumber}` format will be returned on response.
string entity = 3;
getEntityBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setEntity(String value)
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team}-{projectnumber}` * `project-{team}-{projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`. * The group `example@googlegroups.com` would be `group-example@googlegroups.com`. * All members of the Google Apps for Business domain `example.com` would be `domain-example.com`. For project entities, `project-{team}-{projectnumber}` format will be returned on response.
string entity = 3;
value
- The entity to set.public ObjectAccessControl.Builder clearEntity()
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team}-{projectnumber}` * `project-{team}-{projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`. * The group `example@googlegroups.com` would be `group-example@googlegroups.com`. * All members of the Google Apps for Business domain `example.com` would be `domain-example.com`. For project entities, `project-{team}-{projectnumber}` format will be returned on response.
string entity = 3;
public ObjectAccessControl.Builder setEntityBytes(com.google.protobuf.ByteString value)
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team}-{projectnumber}` * `project-{team}-{projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`. * The group `example@googlegroups.com` would be `group-example@googlegroups.com`. * All members of the Google Apps for Business domain `example.com` would be `domain-example.com`. For project entities, `project-{team}-{projectnumber}` format will be returned on response.
string entity = 3;
value
- The bytes for entity to set.public String getEntityAlt()
Output only. The alternative entity format, if exists. For project entities, `project-{team}-{projectid}` format will be returned on response.
string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEntityAlt
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getEntityAltBytes()
Output only. The alternative entity format, if exists. For project entities, `project-{team}-{projectid}` format will be returned on response.
string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEntityAltBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setEntityAlt(String value)
Output only. The alternative entity format, if exists. For project entities, `project-{team}-{projectid}` format will be returned on response.
string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
value
- The entityAlt to set.public ObjectAccessControl.Builder clearEntityAlt()
Output only. The alternative entity format, if exists. For project entities, `project-{team}-{projectid}` format will be returned on response.
string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ObjectAccessControl.Builder setEntityAltBytes(com.google.protobuf.ByteString value)
Output only. The alternative entity format, if exists. For project entities, `project-{team}-{projectid}` format will be returned on response.
string entity_alt = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
value
- The bytes for entityAlt to set.public String getEntityId()
The ID for the entity, if any.
string entity_id = 4;
getEntityId
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getEntityIdBytes()
The ID for the entity, if any.
string entity_id = 4;
getEntityIdBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setEntityId(String value)
The ID for the entity, if any.
string entity_id = 4;
value
- The entityId to set.public ObjectAccessControl.Builder clearEntityId()
The ID for the entity, if any.
string entity_id = 4;
public ObjectAccessControl.Builder setEntityIdBytes(com.google.protobuf.ByteString value)
The ID for the entity, if any.
string entity_id = 4;
value
- The bytes for entityId to set.public String getEtag()
The etag of the ObjectAccessControl. If included in the metadata of an update or delete request message, the operation will only be performed if the etag matches that of the live object's ObjectAccessControl.
string etag = 8;
getEtag
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getEtagBytes()
The etag of the ObjectAccessControl. If included in the metadata of an update or delete request message, the operation will only be performed if the etag matches that of the live object's ObjectAccessControl.
string etag = 8;
getEtagBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setEtag(String value)
The etag of the ObjectAccessControl. If included in the metadata of an update or delete request message, the operation will only be performed if the etag matches that of the live object's ObjectAccessControl.
string etag = 8;
value
- The etag to set.public ObjectAccessControl.Builder clearEtag()
The etag of the ObjectAccessControl. If included in the metadata of an update or delete request message, the operation will only be performed if the etag matches that of the live object's ObjectAccessControl.
string etag = 8;
public ObjectAccessControl.Builder setEtagBytes(com.google.protobuf.ByteString value)
The etag of the ObjectAccessControl. If included in the metadata of an update or delete request message, the operation will only be performed if the etag matches that of the live object's ObjectAccessControl.
string etag = 8;
value
- The bytes for etag to set.public String getEmail()
The email address associated with the entity, if any.
string email = 5;
getEmail
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getEmailBytes()
The email address associated with the entity, if any.
string email = 5;
getEmailBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setEmail(String value)
The email address associated with the entity, if any.
string email = 5;
value
- The email to set.public ObjectAccessControl.Builder clearEmail()
The email address associated with the entity, if any.
string email = 5;
public ObjectAccessControl.Builder setEmailBytes(com.google.protobuf.ByteString value)
The email address associated with the entity, if any.
string email = 5;
value
- The bytes for email to set.public String getDomain()
The domain associated with the entity, if any.
string domain = 6;
getDomain
in interface ObjectAccessControlOrBuilder
public com.google.protobuf.ByteString getDomainBytes()
The domain associated with the entity, if any.
string domain = 6;
getDomainBytes
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setDomain(String value)
The domain associated with the entity, if any.
string domain = 6;
value
- The domain to set.public ObjectAccessControl.Builder clearDomain()
The domain associated with the entity, if any.
string domain = 6;
public ObjectAccessControl.Builder setDomainBytes(com.google.protobuf.ByteString value)
The domain associated with the entity, if any.
string domain = 6;
value
- The bytes for domain to set.public boolean hasProjectTeam()
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
hasProjectTeam
in interface ObjectAccessControlOrBuilder
public ProjectTeam getProjectTeam()
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
getProjectTeam
in interface ObjectAccessControlOrBuilder
public ObjectAccessControl.Builder setProjectTeam(ProjectTeam value)
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
public ObjectAccessControl.Builder setProjectTeam(ProjectTeam.Builder builderForValue)
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
public ObjectAccessControl.Builder mergeProjectTeam(ProjectTeam value)
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
public ObjectAccessControl.Builder clearProjectTeam()
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
public ProjectTeam.Builder getProjectTeamBuilder()
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
public ProjectTeamOrBuilder getProjectTeamOrBuilder()
The project team associated with the entity, if any.
.google.storage.v2.ProjectTeam project_team = 7;
getProjectTeamOrBuilder
in interface ObjectAccessControlOrBuilder
public final ObjectAccessControl.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
public final ObjectAccessControl.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ObjectAccessControl.Builder>
Copyright © 2023 Google LLC. All rights reserved.