Class ListRequest.Builder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, ListRequestOrBuilder, java.lang.Cloneable
    Enclosing class:
    ListRequest

    public static final class ListRequest.Builder
    extends com.google.protobuf.GeneratedMessageLite.Builder<ListRequest,​ListRequest.Builder>
    implements ListRequestOrBuilder
    Protobuf type streamlayer.sdkSettings.stream.ListRequest
    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ListRequest.Builder addAllIds​(java.lang.Iterable<? extends java.lang.Long> values)
      repeated uint64 ids = 1 [json_name = "ids"];
      ListRequest.Builder addIds​(long value)
      repeated uint64 ids = 1 [json_name = "ids"];
      ListRequest.Builder clearIds()
      repeated uint64 ids = 1 [json_name = "ids"];
      ListRequest.Builder clearOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      long getIds​(int index)
      repeated uint64 ids = 1 [json_name = "ids"];
      int getIdsCount()
      repeated uint64 ids = 1 [json_name = "ids"];
      java.util.List<java.lang.Long> getIdsList()
      repeated uint64 ids = 1 [json_name = "ids"];
      java.lang.String getOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 2 [json_name = "organizationId"];
      ListRequest.Builder setIds​(int index, long value)
      repeated uint64 ids = 1 [json_name = "ids"];
      ListRequest.Builder setOrganizationId​(java.lang.String value)
      string organization_id = 2 [json_name = "organizationId"];
      ListRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
      string organization_id = 2 [json_name = "organizationId"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getIdsList

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

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

        public long getIds​(int index)
        repeated uint64 ids = 1 [json_name = "ids"];
        Specified by:
        getIds in interface ListRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • setIds

        public ListRequest.Builder setIds​(int index,
                                          long value)
        repeated uint64 ids = 1 [json_name = "ids"];
        Parameters:
        value - The ids to set.
        Returns:
        This builder for chaining.
      • addIds

        public ListRequest.Builder addIds​(long value)
        repeated uint64 ids = 1 [json_name = "ids"];
        Parameters:
        value - The ids to add.
        Returns:
        This builder for chaining.
      • addAllIds

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

        public ListRequest.Builder clearIds()
        repeated uint64 ids = 1 [json_name = "ids"];
        Returns:
        This builder for chaining.
      • getOrganizationId

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

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

        public ListRequest.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 ListRequest.Builder clearOrganizationId()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public ListRequest.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.