All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AssetSetOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_set.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AssetSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetSet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The ID of the asset set.
   * 
* * int64 id = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * 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) = { ... } * @return The resourceName. */ 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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * 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]; * @return The name. */ 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]; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Required. Immutable. The type of the asset set. Required.
   * 
* * .google.ads.googleads.v17.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Required. Immutable. The type of the asset set. Required.
   * 
* * .google.ads.googleads.v17.enums.AssetSetTypeEnum.AssetSetType type = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The type. */ com.google.ads.googleads.v17.enums.AssetSetTypeEnum.AssetSetType getType(); /** *
   * Output only. The status of the asset set. Read-only.
   * 
* * .google.ads.googleads.v17.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Output only. The status of the asset set. Read-only.
   * 
* * .google.ads.googleads.v17.enums.AssetSetStatusEnum.AssetSetStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.ads.googleads.v17.enums.AssetSetStatusEnum.AssetSetStatus getStatus(); /** *
   * Merchant ID and Feed Label from Google Merchant Center.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5; * @return Whether the merchantCenterFeed field is set. */ boolean hasMerchantCenterFeed(); /** *
   * Merchant ID and Feed Label from Google Merchant Center.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5; * @return The merchantCenterFeed. */ com.google.ads.googleads.v17.resources.AssetSet.MerchantCenterFeed getMerchantCenterFeed(); /** *
   * Merchant ID and Feed Label from Google Merchant Center.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.MerchantCenterFeed merchant_center_feed = 5; */ com.google.ads.googleads.v17.resources.AssetSet.MerchantCenterFeedOrBuilder getMerchantCenterFeedOrBuilder(); /** *
   * 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]; * @return The locationGroupParentAssetSetId. */ long getLocationGroupParentAssetSetId(); /** *
   * Output only. For Performance Max for travel goals campaigns with a Hotel
   * Center account link. Read-only.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the hotelPropertyData field is set. */ boolean hasHotelPropertyData(); /** *
   * Output only. For Performance Max for travel goals campaigns with a Hotel
   * Center account link. Read-only.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The hotelPropertyData. */ com.google.ads.googleads.v17.resources.AssetSet.HotelPropertyData getHotelPropertyData(); /** *
   * Output only. For Performance Max for travel goals campaigns with a Hotel
   * Center account link. Read-only.
   * 
* * .google.ads.googleads.v17.resources.AssetSet.HotelPropertyData hotel_property_data = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.AssetSet.HotelPropertyDataOrBuilder getHotelPropertyDataOrBuilder(); /** *
   * 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.v17.common.LocationSet location_set = 7; * @return Whether the locationSet field is set. */ 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.v17.common.LocationSet location_set = 7; * @return The locationSet. */ com.google.ads.googleads.v17.common.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.v17.common.LocationSet location_set = 7; */ com.google.ads.googleads.v17.common.LocationSetOrBuilder getLocationSetOrBuilder(); /** *
   * Business Profile location group asset set data.
   * 
* * .google.ads.googleads.v17.common.BusinessProfileLocationGroup business_profile_location_group = 8; * @return Whether the businessProfileLocationGroup field is set. */ boolean hasBusinessProfileLocationGroup(); /** *
   * Business Profile location group asset set data.
   * 
* * .google.ads.googleads.v17.common.BusinessProfileLocationGroup business_profile_location_group = 8; * @return The businessProfileLocationGroup. */ com.google.ads.googleads.v17.common.BusinessProfileLocationGroup getBusinessProfileLocationGroup(); /** *
   * Business Profile location group asset set data.
   * 
* * .google.ads.googleads.v17.common.BusinessProfileLocationGroup business_profile_location_group = 8; */ com.google.ads.googleads.v17.common.BusinessProfileLocationGroupOrBuilder getBusinessProfileLocationGroupOrBuilder(); /** *
   * 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.v17.common.ChainLocationGroup chain_location_group = 9; * @return Whether the chainLocationGroup field is set. */ 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.v17.common.ChainLocationGroup chain_location_group = 9; * @return The chainLocationGroup. */ com.google.ads.googleads.v17.common.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.v17.common.ChainLocationGroup chain_location_group = 9; */ com.google.ads.googleads.v17.common.ChainLocationGroupOrBuilder getChainLocationGroupOrBuilder(); com.google.ads.googleads.v17.resources.AssetSet.AssetSetSourceCase getAssetSetSourceCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy