Interface UpdateTemplateRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOrganizationId()
      string organization_id = 3 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 3 [json_name = "organizationId"];
      AdvertisingTemplate getTemplate()
      .streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];
      java.lang.String getTemplateId()
      string template_id = 1 [json_name = "templateId"];
      com.google.protobuf.ByteString getTemplateIdBytes()
      string template_id = 1 [json_name = "templateId"];
      boolean hasTemplate()
      .streamlayer.sdkSettings.AdvertisingTemplate template = 2 [json_name = "template"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.