Interface AssetSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetSet,AssetSet.Builder
public interface AssetSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetSet.MerchantCenterFeedgetMerchantCenterFeed()Merchant ID and Feed Label from Google Merchant Center.AssetSet.MerchantCenterFeedOrBuildergetMerchantCenterFeedOrBuilder()Merchant ID and Feed Label from Google Merchant Center.java.lang.StringgetName()Required.com.google.protobuf.ByteStringgetNameBytes()Required.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.AssetSetStatusEnum.AssetSetStatusgetStatus()Output only.intgetStatusValue()Output only.AssetSetTypeEnum.AssetSetTypegetType()Required.intgetTypeValue()Required.booleanhasMerchantCenterFeed()Merchant ID and Feed Label from Google Merchant Center.-
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 asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_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 asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getName
java.lang.String getName()
Required. Name of the asset set. Required. It must have a minimum length of 1 and maximum length of 128.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Required. Name of the asset set. Required. It must have a minimum length of 1 and maximum length of 128.
string name = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for name.
-
getTypeValue
int getTypeValue()
Required. Immutable. The type of the asset set. Required.
.google.ads.googleads.v10.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The enum numeric value on the wire for type.
-
getType
AssetSetTypeEnum.AssetSetType getType()
Required. Immutable. The type of the asset set. Required.
.google.ads.googleads.v10.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The type.
-
getStatusValue
int getStatusValue()
Output only. The status of the asset set. Read-only.
.google.ads.googleads.v10.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
AssetSetStatusEnum.AssetSetStatus getStatus()
Output only. The status of the asset set. Read-only.
.google.ads.googleads.v10.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The status.
-
hasMerchantCenterFeed
boolean hasMerchantCenterFeed()
Merchant ID and Feed Label from Google Merchant Center.
.google.ads.googleads.v10.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;- Returns:
- Whether the merchantCenterFeed field is set.
-
getMerchantCenterFeed
AssetSet.MerchantCenterFeed getMerchantCenterFeed()
Merchant ID and Feed Label from Google Merchant Center.
.google.ads.googleads.v10.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;- Returns:
- The merchantCenterFeed.
-
getMerchantCenterFeedOrBuilder
AssetSet.MerchantCenterFeedOrBuilder getMerchantCenterFeedOrBuilder()
Merchant ID and Feed Label from Google Merchant Center.
.google.ads.googleads.v10.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
-
-