Interface CreateRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    CreateRequest, CreateRequest.Builder

    public interface CreateRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BypassNotifications getBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
      Template getData()
      .streamlayer.interactive.Template data = 2 [json_name = "data"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      ServerNotificationOptions getServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      boolean hasBypassNotifications()
      .streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
      boolean hasData()
      .streamlayer.interactive.Template data = 2 [json_name = "data"];
      boolean hasServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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

        boolean hasData()
        .streamlayer.interactive.Template data = 2 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • getData

        Template getData()
        .streamlayer.interactive.Template data = 2 [json_name = "data"];
        Returns:
        The data.
      • hasBypassNotifications

        boolean hasBypassNotifications()
        .streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
        Returns:
        Whether the bypassNotifications field is set.
      • getBypassNotifications

        BypassNotifications getBypassNotifications()
        .streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
        Returns:
        The bypassNotifications.
      • hasServerNotification

        boolean hasServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
        Returns:
        Whether the serverNotification field is set.
      • getServerNotification

        ServerNotificationOptions getServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
        Returns:
        The serverNotification.