Interface AdditionalApplicationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdditionalApplicationInfo,AdditionalApplicationInfo.Builder
public interface AdditionalApplicationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the agency proprietary application.com.google.protobuf.ByteStringThe unique identifier of the agency proprietary application.The instance type of the application sending the request.intThe instance type of the application sending 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
-
getApplicationId
String getApplicationId()The unique identifier of the agency proprietary application. This identifier is generated by Google. Reach out to your Google representative to request an application_id for each new application being integrated.
string application_id = 1;- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()The unique identifier of the agency proprietary application. This identifier is generated by Google. Reach out to your Google representative to request an application_id for each new application being integrated.
string application_id = 1;- Returns:
- The bytes for applicationId.
-
getApplicationInstanceValue
int getApplicationInstanceValue()The instance type of the application sending the request.
.google.ads.googleads.v20.enums.ApplicationInstanceEnum.ApplicationInstance application_instance = 2;- Returns:
- The enum numeric value on the wire for applicationInstance.
-
getApplicationInstance
ApplicationInstanceEnum.ApplicationInstance getApplicationInstance()The instance type of the application sending the request.
.google.ads.googleads.v20.enums.ApplicationInstanceEnum.ApplicationInstance application_instance = 2;- Returns:
- The applicationInstance.
-