Interface Recommendation.TextAdRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.TextAdRecommendation,Recommendation.TextAdRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.TextAdRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdgetAd()Output only.AdOrBuildergetAdOrBuilder()Output only.java.lang.StringgetAutoApplyDate()Output only.com.google.protobuf.ByteStringgetAutoApplyDateBytes()Output only.java.lang.StringgetCreationDate()Output only.com.google.protobuf.ByteStringgetCreationDateBytes()Output only.booleanhasAd()Output only.booleanhasAutoApplyDate()Output only.booleanhasCreationDate()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAd
boolean hasAd()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the ad field is set.
-
getAd
Ad getAd()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ad.
-
getAdOrBuilder
AdOrBuilder getAdOrBuilder()
Output only. Recommended ad.
.google.ads.googleads.v10.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasCreationDate
boolean hasCreationDate()
Output only. Creation date of the recommended ad. YYYY-MM-DD format, e.g., 2018-04-17.
optional string creation_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the creationDate field is set.
-
getCreationDate
java.lang.String getCreationDate()
Output only. Creation date of the recommended ad. YYYY-MM-DD format, e.g., 2018-04-17.
optional string creation_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The creationDate.
-
getCreationDateBytes
com.google.protobuf.ByteString getCreationDateBytes()
Output only. Creation date of the recommended ad. YYYY-MM-DD format, e.g., 2018-04-17.
optional string creation_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for creationDate.
-
hasAutoApplyDate
boolean hasAutoApplyDate()
Output only. Date, if present, is the earliest when the recommendation will be auto applied. YYYY-MM-DD format, e.g., 2018-04-17.
optional string auto_apply_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the autoApplyDate field is set.
-
getAutoApplyDate
java.lang.String getAutoApplyDate()
Output only. Date, if present, is the earliest when the recommendation will be auto applied. YYYY-MM-DD format, e.g., 2018-04-17.
optional string auto_apply_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The autoApplyDate.
-
getAutoApplyDateBytes
com.google.protobuf.ByteString getAutoApplyDateBytes()
Output only. Date, if present, is the earliest when the recommendation will be auto applied. YYYY-MM-DD format, e.g., 2018-04-17.
optional string auto_apply_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for autoApplyDate.
-
-