com.google.ads.googleads.v17.services.CreateCustomerClientResponseOrBuilder 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/services/customer_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface CreateCustomerClientResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CreateCustomerClientResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The resource name of the newly created customer. Customer resource names
* have the form: `customers/{customer_id}`.
*
*
* string resource_name = 2 [(.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* The resource name of the newly created customer. Customer resource names
* have the form: `customers/{customer_id}`.
*
*
* string resource_name = 2 [(.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Link for inviting user to access the created customer. Accessible to
* allowlisted customers only.
*
*
* string invitation_link = 3;
* @return The invitationLink.
*/
java.lang.String getInvitationLink();
/**
*
* Link for inviting user to access the created customer. Accessible to
* allowlisted customers only.
*
*
* string invitation_link = 3;
* @return The bytes for invitationLink.
*/
com.google.protobuf.ByteString
getInvitationLinkBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy