Interface ExtendAudienceTagsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAudienceTags​(int index)
      repeated string audience_tags = 2 [json_name = "audienceTags"];
      com.google.protobuf.ByteString getAudienceTagsBytes​(int index)
      repeated string audience_tags = 2 [json_name = "audienceTags"];
      int getAudienceTagsCount()
      repeated string audience_tags = 2 [json_name = "audienceTags"];
      java.util.List<java.lang.String> getAudienceTagsList()
      repeated string audience_tags = 2 [json_name = "audienceTags"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getAudienceTagsList

        java.util.List<java.lang.String> getAudienceTagsList()
        repeated string audience_tags = 2 [json_name = "audienceTags"];
        Returns:
        A list containing the audienceTags.
      • getAudienceTagsCount

        int getAudienceTagsCount()
        repeated string audience_tags = 2 [json_name = "audienceTags"];
        Returns:
        The count of audienceTags.
      • getAudienceTags

        java.lang.String getAudienceTags​(int index)
        repeated string audience_tags = 2 [json_name = "audienceTags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The audienceTags at the given index.
      • getAudienceTagsBytes

        com.google.protobuf.ByteString getAudienceTagsBytes​(int index)
        repeated string audience_tags = 2 [json_name = "audienceTags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The audienceTags at the given index.