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 Type
    Method
    Description
    The unique identifier of the agency proprietary application.
    com.google.protobuf.ByteString
    The unique identifier of the agency proprietary application.
    The instance type of the application sending the request.
    int
    The instance type of the application sending 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

    • 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

       The instance type of the application sending the request.
       
      .google.ads.googleads.v20.enums.ApplicationInstanceEnum.ApplicationInstance application_instance = 2;
      Returns:
      The applicationInstance.