Interface ThirdPartyIntegrationPartnerDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
    com.google.protobuf.ByteString
    The client ID that allows the measurement partner to join multiple campaigns for a particular advertiser.
    The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.
    com.google.protobuf.ByteString
    The third party placement ID that maps the measurement partner data with a campaign (or a group of related campaigns) specific data.

    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

    • getClientId

      String getClientId()
       The client ID that allows the measurement partner to join multiple
       campaigns for a particular advertiser.
       
      string client_id = 1;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
       The client ID that allows the measurement partner to join multiple
       campaigns for a particular advertiser.
       
      string client_id = 1;
      Returns:
      The bytes for clientId.
    • getThirdPartyPlacementId

      String getThirdPartyPlacementId()
       The third party placement ID that maps the measurement partner data with a
       campaign (or a group of related campaigns) specific data.
       
      string third_party_placement_id = 2;
      Returns:
      The thirdPartyPlacementId.
    • getThirdPartyPlacementIdBytes

      com.google.protobuf.ByteString getThirdPartyPlacementIdBytes()
       The third party placement ID that maps the measurement partner data with a
       campaign (or a group of related campaigns) specific data.
       
      string third_party_placement_id = 2;
      Returns:
      The bytes for thirdPartyPlacementId.