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

com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/resources/customer_user_access_invitation.proto

package com.google.ads.googleads.v10.resources;

/**
 * 
 * Represent an invitation to a new user on this customer account.
 * 
* * Protobuf type {@code google.ads.googleads.v10.resources.CustomerUserAccessInvitation} */ public final class CustomerUserAccessInvitation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v10.resources.CustomerUserAccessInvitation) CustomerUserAccessInvitationOrBuilder { private static final long serialVersionUID = 0L; // Use CustomerUserAccessInvitation.newBuilder() to construct. private CustomerUserAccessInvitation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CustomerUserAccessInvitation() { resourceName_ = ""; accessRole_ = 0; emailAddress_ = ""; creationDateTime_ = ""; invitationStatus_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new CustomerUserAccessInvitation(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationProto.internal_static_google_ads_googleads_v10_resources_CustomerUserAccessInvitation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationProto.internal_static_google_ads_googleads_v10_resources_CustomerUserAccessInvitation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.class, com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.Builder.class); } public static final int RESOURCE_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object resourceName_; /** *
   * Immutable. Name of the resource.
   * Resource names have the form:
   * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ @java.lang.Override public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; 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(); resourceName_ = s; return s; } } /** *
   * Immutable. Name of the resource.
   * Resource names have the form:
   * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ @java.lang.Override public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int INVITATION_ID_FIELD_NUMBER = 2; private long invitationId_; /** *
   * Output only. The ID of the invitation.
   * This field is read-only.
   * 
* * int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The invitationId. */ @java.lang.Override public long getInvitationId() { return invitationId_; } public static final int ACCESS_ROLE_FIELD_NUMBER = 3; private int accessRole_; /** *
   * Immutable. Access role of the user.
   * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for accessRole. */ @java.lang.Override public int getAccessRoleValue() { return accessRole_; } /** *
   * Immutable. Access role of the user.
   * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The accessRole. */ @java.lang.Override public com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole getAccessRole() { @SuppressWarnings("deprecation") com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole result = com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.valueOf(accessRole_); return result == null ? com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.UNRECOGNIZED : result; } public static final int EMAIL_ADDRESS_FIELD_NUMBER = 4; private volatile java.lang.Object emailAddress_; /** *
   * Immutable. Email address the invitation was sent to.
   * This can differ from the email address of the account
   * that accepts the invite.
   * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The emailAddress. */ @java.lang.Override public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; 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(); emailAddress_ = s; return s; } } /** *
   * Immutable. Email address the invitation was sent to.
   * This can differ from the email address of the account
   * that accepts the invite.
   * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for emailAddress. */ @java.lang.Override public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); emailAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CREATION_DATE_TIME_FIELD_NUMBER = 5; private volatile java.lang.Object creationDateTime_; /** *
   * Output only. Time invitation was created.
   * This field is read-only.
   * The format is "YYYY-MM-DD HH:MM:SS".
   * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
   * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The creationDateTime. */ @java.lang.Override public java.lang.String getCreationDateTime() { java.lang.Object ref = creationDateTime_; 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(); creationDateTime_ = s; return s; } } /** *
   * Output only. Time invitation was created.
   * This field is read-only.
   * The format is "YYYY-MM-DD HH:MM:SS".
   * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
   * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for creationDateTime. */ @java.lang.Override public com.google.protobuf.ByteString getCreationDateTimeBytes() { java.lang.Object ref = creationDateTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); creationDateTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int INVITATION_STATUS_FIELD_NUMBER = 6; private int invitationStatus_; /** *
   * Output only. Invitation status of the user.
   * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for invitationStatus. */ @java.lang.Override public int getInvitationStatusValue() { return invitationStatus_; } /** *
   * Output only. Invitation status of the user.
   * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The invitationStatus. */ @java.lang.Override public com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus getInvitationStatus() { @SuppressWarnings("deprecation") com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus result = com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.valueOf(invitationStatus_); return result == null ? com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.UNRECOGNIZED : result; } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); } if (invitationId_ != 0L) { output.writeInt64(2, invitationId_); } if (accessRole_ != com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.UNSPECIFIED.getNumber()) { output.writeEnum(3, accessRole_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, emailAddress_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(creationDateTime_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, creationDateTime_); } if (invitationStatus_ != com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.UNSPECIFIED.getNumber()) { output.writeEnum(6, invitationStatus_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_); } if (invitationId_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(2, invitationId_); } if (accessRole_ != com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, accessRole_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, emailAddress_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(creationDateTime_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, creationDateTime_); } if (invitationStatus_ != com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(6, invitationStatus_); } size += getUnknownFields().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.ads.googleads.v10.resources.CustomerUserAccessInvitation)) { return super.equals(obj); } com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation other = (com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation) obj; if (!getResourceName() .equals(other.getResourceName())) return false; if (getInvitationId() != other.getInvitationId()) return false; if (accessRole_ != other.accessRole_) return false; if (!getEmailAddress() .equals(other.getEmailAddress())) return false; if (!getCreationDateTime() .equals(other.getCreationDateTime())) return false; if (invitationStatus_ != other.invitationStatus_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + RESOURCE_NAME_FIELD_NUMBER; hash = (53 * hash) + getResourceName().hashCode(); hash = (37 * hash) + INVITATION_ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getInvitationId()); hash = (37 * hash) + ACCESS_ROLE_FIELD_NUMBER; hash = (53 * hash) + accessRole_; hash = (37 * hash) + EMAIL_ADDRESS_FIELD_NUMBER; hash = (53 * hash) + getEmailAddress().hashCode(); hash = (37 * hash) + CREATION_DATE_TIME_FIELD_NUMBER; hash = (53 * hash) + getCreationDateTime().hashCode(); hash = (37 * hash) + INVITATION_STATUS_FIELD_NUMBER; hash = (53 * hash) + invitationStatus_; hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation 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.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation 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.ads.googleads.v10.resources.CustomerUserAccessInvitation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation 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.ads.googleads.v10.resources.CustomerUserAccessInvitation parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation 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.ads.googleads.v10.resources.CustomerUserAccessInvitation 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; } /** *
   * Represent an invitation to a new user on this customer account.
   * 
* * Protobuf type {@code google.ads.googleads.v10.resources.CustomerUserAccessInvitation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v10.resources.CustomerUserAccessInvitation) com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationProto.internal_static_google_ads_googleads_v10_resources_CustomerUserAccessInvitation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationProto.internal_static_google_ads_googleads_v10_resources_CustomerUserAccessInvitation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.class, com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.Builder.class); } // Construct using com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); resourceName_ = ""; invitationId_ = 0L; accessRole_ = 0; emailAddress_ = ""; creationDateTime_ = ""; invitationStatus_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationProto.internal_static_google_ads_googleads_v10_resources_CustomerUserAccessInvitation_descriptor; } @java.lang.Override public com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation getDefaultInstanceForType() { return com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation build() { com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation buildPartial() { com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation result = new com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation(this); result.resourceName_ = resourceName_; result.invitationId_ = invitationId_; result.accessRole_ = accessRole_; result.emailAddress_ = emailAddress_; result.creationDateTime_ = creationDateTime_; result.invitationStatus_ = invitationStatus_; 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.ads.googleads.v10.resources.CustomerUserAccessInvitation) { return mergeFrom((com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation other) { if (other == com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation.getDefaultInstance()) return this; if (!other.getResourceName().isEmpty()) { resourceName_ = other.resourceName_; onChanged(); } if (other.getInvitationId() != 0L) { setInvitationId(other.getInvitationId()); } if (other.accessRole_ != 0) { setAccessRoleValue(other.getAccessRoleValue()); } if (!other.getEmailAddress().isEmpty()) { emailAddress_ = other.emailAddress_; onChanged(); } if (!other.getCreationDateTime().isEmpty()) { creationDateTime_ = other.creationDateTime_; onChanged(); } if (other.invitationStatus_ != 0) { setInvitationStatusValue(other.getInvitationStatusValue()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { resourceName_ = input.readStringRequireUtf8(); break; } // case 10 case 16: { invitationId_ = input.readInt64(); break; } // case 16 case 24: { accessRole_ = input.readEnum(); break; } // case 24 case 34: { emailAddress_ = input.readStringRequireUtf8(); break; } // case 34 case 42: { creationDateTime_ = input.readStringRequireUtf8(); break; } // case 42 case 48: { invitationStatus_ = input.readEnum(); break; } // case 48 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private java.lang.Object resourceName_ = ""; /** *
     * Immutable. Name of the resource.
     * Resource names have the form:
     * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resourceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Immutable. Name of the resource.
     * Resource names have the form:
     * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Immutable. Name of the resource.
     * Resource names have the form:
     * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The resourceName to set. * @return This builder for chaining. */ public Builder setResourceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } resourceName_ = value; onChanged(); return this; } /** *
     * Immutable. Name of the resource.
     * Resource names have the form:
     * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearResourceName() { resourceName_ = getDefaultInstance().getResourceName(); onChanged(); return this; } /** *
     * Immutable. Name of the resource.
     * Resource names have the form:
     * `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for resourceName to set. * @return This builder for chaining. */ public Builder setResourceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resourceName_ = value; onChanged(); return this; } private long invitationId_ ; /** *
     * Output only. The ID of the invitation.
     * This field is read-only.
     * 
* * int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The invitationId. */ @java.lang.Override public long getInvitationId() { return invitationId_; } /** *
     * Output only. The ID of the invitation.
     * This field is read-only.
     * 
* * int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The invitationId to set. * @return This builder for chaining. */ public Builder setInvitationId(long value) { invitationId_ = value; onChanged(); return this; } /** *
     * Output only. The ID of the invitation.
     * This field is read-only.
     * 
* * int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearInvitationId() { invitationId_ = 0L; onChanged(); return this; } private int accessRole_ = 0; /** *
     * Immutable. Access role of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for accessRole. */ @java.lang.Override public int getAccessRoleValue() { return accessRole_; } /** *
     * Immutable. Access role of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @param value The enum numeric value on the wire for accessRole to set. * @return This builder for chaining. */ public Builder setAccessRoleValue(int value) { accessRole_ = value; onChanged(); return this; } /** *
     * Immutable. Access role of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return The accessRole. */ @java.lang.Override public com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole getAccessRole() { @SuppressWarnings("deprecation") com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole result = com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.valueOf(accessRole_); return result == null ? com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole.UNRECOGNIZED : result; } /** *
     * Immutable. Access role of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @param value The accessRole to set. * @return This builder for chaining. */ public Builder setAccessRole(com.google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole value) { if (value == null) { throw new NullPointerException(); } accessRole_ = value.getNumber(); onChanged(); return this; } /** *
     * Immutable. Access role of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearAccessRole() { accessRole_ = 0; onChanged(); return this; } private java.lang.Object emailAddress_ = ""; /** *
     * Immutable. Email address the invitation was sent to.
     * This can differ from the email address of the account
     * that accepts the invite.
     * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The emailAddress. */ public java.lang.String getEmailAddress() { java.lang.Object ref = emailAddress_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); emailAddress_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Immutable. Email address the invitation was sent to.
     * This can differ from the email address of the account
     * that accepts the invite.
     * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for emailAddress. */ public com.google.protobuf.ByteString getEmailAddressBytes() { java.lang.Object ref = emailAddress_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); emailAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Immutable. Email address the invitation was sent to.
     * This can differ from the email address of the account
     * that accepts the invite.
     * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @param value The emailAddress to set. * @return This builder for chaining. */ public Builder setEmailAddress( java.lang.String value) { if (value == null) { throw new NullPointerException(); } emailAddress_ = value; onChanged(); return this; } /** *
     * Immutable. Email address the invitation was sent to.
     * This can differ from the email address of the account
     * that accepts the invite.
     * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearEmailAddress() { emailAddress_ = getDefaultInstance().getEmailAddress(); onChanged(); return this; } /** *
     * Immutable. Email address the invitation was sent to.
     * This can differ from the email address of the account
     * that accepts the invite.
     * 
* * string email_address = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for emailAddress to set. * @return This builder for chaining. */ public Builder setEmailAddressBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); emailAddress_ = value; onChanged(); return this; } private java.lang.Object creationDateTime_ = ""; /** *
     * Output only. Time invitation was created.
     * This field is read-only.
     * The format is "YYYY-MM-DD HH:MM:SS".
     * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
     * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The creationDateTime. */ public java.lang.String getCreationDateTime() { java.lang.Object ref = creationDateTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); creationDateTime_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. Time invitation was created.
     * This field is read-only.
     * The format is "YYYY-MM-DD HH:MM:SS".
     * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
     * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for creationDateTime. */ public com.google.protobuf.ByteString getCreationDateTimeBytes() { java.lang.Object ref = creationDateTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); creationDateTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. Time invitation was created.
     * This field is read-only.
     * The format is "YYYY-MM-DD HH:MM:SS".
     * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
     * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The creationDateTime to set. * @return This builder for chaining. */ public Builder setCreationDateTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } creationDateTime_ = value; onChanged(); return this; } /** *
     * Output only. Time invitation was created.
     * This field is read-only.
     * The format is "YYYY-MM-DD HH:MM:SS".
     * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
     * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearCreationDateTime() { creationDateTime_ = getDefaultInstance().getCreationDateTime(); onChanged(); return this; } /** *
     * Output only. Time invitation was created.
     * This field is read-only.
     * The format is "YYYY-MM-DD HH:MM:SS".
     * Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
     * 
* * string creation_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The bytes for creationDateTime to set. * @return This builder for chaining. */ public Builder setCreationDateTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); creationDateTime_ = value; onChanged(); return this; } private int invitationStatus_ = 0; /** *
     * Output only. Invitation status of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for invitationStatus. */ @java.lang.Override public int getInvitationStatusValue() { return invitationStatus_; } /** *
     * Output only. Invitation status of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for invitationStatus to set. * @return This builder for chaining. */ public Builder setInvitationStatusValue(int value) { invitationStatus_ = value; onChanged(); return this; } /** *
     * Output only. Invitation status of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The invitationStatus. */ @java.lang.Override public com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus getInvitationStatus() { @SuppressWarnings("deprecation") com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus result = com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.valueOf(invitationStatus_); return result == null ? com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus.UNRECOGNIZED : result; } /** *
     * Output only. Invitation status of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The invitationStatus to set. * @return This builder for chaining. */ public Builder setInvitationStatus(com.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus value) { if (value == null) { throw new NullPointerException(); } invitationStatus_ = value.getNumber(); onChanged(); return this; } /** *
     * Output only. Invitation status of the user.
     * 
* * .google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearInvitationStatus() { invitationStatus_ = 0; onChanged(); return this; } @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.ads.googleads.v10.resources.CustomerUserAccessInvitation) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v10.resources.CustomerUserAccessInvitation) private static final com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation(); } public static com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CustomerUserAccessInvitation parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; 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.ads.googleads.v10.resources.CustomerUserAccessInvitation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy