Class RestoreRequest.Builder

    • Method Detail

      • getId

        public java.lang.String getId()
        string id = 1 [json_name = "id"];
        Specified by:
        getId in interface RestoreRequestOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Specified by:
        getIdBytes in interface RestoreRequestOrBuilder
        Returns:
        The bytes for id.
      • setId

        public RestoreRequest.Builder setId​(java.lang.String value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public RestoreRequest.Builder clearId()
        string id = 1 [json_name = "id"];
        Returns:
        This builder for chaining.
      • setIdBytes

        public RestoreRequest.Builder setIdBytes​(com.google.protobuf.ByteString value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getOrganizationId

        public java.lang.String getOrganizationId()
        string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface RestoreRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 2 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface RestoreRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public RestoreRequest.Builder setOrganizationId​(java.lang.String value)
        string organization_id = 2 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public RestoreRequest.Builder clearOrganizationId()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public RestoreRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        string organization_id = 2 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • hasServerNotification

        public boolean hasServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
        Specified by:
        hasServerNotification in interface RestoreRequestOrBuilder
        Returns:
        Whether the serverNotification field is set.
      • clearServerNotification

        public RestoreRequest.Builder clearServerNotification()
        .streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];