Interface ExtendAudienceTagsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ExtendAudienceTagsRequest,ExtendAudienceTagsRequest.Builder
public interface ExtendAudienceTagsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAudienceTags(int index)repeated string audience_tags = 2 [json_name = "audienceTags"];com.google.protobuf.ByteStringgetAudienceTagsBytes(int index)repeated string audience_tags = 2 [json_name = "audienceTags"];intgetAudienceTagsCount()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.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
-
-
-
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.
-
-