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
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
-
hasAd
boolean hasAd()Output only. Recommended ad.
.google.ads.googleads.v18.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.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ad.
-
getAdOrBuilder
AdOrBuilder getAdOrBuilder()Output only. Recommended ad.
.google.ads.googleads.v18.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, for example, 2018-04-17.
optional string creation_date = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the creationDate field is set.
-
getCreationDate
String getCreationDate()Output only. Creation date of the recommended ad. YYYY-MM-DD format, for example, 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, for example, 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, for example, 2018-04-17.
optional string auto_apply_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the autoApplyDate field is set.
-
getAutoApplyDate
String getAutoApplyDate()Output only. Date, if present, is the earliest when the recommendation will be auto applied. YYYY-MM-DD format, for example, 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, for example, 2018-04-17.
optional string auto_apply_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for autoApplyDate.
-