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

com.google.ads.googleads.v17.resources.CustomerUserAccessOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CustomerUserAccessOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerUserAccess)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ java.lang.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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. User id of the user with the customer access.
   * Read only field
   * 
* * int64 user_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The userId. */ long getUserId(); /** *
   * Output only. Email address of the user.
   * Read only field
   * 
* * optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the emailAddress field is set. */ boolean hasEmailAddress(); /** *
   * Output only. Email address of the user.
   * Read only field
   * 
* * optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The emailAddress. */ java.lang.String getEmailAddress(); /** *
   * Output only. Email address of the user.
   * Read only field
   * 
* * optional string email_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for emailAddress. */ com.google.protobuf.ByteString getEmailAddressBytes(); /** *
   * Access role of the user.
   * 
* * .google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole access_role = 4; * @return The enum numeric value on the wire for accessRole. */ int getAccessRoleValue(); /** *
   * Access role of the user.
   * 
* * .google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole access_role = 4; * @return The accessRole. */ com.google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole getAccessRole(); /** *
   * 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]; * @return Whether the accessCreationDateTime field is set. */ 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]; * @return The accessCreationDateTime. */ java.lang.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]; * @return The bytes for accessCreationDateTime. */ com.google.protobuf.ByteString getAccessCreationDateTimeBytes(); /** *
   * 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]; * @return Whether the inviterUserEmailAddress field is set. */ 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]; * @return The inviterUserEmailAddress. */ java.lang.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]; * @return The bytes for inviterUserEmailAddress. */ com.google.protobuf.ByteString getInviterUserEmailAddressBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy