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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessRoleEnum.AccessRolegetAccessRole()Immutable.intgetAccessRoleValue()Immutable.java.lang.StringgetCreationDateTime()Output only.com.google.protobuf.ByteStringgetCreationDateTimeBytes()Output only.java.lang.StringgetEmailAddress()Immutable.com.google.protobuf.ByteStringgetEmailAddressBytes()Immutable.longgetInvitationId()Output only.AccessInvitationStatusEnum.AccessInvitationStatusgetInvitationStatus()Output only.intgetInvitationStatusValue()Output only.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.-
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}/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.v10.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.v10.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The accessRole.
-
getEmailAddress
java.lang.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
java.lang.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.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for invitationStatus.
-
getInvitationStatus
AccessInvitationStatusEnum.AccessInvitationStatus getInvitationStatus()
Output only. Invitation status of the user.
.google.ads.googleads.v10.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The invitationStatus.
-
-