com.google.ads.googleads.v10.resources.AssetGroupOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/asset_group.proto
package com.google.ads.googleads.v10.resources;
public interface AssetGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.AssetGroup)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the asset group.
* Asset group resource names have the form:
* `customers/{customer_id}/assetGroups/{asset_group_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 group.
* Asset group resource names have the form:
* `customers/{customer_id}/assetGroups/{asset_group_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 asset group.
*
*
* int64 id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Immutable. The campaign with which this asset group is associated.
* The asset which is linked to the asset group.
*
*
* string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The campaign.
*/
java.lang.String getCampaign();
/**
*
* Immutable. The campaign with which this asset group is associated.
* The asset which is linked to the asset group.
*
*
* string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for campaign.
*/
com.google.protobuf.ByteString
getCampaignBytes();
/**
*
* Required. Name of the asset group. Required. It must have a minimum length of 1 and
* maximum length of 128. It must be unique under a campaign.
*
*
* string name = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The name.
*/
java.lang.String getName();
/**
*
* Required. Name of the asset group. Required. It must have a minimum length of 1 and
* maximum length of 128. It must be unique under a campaign.
*
*
* string name = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* A list of final URLs after all cross domain redirects. In performance max,
* by default, the urls are eligible for expansion unless opted out.
*
*
* repeated string final_urls = 4;
* @return A list containing the finalUrls.
*/
java.util.List
getFinalUrlsList();
/**
*
* A list of final URLs after all cross domain redirects. In performance max,
* by default, the urls are eligible for expansion unless opted out.
*
*
* repeated string final_urls = 4;
* @return The count of finalUrls.
*/
int getFinalUrlsCount();
/**
*
* A list of final URLs after all cross domain redirects. In performance max,
* by default, the urls are eligible for expansion unless opted out.
*
*
* repeated string final_urls = 4;
* @param index The index of the element to return.
* @return The finalUrls at the given index.
*/
java.lang.String getFinalUrls(int index);
/**
*
* A list of final URLs after all cross domain redirects. In performance max,
* by default, the urls are eligible for expansion unless opted out.
*
*
* repeated string final_urls = 4;
* @param index The index of the value to return.
* @return The bytes of the finalUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalUrlsBytes(int index);
/**
*
* A list of final mobile URLs after all cross domain redirects. In
* performance max, by default, the urls are eligible for expansion
* unless opted out.
*
*
* repeated string final_mobile_urls = 5;
* @return A list containing the finalMobileUrls.
*/
java.util.List
getFinalMobileUrlsList();
/**
*
* A list of final mobile URLs after all cross domain redirects. In
* performance max, by default, the urls are eligible for expansion
* unless opted out.
*
*
* repeated string final_mobile_urls = 5;
* @return The count of finalMobileUrls.
*/
int getFinalMobileUrlsCount();
/**
*
* A list of final mobile URLs after all cross domain redirects. In
* performance max, by default, the urls are eligible for expansion
* unless opted out.
*
*
* repeated string final_mobile_urls = 5;
* @param index The index of the element to return.
* @return The finalMobileUrls at the given index.
*/
java.lang.String getFinalMobileUrls(int index);
/**
*
* A list of final mobile URLs after all cross domain redirects. In
* performance max, by default, the urls are eligible for expansion
* unless opted out.
*
*
* repeated string final_mobile_urls = 5;
* @param index The index of the value to return.
* @return The bytes of the finalMobileUrls at the given index.
*/
com.google.protobuf.ByteString
getFinalMobileUrlsBytes(int index);
/**
*
* The status of the asset group.
*
*
* .google.ads.googleads.v10.enums.AssetGroupStatusEnum.AssetGroupStatus status = 6;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* The status of the asset group.
*
*
* .google.ads.googleads.v10.enums.AssetGroupStatusEnum.AssetGroupStatus status = 6;
* @return The status.
*/
com.google.ads.googleads.v10.enums.AssetGroupStatusEnum.AssetGroupStatus getStatus();
/**
*
* First part of text that may appear appended to the url displayed in
* the ad.
*
*
* string path1 = 7;
* @return The path1.
*/
java.lang.String getPath1();
/**
*
* First part of text that may appear appended to the url displayed in
* the ad.
*
*
* string path1 = 7;
* @return The bytes for path1.
*/
com.google.protobuf.ByteString
getPath1Bytes();
/**
*
* Second part of text that may appear appended to the url displayed in
* the ad. This field can only be set when path1 is set.
*
*
* string path2 = 8;
* @return The path2.
*/
java.lang.String getPath2();
/**
*
* Second part of text that may appear appended to the url displayed in
* the ad. This field can only be set when path1 is set.
*
*
* string path2 = 8;
* @return The bytes for path2.
*/
com.google.protobuf.ByteString
getPath2Bytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy