All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.storage.v2.ObjectAccessControl Maven / Gradle / Ivy

There is a newer version: 2.46.0-beta
Show newest version
/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/storage/v2/storage.proto

package com.google.storage.v2;

/**
 *
 *
 * 
 * An access-control entry.
 * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ public final class ObjectAccessControl extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.storage.v2.ObjectAccessControl) ObjectAccessControlOrBuilder { private static final long serialVersionUID = 0L; // Use ObjectAccessControl.newBuilder() to construct. private ObjectAccessControl(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ObjectAccessControl() { role_ = ""; id_ = ""; entity_ = ""; entityId_ = ""; email_ = ""; domain_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ObjectAccessControl(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ObjectAccessControl( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); role_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); id_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); entity_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); entityId_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); email_ = s; break; } case 50: { java.lang.String s = input.readStringRequireUtf8(); domain_ = s; break; } case 58: { com.google.storage.v2.ProjectTeam.Builder subBuilder = null; if (projectTeam_ != null) { subBuilder = projectTeam_.toBuilder(); } projectTeam_ = input.readMessage(com.google.storage.v2.ProjectTeam.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(projectTeam_); projectTeam_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.storage.v2.StorageProto .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); } public static final int ROLE_FIELD_NUMBER = 1; private volatile java.lang.Object role_; /** * * *
   * The access permission for the entity.
   * 
* * string role = 1; * * @return The role. */ @java.lang.Override public java.lang.String getRole() { java.lang.Object ref = role_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); role_ = s; return s; } } /** * * *
   * The access permission for the entity.
   * 
* * string role = 1; * * @return The bytes for role. */ @java.lang.Override public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); role_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ID_FIELD_NUMBER = 2; private volatile java.lang.Object id_; /** * * *
   * The ID of the access-control entry.
   * 
* * string id = 2; * * @return The id. */ @java.lang.Override public java.lang.String getId() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** * * *
   * The ID of the access-control entry.
   * 
* * string id = 2; * * @return The bytes for id. */ @java.lang.Override public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENTITY_FIELD_NUMBER = 3; private volatile java.lang.Object entity_; /** * * *
   * The entity holding the permission, in one of the following forms:
   * * `user-{userid}`
   * * `user-{email}`
   * * `group-{groupid}`
   * * `group-{email}`
   * * `domain-{domain}`
   * * `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`.
   * 
* * string entity = 3; * * @return The entity. */ @java.lang.Override public java.lang.String getEntity() { java.lang.Object ref = entity_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entity_ = s; return s; } } /** * * *
   * The entity holding the permission, in one of the following forms:
   * * `user-{userid}`
   * * `user-{email}`
   * * `group-{groupid}`
   * * `group-{email}`
   * * `domain-{domain}`
   * * `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`.
   * 
* * string entity = 3; * * @return The bytes for entity. */ @java.lang.Override public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); entity_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENTITY_ID_FIELD_NUMBER = 4; private volatile java.lang.Object entityId_; /** * * *
   * The ID for the entity, if any.
   * 
* * string entity_id = 4; * * @return The entityId. */ @java.lang.Override public java.lang.String getEntityId() { java.lang.Object ref = entityId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entityId_ = s; return s; } } /** * * *
   * The ID for the entity, if any.
   * 
* * string entity_id = 4; * * @return The bytes for entityId. */ @java.lang.Override public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); entityId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int EMAIL_FIELD_NUMBER = 5; private volatile java.lang.Object email_; /** * * *
   * The email address associated with the entity, if any.
   * 
* * string email = 5; * * @return The email. */ @java.lang.Override public java.lang.String getEmail() { java.lang.Object ref = email_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); email_ = s; return s; } } /** * * *
   * The email address associated with the entity, if any.
   * 
* * string email = 5; * * @return The bytes for email. */ @java.lang.Override public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); email_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOMAIN_FIELD_NUMBER = 6; private volatile java.lang.Object domain_; /** * * *
   * The domain associated with the entity, if any.
   * 
* * string domain = 6; * * @return The domain. */ @java.lang.Override public java.lang.String getDomain() { java.lang.Object ref = domain_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); domain_ = s; return s; } } /** * * *
   * The domain associated with the entity, if any.
   * 
* * string domain = 6; * * @return The bytes for domain. */ @java.lang.Override public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); domain_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PROJECT_TEAM_FIELD_NUMBER = 7; private com.google.storage.v2.ProjectTeam projectTeam_; /** * * *
   * The project team associated with the entity, if any.
   * 
* * .google.storage.v2.ProjectTeam project_team = 7; * * @return Whether the projectTeam field is set. */ @java.lang.Override public boolean hasProjectTeam() { return projectTeam_ != null; } /** * * *
   * The project team associated with the entity, if any.
   * 
* * .google.storage.v2.ProjectTeam project_team = 7; * * @return The projectTeam. */ @java.lang.Override public com.google.storage.v2.ProjectTeam getProjectTeam() { return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } /** * * *
   * The project team associated with the entity, if any.
   * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ @java.lang.Override public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { return getProjectTeam(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getRoleBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, role_); } if (!getIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, id_); } if (!getEntityBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, entity_); } if (!getEntityIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, entityId_); } if (!getEmailBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, email_); } if (!getDomainBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, domain_); } if (projectTeam_ != null) { output.writeMessage(7, getProjectTeam()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getRoleBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, role_); } if (!getIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, id_); } if (!getEntityBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, entity_); } if (!getEntityIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, entityId_); } if (!getEmailBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, email_); } if (!getDomainBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, domain_); } if (projectTeam_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getProjectTeam()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.storage.v2.ObjectAccessControl)) { return super.equals(obj); } com.google.storage.v2.ObjectAccessControl other = (com.google.storage.v2.ObjectAccessControl) obj; if (!getRole().equals(other.getRole())) return false; if (!getId().equals(other.getId())) return false; if (!getEntity().equals(other.getEntity())) return false; if (!getEntityId().equals(other.getEntityId())) return false; if (!getEmail().equals(other.getEmail())) return false; if (!getDomain().equals(other.getDomain())) return false; if (hasProjectTeam() != other.hasProjectTeam()) return false; if (hasProjectTeam()) { if (!getProjectTeam().equals(other.getProjectTeam())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + ROLE_FIELD_NUMBER; hash = (53 * hash) + getRole().hashCode(); hash = (37 * hash) + ID_FIELD_NUMBER; hash = (53 * hash) + getId().hashCode(); hash = (37 * hash) + ENTITY_FIELD_NUMBER; hash = (53 * hash) + getEntity().hashCode(); hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER; hash = (53 * hash) + getEntityId().hashCode(); hash = (37 * hash) + EMAIL_FIELD_NUMBER; hash = (53 * hash) + getEmail().hashCode(); hash = (37 * hash) + DOMAIN_FIELD_NUMBER; hash = (53 * hash) + getDomain().hashCode(); if (hasProjectTeam()) { hash = (37 * hash) + PROJECT_TEAM_FIELD_NUMBER; hash = (53 * hash) + getProjectTeam().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.storage.v2.ObjectAccessControl parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.storage.v2.ObjectAccessControl parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.storage.v2.ObjectAccessControl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.storage.v2.ObjectAccessControl parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.storage.v2.ObjectAccessControl parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.storage.v2.ObjectAccessControl parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.storage.v2.ObjectAccessControl parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.storage.v2.ObjectAccessControl parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.storage.v2.ObjectAccessControl parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.storage.v2.ObjectAccessControl prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * An access-control entry.
   * 
* * Protobuf type {@code google.storage.v2.ObjectAccessControl} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.storage.v2.ObjectAccessControl) com.google.storage.v2.ObjectAccessControlOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.storage.v2.StorageProto .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.storage.v2.StorageProto .internal_static_google_storage_v2_ObjectAccessControl_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.storage.v2.ObjectAccessControl.class, com.google.storage.v2.ObjectAccessControl.Builder.class); } // Construct using com.google.storage.v2.ObjectAccessControl.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} } @java.lang.Override public Builder clear() { super.clear(); role_ = ""; id_ = ""; entity_ = ""; entityId_ = ""; email_ = ""; domain_ = ""; if (projectTeamBuilder_ == null) { projectTeam_ = null; } else { projectTeam_ = null; projectTeamBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.storage.v2.StorageProto .internal_static_google_storage_v2_ObjectAccessControl_descriptor; } @java.lang.Override public com.google.storage.v2.ObjectAccessControl getDefaultInstanceForType() { return com.google.storage.v2.ObjectAccessControl.getDefaultInstance(); } @java.lang.Override public com.google.storage.v2.ObjectAccessControl build() { com.google.storage.v2.ObjectAccessControl result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.storage.v2.ObjectAccessControl buildPartial() { com.google.storage.v2.ObjectAccessControl result = new com.google.storage.v2.ObjectAccessControl(this); result.role_ = role_; result.id_ = id_; result.entity_ = entity_; result.entityId_ = entityId_; result.email_ = email_; result.domain_ = domain_; if (projectTeamBuilder_ == null) { result.projectTeam_ = projectTeam_; } else { result.projectTeam_ = projectTeamBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.storage.v2.ObjectAccessControl) { return mergeFrom((com.google.storage.v2.ObjectAccessControl) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.storage.v2.ObjectAccessControl other) { if (other == com.google.storage.v2.ObjectAccessControl.getDefaultInstance()) return this; if (!other.getRole().isEmpty()) { role_ = other.role_; onChanged(); } if (!other.getId().isEmpty()) { id_ = other.id_; onChanged(); } if (!other.getEntity().isEmpty()) { entity_ = other.entity_; onChanged(); } if (!other.getEntityId().isEmpty()) { entityId_ = other.entityId_; onChanged(); } if (!other.getEmail().isEmpty()) { email_ = other.email_; onChanged(); } if (!other.getDomain().isEmpty()) { domain_ = other.domain_; onChanged(); } if (other.hasProjectTeam()) { mergeProjectTeam(other.getProjectTeam()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.storage.v2.ObjectAccessControl parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.google.storage.v2.ObjectAccessControl) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object role_ = ""; /** * * *
     * The access permission for the entity.
     * 
* * string role = 1; * * @return The role. */ public java.lang.String getRole() { java.lang.Object ref = role_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); role_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The access permission for the entity.
     * 
* * string role = 1; * * @return The bytes for role. */ public com.google.protobuf.ByteString getRoleBytes() { java.lang.Object ref = role_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); role_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The access permission for the entity.
     * 
* * string role = 1; * * @param value The role to set. * @return This builder for chaining. */ public Builder setRole(java.lang.String value) { if (value == null) { throw new NullPointerException(); } role_ = value; onChanged(); return this; } /** * * *
     * The access permission for the entity.
     * 
* * string role = 1; * * @return This builder for chaining. */ public Builder clearRole() { role_ = getDefaultInstance().getRole(); onChanged(); return this; } /** * * *
     * The access permission for the entity.
     * 
* * string role = 1; * * @param value The bytes for role to set. * @return This builder for chaining. */ public Builder setRoleBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); role_ = value; onChanged(); return this; } private java.lang.Object id_ = ""; /** * * *
     * The ID of the access-control entry.
     * 
* * string id = 2; * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The ID of the access-control entry.
     * 
* * string id = 2; * * @return The bytes for id. */ public com.google.protobuf.ByteString getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); id_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The ID of the access-control entry.
     * 
* * string id = 2; * * @param value The id to set. * @return This builder for chaining. */ public Builder setId(java.lang.String value) { if (value == null) { throw new NullPointerException(); } id_ = value; onChanged(); return this; } /** * * *
     * The ID of the access-control entry.
     * 
* * string id = 2; * * @return This builder for chaining. */ public Builder clearId() { id_ = getDefaultInstance().getId(); onChanged(); return this; } /** * * *
     * The ID of the access-control entry.
     * 
* * string id = 2; * * @param value The bytes for id to set. * @return This builder for chaining. */ public Builder setIdBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); id_ = value; onChanged(); return this; } private java.lang.Object entity_ = ""; /** * * *
     * The entity holding the permission, in one of the following forms:
     * * `user-{userid}`
     * * `user-{email}`
     * * `group-{groupid}`
     * * `group-{email}`
     * * `domain-{domain}`
     * * `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`.
     * 
* * string entity = 3; * * @return The entity. */ public java.lang.String getEntity() { java.lang.Object ref = entity_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entity_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The entity holding the permission, in one of the following forms:
     * * `user-{userid}`
     * * `user-{email}`
     * * `group-{groupid}`
     * * `group-{email}`
     * * `domain-{domain}`
     * * `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`.
     * 
* * string entity = 3; * * @return The bytes for entity. */ public com.google.protobuf.ByteString getEntityBytes() { java.lang.Object ref = entity_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); entity_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The entity holding the permission, in one of the following forms:
     * * `user-{userid}`
     * * `user-{email}`
     * * `group-{groupid}`
     * * `group-{email}`
     * * `domain-{domain}`
     * * `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`.
     * 
* * string entity = 3; * * @param value The entity to set. * @return This builder for chaining. */ public Builder setEntity(java.lang.String value) { if (value == null) { throw new NullPointerException(); } entity_ = value; onChanged(); return this; } /** * * *
     * The entity holding the permission, in one of the following forms:
     * * `user-{userid}`
     * * `user-{email}`
     * * `group-{groupid}`
     * * `group-{email}`
     * * `domain-{domain}`
     * * `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`.
     * 
* * string entity = 3; * * @return This builder for chaining. */ public Builder clearEntity() { entity_ = getDefaultInstance().getEntity(); onChanged(); return this; } /** * * *
     * The entity holding the permission, in one of the following forms:
     * * `user-{userid}`
     * * `user-{email}`
     * * `group-{groupid}`
     * * `group-{email}`
     * * `domain-{domain}`
     * * `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`.
     * 
* * string entity = 3; * * @param value The bytes for entity to set. * @return This builder for chaining. */ public Builder setEntityBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); entity_ = value; onChanged(); return this; } private java.lang.Object entityId_ = ""; /** * * *
     * The ID for the entity, if any.
     * 
* * string entity_id = 4; * * @return The entityId. */ public java.lang.String getEntityId() { java.lang.Object ref = entityId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entityId_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The ID for the entity, if any.
     * 
* * string entity_id = 4; * * @return The bytes for entityId. */ public com.google.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); entityId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The ID for the entity, if any.
     * 
* * string entity_id = 4; * * @param value The entityId to set. * @return This builder for chaining. */ public Builder setEntityId(java.lang.String value) { if (value == null) { throw new NullPointerException(); } entityId_ = value; onChanged(); return this; } /** * * *
     * The ID for the entity, if any.
     * 
* * string entity_id = 4; * * @return This builder for chaining. */ public Builder clearEntityId() { entityId_ = getDefaultInstance().getEntityId(); onChanged(); return this; } /** * * *
     * The ID for the entity, if any.
     * 
* * string entity_id = 4; * * @param value The bytes for entityId to set. * @return This builder for chaining. */ public Builder setEntityIdBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); entityId_ = value; onChanged(); return this; } private java.lang.Object email_ = ""; /** * * *
     * The email address associated with the entity, if any.
     * 
* * string email = 5; * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); email_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The email address associated with the entity, if any.
     * 
* * string email = 5; * * @return The bytes for email. */ public com.google.protobuf.ByteString getEmailBytes() { java.lang.Object ref = email_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); email_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The email address associated with the entity, if any.
     * 
* * string email = 5; * * @param value The email to set. * @return This builder for chaining. */ public Builder setEmail(java.lang.String value) { if (value == null) { throw new NullPointerException(); } email_ = value; onChanged(); return this; } /** * * *
     * The email address associated with the entity, if any.
     * 
* * string email = 5; * * @return This builder for chaining. */ public Builder clearEmail() { email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** * * *
     * The email address associated with the entity, if any.
     * 
* * string email = 5; * * @param value The bytes for email to set. * @return This builder for chaining. */ public Builder setEmailBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); email_ = value; onChanged(); return this; } private java.lang.Object domain_ = ""; /** * * *
     * The domain associated with the entity, if any.
     * 
* * string domain = 6; * * @return The domain. */ public java.lang.String getDomain() { java.lang.Object ref = domain_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); domain_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * The domain associated with the entity, if any.
     * 
* * string domain = 6; * * @return The bytes for domain. */ public com.google.protobuf.ByteString getDomainBytes() { java.lang.Object ref = domain_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); domain_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * The domain associated with the entity, if any.
     * 
* * string domain = 6; * * @param value The domain to set. * @return This builder for chaining. */ public Builder setDomain(java.lang.String value) { if (value == null) { throw new NullPointerException(); } domain_ = value; onChanged(); return this; } /** * * *
     * The domain associated with the entity, if any.
     * 
* * string domain = 6; * * @return This builder for chaining. */ public Builder clearDomain() { domain_ = getDefaultInstance().getDomain(); onChanged(); return this; } /** * * *
     * The domain associated with the entity, if any.
     * 
* * string domain = 6; * * @param value The bytes for domain to set. * @return This builder for chaining. */ public Builder setDomainBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); domain_ = value; onChanged(); return this; } private com.google.storage.v2.ProjectTeam projectTeam_; private com.google.protobuf.SingleFieldBuilderV3< com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> projectTeamBuilder_; /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; * * @return Whether the projectTeam field is set. */ public boolean hasProjectTeam() { return projectTeamBuilder_ != null || projectTeam_ != null; } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; * * @return The projectTeam. */ public com.google.storage.v2.ProjectTeam getProjectTeam() { if (projectTeamBuilder_ == null) { return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } else { return projectTeamBuilder_.getMessage(); } } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (value == null) { throw new NullPointerException(); } projectTeam_ = value; onChanged(); } else { projectTeamBuilder_.setMessage(value); } return this; } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public Builder setProjectTeam(com.google.storage.v2.ProjectTeam.Builder builderForValue) { if (projectTeamBuilder_ == null) { projectTeam_ = builderForValue.build(); onChanged(); } else { projectTeamBuilder_.setMessage(builderForValue.build()); } return this; } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public Builder mergeProjectTeam(com.google.storage.v2.ProjectTeam value) { if (projectTeamBuilder_ == null) { if (projectTeam_ != null) { projectTeam_ = com.google.storage.v2.ProjectTeam.newBuilder(projectTeam_) .mergeFrom(value) .buildPartial(); } else { projectTeam_ = value; } onChanged(); } else { projectTeamBuilder_.mergeFrom(value); } return this; } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public Builder clearProjectTeam() { if (projectTeamBuilder_ == null) { projectTeam_ = null; onChanged(); } else { projectTeam_ = null; projectTeamBuilder_ = null; } return this; } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeam.Builder getProjectTeamBuilder() { onChanged(); return getProjectTeamFieldBuilder().getBuilder(); } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ public com.google.storage.v2.ProjectTeamOrBuilder getProjectTeamOrBuilder() { if (projectTeamBuilder_ != null) { return projectTeamBuilder_.getMessageOrBuilder(); } else { return projectTeam_ == null ? com.google.storage.v2.ProjectTeam.getDefaultInstance() : projectTeam_; } } /** * * *
     * The project team associated with the entity, if any.
     * 
* * .google.storage.v2.ProjectTeam project_team = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder> getProjectTeamFieldBuilder() { if (projectTeamBuilder_ == null) { projectTeamBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.storage.v2.ProjectTeam, com.google.storage.v2.ProjectTeam.Builder, com.google.storage.v2.ProjectTeamOrBuilder>( getProjectTeam(), getParentForChildren(), isClean()); projectTeam_ = null; } return projectTeamBuilder_; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.storage.v2.ObjectAccessControl) } // @@protoc_insertion_point(class_scope:google.storage.v2.ObjectAccessControl) private static final com.google.storage.v2.ObjectAccessControl DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.storage.v2.ObjectAccessControl(); } public static com.google.storage.v2.ObjectAccessControl getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ObjectAccessControl parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ObjectAccessControl(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.storage.v2.ObjectAccessControl getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy