Interface GetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetRequest,GetRequest.Builder
public interface GetRequestOrBuilder 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.StringgetTemplateId()string template_id = 2 [json_name = "templateId"];com.google.protobuf.ByteStringgetTemplateIdBytes()string template_id = 2 [json_name = "templateId"];
-
-
-
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.
-
getTemplateId
java.lang.String getTemplateId()
string template_id = 2 [json_name = "templateId"];- Returns:
- The templateId.
-
getTemplateIdBytes
com.google.protobuf.ByteString getTemplateIdBytes()
string template_id = 2 [json_name = "templateId"];- Returns:
- The bytes for templateId.
-
-