Interface ListPlannableLocationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPlannableLocationsRequest,ListPlannableLocationsRequest.Builder
public interface ListPlannableLocationsRequestOrBuilder
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
-
hasReachApplicationInfo
boolean hasReachApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the reachApplicationInfo field is set.
-
getReachApplicationInfo
AdditionalApplicationInfo getReachApplicationInfo()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The reachApplicationInfo.
-
getReachApplicationInfoOrBuilder
AdditionalApplicationInfoOrBuilder getReachApplicationInfoOrBuilder()Optional. Additional information on the application issuing the request.
.google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];
-