Interface MerchantCenterLinkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MerchantCenterLink,MerchantCenterLink.Builder
public interface MerchantCenterLinkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()Output only.java.lang.StringgetMerchantCenterAccountName()Output only.com.google.protobuf.ByteStringgetMerchantCenterAccountNameBytes()Output only.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatusgetStatus()The status of the link.intgetStatusValue()The status of the link.booleanhasId()Output only.booleanhasMerchantCenterAccountName()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
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) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
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];- Returns:
- Whether the id field is set.
-
getId
long getId()
Output only. The ID of the Merchant Center account. This field is readonly.
optional int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasMerchantCenterAccountName
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];- Returns:
- Whether the merchantCenterAccountName field is set.
-
getMerchantCenterAccountName
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];- Returns:
- The merchantCenterAccountName.
-
getMerchantCenterAccountNameBytes
com.google.protobuf.ByteString getMerchantCenterAccountNameBytes()
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];- Returns:
- The bytes for merchantCenterAccountName.
-
getStatusValue
int getStatusValue()
The status of the link.
.google.ads.googleads.v10.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus getStatus()
The status of the link.
.google.ads.googleads.v10.enums.MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus status = 5;- Returns:
- The status.
-
-