com.google.ads.googleads.v17.services.MoveManagerLinkRequestOrBuilder 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_manager_link_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface MoveManagerLinkRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MoveManagerLinkRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The ID of the client customer that is being moved.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
java.lang.String getCustomerId();
/**
*
* Required. The ID of the client customer that is being moved.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
com.google.protobuf.ByteString
getCustomerIdBytes();
/**
*
* Required. The resource name of the previous CustomerManagerLink.
* The resource name has the form:
* `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`
*
*
* string previous_customer_manager_link = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The previousCustomerManagerLink.
*/
java.lang.String getPreviousCustomerManagerLink();
/**
*
* Required. The resource name of the previous CustomerManagerLink.
* The resource name has the form:
* `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`
*
*
* string previous_customer_manager_link = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for previousCustomerManagerLink.
*/
com.google.protobuf.ByteString
getPreviousCustomerManagerLinkBytes();
/**
*
* Required. The resource name of the new manager customer that the client
* wants to move to. Customer resource names have the format:
* "customers/{customer_id}"
*
*
* string new_manager = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The newManager.
*/
java.lang.String getNewManager();
/**
*
* Required. The resource name of the new manager customer that the client
* wants to move to. Customer resource names have the format:
* "customers/{customer_id}"
*
*
* string new_manager = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for newManager.
*/
com.google.protobuf.ByteString
getNewManagerBytes();
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 4;
* @return The validateOnly.
*/
boolean getValidateOnly();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy