Interface CustomerUserAccessInvitationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomerUserAccessInvitation, CustomerUserAccessInvitation.Builder

public interface CustomerUserAccessInvitationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getResourceName

      String getResourceName()
       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) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       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) = { ... }
      Returns:
      The bytes for resourceName.
    • getInvitationId

      long getInvitationId()
       Output only. The ID of the invitation.
       This field is read-only.
       
      int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The invitationId.
    • getAccessRoleValue

      int getAccessRoleValue()
       Immutable. Access role of the user.
       
      .google.ads.googleads.v18.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The enum numeric value on the wire for accessRole.
    • getAccessRole

      AccessRoleEnum.AccessRole getAccessRole()
       Immutable. Access role of the user.
       
      .google.ads.googleads.v18.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The accessRole.
    • getEmailAddress

      String getEmailAddress()
       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];
      Returns:
      The emailAddress.
    • getEmailAddressBytes

      com.google.protobuf.ByteString getEmailAddressBytes()
       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];
      Returns:
      The bytes for emailAddress.
    • getCreationDateTime

      String getCreationDateTime()
       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];
      Returns:
      The creationDateTime.
    • getCreationDateTimeBytes

      com.google.protobuf.ByteString getCreationDateTimeBytes()
       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];
      Returns:
      The bytes for creationDateTime.
    • getInvitationStatusValue

      int getInvitationStatusValue()
       Output only. Invitation status of the user.
       
      .google.ads.googleads.v18.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for invitationStatus.
    • getInvitationStatus

       Output only. Invitation status of the user.
       
      .google.ads.googleads.v18.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The invitationStatus.