Interface ListAudienceTagsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListAudienceTagsRequest,ListAudienceTagsRequest.Builder
public interface ListAudienceTagsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];java.lang.StringgetPrefix()string prefix = 2 [json_name = "prefix"];com.google.protobuf.ByteStringgetPrefixBytes()string prefix = 2 [json_name = "prefix"];
-
-
-
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.
-
getPrefix
java.lang.String getPrefix()
string prefix = 2 [json_name = "prefix"];- Returns:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()
string prefix = 2 [json_name = "prefix"];- Returns:
- The bytes for prefix.
-
-