Interface DeleteRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getIds​(int index)
      repeated string ids = 2 [json_name = "ids"];
      com.google.protobuf.ByteString getIdsBytes​(int index)
      repeated string ids = 2 [json_name = "ids"];
      int getIdsCount()
      repeated string ids = 2 [json_name = "ids"];
      java.util.List<java.lang.String> getIdsList()
      repeated string ids = 2 [json_name = "ids"];
      java.lang.String getOrganizationId()
      string organization_id = 3 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 3 [json_name = "organizationId"];
      boolean getPermanent()
      permanent: if supplied the template will be deleted permanently, e.g.
      ServerNotificationOptions getServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
      boolean hasServerNotification()
      .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getIdsList

        java.util.List<java.lang.String> getIdsList()
        repeated string ids = 2 [json_name = "ids"];
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
        repeated string ids = 2 [json_name = "ids"];
        Returns:
        The count of ids.
      • getIds

        java.lang.String getIds​(int index)
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        com.google.protobuf.ByteString getIdsBytes​(int index)
        repeated string ids = 2 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • 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.
      • getPermanent

        boolean getPermanent()
         permanent: if supplied the template will be deleted permanently,
         e.g. it will not be available in a list of recently deleted items (see "show_deleted" in ListRequestFilter)
         
        bool permanent = 4 [json_name = "permanent"];
        Returns:
        The permanent.
      • hasServerNotification

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

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