Interface GenerateRecommendationsRequest.AssetGroupInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateRecommendationsRequest.AssetGroupInfo,GenerateRecommendationsRequest.AssetGroupInfo.Builder
- Enclosing class:
- GenerateRecommendationsRequest
public static interface GenerateRecommendationsRequest.AssetGroupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(int index) Optional.com.google.protobuf.ByteStringgetDescriptionBytes(int index) Optional.intOptional.Optional.Required.com.google.protobuf.ByteStringRequired.getHeadline(int index) Optional.com.google.protobuf.ByteStringgetHeadlineBytes(int index) Optional.intOptional.Optional.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFinalUrl
boolean hasFinalUrl()Required. Current url of the asset group. This field is necessary for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the finalUrl field is set.
-
getFinalUrl
String getFinalUrl()Required. Current url of the asset group. This field is necessary for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The finalUrl.
-
getFinalUrlBytes
com.google.protobuf.ByteString getFinalUrlBytes()Required. Current url of the asset group. This field is necessary for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for finalUrl.
-
getHeadlineList
Optional. Current headlines of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the headline.
-
getHeadlineCount
int getHeadlineCount()Optional. Current headlines of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of headline.
-
getHeadline
Optional. Current headlines of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The headline at the given index.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes(int index) Optional. Current headlines of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the headline at the given index.
-
getDescriptionList
Optional. Current descriptions of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the description.
-
getDescriptionCount
int getDescriptionCount()Optional. Current descriptions of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of description.
-
getDescription
Optional. Current descriptions of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The description at the given index.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes(int index) Optional. Current descriptions of the asset group. This field is optional for the following recommendation_types if asset_group_info is set: CAMPAIGN_BUDGET
repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the description at the given index.
-