Interface CustomerUserAccessOrBuilder

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

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

    • getResourceName

      String getResourceName()
       Immutable. Name of the resource.
       Resource names have the form:
       `customers/{customer_id}/customerUserAccesses/{user_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}/customerUserAccesses/{user_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • getUserId

      long getUserId()
       Output only. User id of the user with the customer access.
       Read only field
       
      int64 user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The userId.
    • hasEmailAddress

      boolean hasEmailAddress()
       Output only. Email address of the user.
       Read only field
       
      optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the emailAddress field is set.
    • getEmailAddress

      String getEmailAddress()
       Output only. Email address of the user.
       Read only field
       
      optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The emailAddress.
    • getEmailAddressBytes

      com.google.protobuf.ByteString getEmailAddressBytes()
       Output only. Email address of the user.
       Read only field
       
      optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for emailAddress.
    • getAccessRoleValue

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

      AccessRoleEnum.AccessRole getAccessRole()
       Access role of the user.
       
      .google.ads.googleads.v18.enums.AccessRoleEnum.AccessRole access_role = 4;
      Returns:
      The accessRole.
    • hasAccessCreationDateTime

      boolean hasAccessCreationDateTime()
       Output only. The customer user access creation time.
       Read only field
       The format is "YYYY-MM-DD HH:MM:SS".
       Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
       
      optional string access_creation_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the accessCreationDateTime field is set.
    • getAccessCreationDateTime

      String getAccessCreationDateTime()
       Output only. The customer user access creation time.
       Read only field
       The format is "YYYY-MM-DD HH:MM:SS".
       Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
       
      optional string access_creation_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The accessCreationDateTime.
    • getAccessCreationDateTimeBytes

      com.google.protobuf.ByteString getAccessCreationDateTimeBytes()
       Output only. The customer user access creation time.
       Read only field
       The format is "YYYY-MM-DD HH:MM:SS".
       Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
       
      optional string access_creation_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for accessCreationDateTime.
    • hasInviterUserEmailAddress

      boolean hasInviterUserEmailAddress()
       Output only. The email address of the inviter user.
       Read only field
       
      optional string inviter_user_email_address = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the inviterUserEmailAddress field is set.
    • getInviterUserEmailAddress

      String getInviterUserEmailAddress()
       Output only. The email address of the inviter user.
       Read only field
       
      optional string inviter_user_email_address = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The inviterUserEmailAddress.
    • getInviterUserEmailAddressBytes

      com.google.protobuf.ByteString getInviterUserEmailAddressBytes()
       Output only. The email address of the inviter user.
       Read only field
       
      optional string inviter_user_email_address = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for inviterUserEmailAddress.