Interface ListInsightsEligibleDatesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListInsightsEligibleDatesRequest,ListInsightsEligibleDatesRequest.Builder
public interface ListInsightsEligibleDatesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.booleanOptional.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
-
hasInsightsApplicationInfo
boolean hasInsightsApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v20.common.AdditionalApplicationInfo insights_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the insightsApplicationInfo field is set.
-
getInsightsApplicationInfo
AdditionalApplicationInfo getInsightsApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v20.common.AdditionalApplicationInfo insights_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The insightsApplicationInfo.
-
getInsightsApplicationInfoOrBuilder
AdditionalApplicationInfoOrBuilder getInsightsApplicationInfoOrBuilder()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v20.common.AdditionalApplicationInfo insights_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];
-