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.AssetSetSourceCasegetAssetSetSourceCase()BusinessProfileLocationGroupgetBusinessProfileLocationGroup()Business Profile location group asset set data.BusinessProfileLocationGroupOrBuildergetBusinessProfileLocationGroupOrBuilder()Business Profile location group asset set data.ChainLocationGroupgetChainLocationGroup()Represents information about a Chain dynamic location group.ChainLocationGroupOrBuildergetChainLocationGroupOrBuilder()Represents information about a Chain dynamic location group.AssetSet.HotelPropertyDatagetHotelPropertyData()Output only.AssetSet.HotelPropertyDataOrBuildergetHotelPropertyDataOrBuilder()Output only.longgetId()Output only.longgetLocationGroupParentAssetSetId()Immutable.LocationSetgetLocationSet()Location asset set data.LocationSetOrBuildergetLocationSetOrBuilder()Location asset set data.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.booleanhasBusinessProfileLocationGroup()Business Profile location group asset set data.booleanhasChainLocationGroup()Represents information about a Chain dynamic location group.booleanhasHotelPropertyData()Output only.booleanhasLocationSet()Location asset set data.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
-
getId
long getId()
Output only. The ID of the asset set.
int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5;
-
getLocationGroupParentAssetSetId
long getLocationGroupParentAssetSetId()
Immutable. Parent asset set id for the asset set where the elements of this asset set come from. For example: the sync level location AssetSet id where the the elements in LocationGroup AssetSet come from. This field is required and only applicable for Location Group typed AssetSet.
int64 location_group_parent_asset_set_id = 10 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The locationGroupParentAssetSetId.
-
hasHotelPropertyData
boolean hasHotelPropertyData()
Output only. For Performance Max for travel goals campaigns with a Hotel Center account link. Read-only.
.google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the hotelPropertyData field is set.
-
getHotelPropertyData
AssetSet.HotelPropertyData getHotelPropertyData()
Output only. For Performance Max for travel goals campaigns with a Hotel Center account link. Read-only.
.google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The hotelPropertyData.
-
getHotelPropertyDataOrBuilder
AssetSet.HotelPropertyDataOrBuilder getHotelPropertyDataOrBuilder()
Output only. For Performance Max for travel goals campaigns with a Hotel Center account link. Read-only.
.google.ads.googleads.v14.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasLocationSet
boolean hasLocationSet()
Location asset set data. This will be used for sync level location set. This can only be set if AssetSet's type is LOCATION_SYNC.
.google.ads.googleads.v14.common.LocationSet location_set = 7;- Returns:
- Whether the locationSet field is set.
-
getLocationSet
LocationSet getLocationSet()
Location asset set data. This will be used for sync level location set. This can only be set if AssetSet's type is LOCATION_SYNC.
.google.ads.googleads.v14.common.LocationSet location_set = 7;- Returns:
- The locationSet.
-
getLocationSetOrBuilder
LocationSetOrBuilder getLocationSetOrBuilder()
Location asset set data. This will be used for sync level location set. This can only be set if AssetSet's type is LOCATION_SYNC.
.google.ads.googleads.v14.common.LocationSet location_set = 7;
-
hasBusinessProfileLocationGroup
boolean hasBusinessProfileLocationGroup()
Business Profile location group asset set data.
.google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;- Returns:
- Whether the businessProfileLocationGroup field is set.
-
getBusinessProfileLocationGroup
BusinessProfileLocationGroup getBusinessProfileLocationGroup()
Business Profile location group asset set data.
.google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;- Returns:
- The businessProfileLocationGroup.
-
getBusinessProfileLocationGroupOrBuilder
BusinessProfileLocationGroupOrBuilder getBusinessProfileLocationGroupOrBuilder()
Business Profile location group asset set data.
.google.ads.googleads.v14.common.BusinessProfileLocationGroup business_profile_location_group = 8;
-
hasChainLocationGroup
boolean hasChainLocationGroup()
Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.
.google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;- Returns:
- Whether the chainLocationGroup field is set.
-
getChainLocationGroup
ChainLocationGroup getChainLocationGroup()
Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.
.google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;- Returns:
- The chainLocationGroup.
-
getChainLocationGroupOrBuilder
ChainLocationGroupOrBuilder getChainLocationGroupOrBuilder()
Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.
.google.ads.googleads.v14.common.ChainLocationGroup chain_location_group = 9;
-
getAssetSetSourceCase
AssetSet.AssetSetSourceCase getAssetSetSourceCase()
-
-