com.google.ads.googleads.v10.services.CustomerUserAccessInvitationOperationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/customer_user_access_invitation_service.proto
package com.google.ads.googleads.v10.services;
public interface CustomerUserAccessInvitationOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.CustomerUserAccessInvitationOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Create operation: No resource name is expected for the new access
* invitation.
*
*
* .google.ads.googleads.v10.resources.CustomerUserAccessInvitation create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new access
* invitation.
*
*
* .google.ads.googleads.v10.resources.CustomerUserAccessInvitation create = 1;
* @return The create.
*/
com.google.ads.googleads.v10.resources.CustomerUserAccessInvitation getCreate();
/**
*
* Create operation: No resource name is expected for the new access
* invitation.
*
*
* .google.ads.googleads.v10.resources.CustomerUserAccessInvitation create = 1;
*/
com.google.ads.googleads.v10.resources.CustomerUserAccessInvitationOrBuilder getCreateOrBuilder();
/**
*
* Remove operation: A resource name for the revoke invitation is
* expected, in this format:
* `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return Whether the remove field is set.
*/
boolean hasRemove();
/**
*
* Remove operation: A resource name for the revoke invitation is
* expected, in this format:
* `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Remove operation: A resource name for the revoke invitation is
* expected, in this format:
* `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
public com.google.ads.googleads.v10.services.CustomerUserAccessInvitationOperation.OperationCase getOperationCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy