com.google.ads.googleads.v17.resources.CustomerUserAccessInvitationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/customer_user_access_invitation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CustomerUserAccessInvitationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerUserAccessInvitation)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the invitation.
* This field is read-only.
*
*
* int64 invitation_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The invitationId.
*/
long getInvitationId();
/**
*
* Immutable. Access role of the user.
*
*
* .google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for accessRole.
*/
int getAccessRoleValue();
/**
*
* Immutable. Access role of the user.
*
*
* .google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole access_role = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The accessRole.
*/
com.google.ads.googleads.v17.enums.AccessRoleEnum.AccessRole getAccessRole();
/**
*
* 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];
* @return The emailAddress.
*/
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];
* @return The bytes for emailAddress.
*/
com.google.protobuf.ByteString
getEmailAddressBytes();
/**
*
* 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];
* @return The creationDateTime.
*/
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];
* @return The bytes for creationDateTime.
*/
com.google.protobuf.ByteString
getCreationDateTimeBytes();
/**
*
* Output only. Invitation status of the user.
*
*
* .google.ads.googleads.v17.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for invitationStatus.
*/
int getInvitationStatusValue();
/**
*
* Output only. Invitation status of the user.
*
*
* .google.ads.googleads.v17.enums.AccessInvitationStatusEnum.AccessInvitationStatus invitation_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The invitationStatus.
*/
com.google.ads.googleads.v17.enums.AccessInvitationStatusEnum.AccessInvitationStatus getInvitationStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy