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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccessCreationDateTime()Output only.com.google.protobuf.ByteStringgetAccessCreationDateTimeBytes()Output only.AccessRoleEnum.AccessRolegetAccessRole()Access role of the user.intgetAccessRoleValue()Access role of the user.java.lang.StringgetEmailAddress()Output only.com.google.protobuf.ByteStringgetEmailAddressBytes()Output only.java.lang.StringgetInviterUserEmailAddress()Output only.com.google.protobuf.ByteStringgetInviterUserEmailAddressBytes()Output only.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.longgetUserId()Output only.booleanhasAccessCreationDateTime()Output only.booleanhasEmailAddress()Output only.booleanhasInviterUserEmailAddress()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- 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
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];- 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.v10.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.v10.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
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];- 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
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];- 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.
-
-