com.google.ads.googleads.v10.services.CreateCustomerClientResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/customer_service.proto
package com.google.ads.googleads.v10.services;
public interface CreateCustomerClientResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.CreateCustomerClientResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The resource name of the newly created customer client.
*
*
* string resource_name = 2 [(.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* The resource name of the newly created customer client.
*
*
* 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 - 2025 Weber Informatics LLC | Privacy Policy