Interface UpdateTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateTemplateRequest,UpdateTemplateRequest.Builder
public interface UpdateTemplateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOrganizationId()string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];AdvertisingTemplategetTemplate().streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];java.lang.StringgetTemplateId()string template_id = 1 [json_name = "templateId"];com.google.protobuf.ByteStringgetTemplateIdBytes()string template_id = 1 [json_name = "templateId"];booleanhasTemplate().streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];
-
-
-
Method Detail
-
getTemplateId
java.lang.String getTemplateId()
string template_id = 1 [json_name = "templateId"];- Returns:
- The templateId.
-
getTemplateIdBytes
com.google.protobuf.ByteString getTemplateIdBytes()
string template_id = 1 [json_name = "templateId"];- Returns:
- The bytes for templateId.
-
hasTemplate
boolean hasTemplate()
.streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];- Returns:
- Whether the template field is set.
-
getTemplate
AdvertisingTemplate getTemplate()
.streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];- Returns:
- The template.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-