com.google.ads.googleads.v10.resources.MerchantCenterLinkOrBuilder 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/resources/merchant_center_link.proto
package com.google.ads.googleads.v10.resources;
public interface MerchantCenterLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.MerchantCenterLink)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the merchant center link.
* Merchant center link resource names have the form:
* `customers/{customer_id}/merchantCenterLinks/{merchant_center_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Immutable. The resource name of the merchant center link.
* Merchant center link resource names have the form:
* `customers/{customer_id}/merchantCenterLinks/{merchant_center_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the Merchant Center account.
* This field is readonly.
*
*
* optional int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the Merchant Center account.
* This field is readonly.
*
*
* optional int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. The name of the Merchant Center account.
* This field is readonly.
*
*
* optional string merchant_center_account_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the merchantCenterAccountName field is set.
*/
boolean hasMerchantCenterAccountName();
/**
*
* Output only. The name of the Merchant Center account.
* This field is readonly.
*
*
* optional string merchant_center_account_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The merchantCenterAccountName.
*/
java.lang.String getMerchantCenterAccountName();
/**
*
* Output only. The name of the Merchant Center account.
* This field is readonly.
*
*
* optional string merchant_center_account_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for merchantCenterAccountName.
*/
com.google.protobuf.ByteString
getMerchantCenterAccountNameBytes();
/**
*
* The status of the link.
*
*
* .google.ads.googleads.v10.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus status = 5;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* The status of the link.
*
*
* .google.ads.googleads.v10.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus status = 5;
* @return The status.
*/
com.google.ads.googleads.v10.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy