Interface ListBenchmarksProductsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBenchmarksProductsRequest,ListBenchmarksProductsRequest.Builder
public interface ListBenchmarksProductsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional information on the application issuing the request.Additional information on the application issuing the request.booleanAdditional information on the application issuing the request.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
-
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;
-