Interface ListBenchmarksLocationsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListBenchmarksLocationsRequest, ListBenchmarksLocationsRequest.Builder

public interface ListBenchmarksLocationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Additional information on the application issuing the request.
    Additional information on the application issuing the request.
    boolean
    Additional information on the application issuing the request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasApplicationInfo

      boolean hasApplicationInfo()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 1;
      Returns:
      Whether the applicationInfo field is set.
    • getApplicationInfo

      AdditionalApplicationInfo getApplicationInfo()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 1;
      Returns:
      The applicationInfo.
    • getApplicationInfoOrBuilder

      AdditionalApplicationInfoOrBuilder getApplicationInfoOrBuilder()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 1;