Class RestoreRequest.Builder

    • Method Detail

      • getIdsList

        public java.util.List<java.lang.String> getIdsList()
        repeated string ids = 1 [json_name = "ids"];
        Specified by:
        getIdsList in interface RestoreRequestOrBuilder
        Returns:
        A list containing the ids.
      • getIdsCount

        public int getIdsCount()
        repeated string ids = 1 [json_name = "ids"];
        Specified by:
        getIdsCount in interface RestoreRequestOrBuilder
        Returns:
        The count of ids.
      • getIds

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

        public com.google.protobuf.ByteString getIdsBytes​(int index)
        repeated string ids = 1 [json_name = "ids"];
        Specified by:
        getIdsBytes in interface RestoreRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the ids at the given index.
      • setIds

        public RestoreRequest.Builder setIds​(int index,
                                             java.lang.String value)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        index - The index to set the value at.
        value - The ids to set.
        Returns:
        This builder for chaining.
      • addIds

        public RestoreRequest.Builder addIds​(java.lang.String value)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        value - The ids to add.
        Returns:
        This builder for chaining.
      • addAllIds

        public RestoreRequest.Builder addAllIds​(java.lang.Iterable<java.lang.String> values)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        values - The ids to add.
        Returns:
        This builder for chaining.
      • clearIds

        public RestoreRequest.Builder clearIds()
        repeated string ids = 1 [json_name = "ids"];
        Returns:
        This builder for chaining.
      • addIdsBytes

        public RestoreRequest.Builder addIdsBytes​(com.google.protobuf.ByteString value)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        value - The bytes of the ids to add.
        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"];