com.google.ads.googleads.v17.resources.CustomerClientLinkOrBuilder 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_client_link.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CustomerClientLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerClientLink)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Name of the resource.
* CustomerClientLink resource names have the form:
* `customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_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.
* CustomerClientLink resource names have the form:
* `customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Immutable. The client customer linked to this customer.
*
*
* optional string client_customer = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return Whether the clientCustomer field is set.
*/
boolean hasClientCustomer();
/**
*
* Immutable. The client customer linked to this customer.
*
*
* optional string client_customer = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The clientCustomer.
*/
java.lang.String getClientCustomer();
/**
*
* Immutable. The client customer linked to this customer.
*
*
* optional string client_customer = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for clientCustomer.
*/
com.google.protobuf.ByteString
getClientCustomerBytes();
/**
*
* Output only. This is uniquely identifies a customer client link. Read only.
*
*
* optional int64 manager_link_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the managerLinkId field is set.
*/
boolean hasManagerLinkId();
/**
*
* Output only. This is uniquely identifies a customer client link. Read only.
*
*
* optional int64 manager_link_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The managerLinkId.
*/
long getManagerLinkId();
/**
*
* This is the status of the link between client and manager.
*
*
* .google.ads.googleads.v17.enums.ManagerLinkStatusEnum.ManagerLinkStatus status = 5;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* This is the status of the link between client and manager.
*
*
* .google.ads.googleads.v17.enums.ManagerLinkStatusEnum.ManagerLinkStatus status = 5;
* @return The status.
*/
com.google.ads.googleads.v17.enums.ManagerLinkStatusEnum.ManagerLinkStatus getStatus();
/**
*
* The visibility of the link. Users can choose whether or not to see hidden
* links in the Google Ads UI.
* Default value is false
*
*
* optional bool hidden = 9;
* @return Whether the hidden field is set.
*/
boolean hasHidden();
/**
*
* The visibility of the link. Users can choose whether or not to see hidden
* links in the Google Ads UI.
* Default value is false
*
*
* optional bool hidden = 9;
* @return The hidden.
*/
boolean getHidden();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy