Class GetTopChannelsRequest.Builder

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Builder()  
      private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GetTopChannelsRequest build()  
      GetTopChannelsRequest buildPartial()  
      private void buildPartial0​(GetTopChannelsRequest result)  
      GetTopChannelsRequest.Builder clear()  
      GetTopChannelsRequest.Builder clearMaxResults()
      If non-zero, the server will return a page of results containing at most this many items.
      GetTopChannelsRequest.Builder clearStartChannelId()
      start_channel_id indicates that only channels at or above this id should be included in the results.
      GetTopChannelsRequest getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      long getMaxResults()
      If non-zero, the server will return a page of results containing at most this many items.
      long getStartChannelId()
      start_channel_id indicates that only channels at or above this id should be included in the results.
      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      GetTopChannelsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      GetTopChannelsRequest.Builder mergeFrom​(com.google.protobuf.Message other)  
      GetTopChannelsRequest.Builder mergeFrom​(GetTopChannelsRequest other)  
      GetTopChannelsRequest.Builder setMaxResults​(long value)
      If non-zero, the server will return a page of results containing at most this many items.
      GetTopChannelsRequest.Builder setStartChannelId​(long value)
      start_channel_id indicates that only channels at or above this id should be included in the results.
      • Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

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

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

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Field Detail

      • bitField0_

        private int bitField0_
      • startChannelId_

        private long startChannelId_
      • maxResults_

        private long maxResults_
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GetTopChannelsRequest.Builder>
      • clear

        public GetTopChannelsRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessage.Builder<GetTopChannelsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GetTopChannelsRequest.Builder>
      • getDefaultInstanceForType

        public GetTopChannelsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public GetTopChannelsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GetTopChannelsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GetTopChannelsRequest.Builder>
      • mergeFrom

        public GetTopChannelsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetTopChannelsRequest.Builder>
        Throws:
        java.io.IOException
      • getStartChannelId

        public long getStartChannelId()
         start_channel_id indicates that only channels at or above this id should be
         included in the results.
         To request the first page, this should be set to 0. To request
         subsequent pages, the client generates this value by adding 1 to
         the highest seen result ID.
         
        int64 start_channel_id = 1;
        Specified by:
        getStartChannelId in interface GetTopChannelsRequestOrBuilder
        Returns:
        The startChannelId.
      • setStartChannelId

        public GetTopChannelsRequest.Builder setStartChannelId​(long value)
         start_channel_id indicates that only channels at or above this id should be
         included in the results.
         To request the first page, this should be set to 0. To request
         subsequent pages, the client generates this value by adding 1 to
         the highest seen result ID.
         
        int64 start_channel_id = 1;
        Parameters:
        value - The startChannelId to set.
        Returns:
        This builder for chaining.
      • clearStartChannelId

        public GetTopChannelsRequest.Builder clearStartChannelId()
         start_channel_id indicates that only channels at or above this id should be
         included in the results.
         To request the first page, this should be set to 0. To request
         subsequent pages, the client generates this value by adding 1 to
         the highest seen result ID.
         
        int64 start_channel_id = 1;
        Returns:
        This builder for chaining.
      • getMaxResults

        public long getMaxResults()
         If non-zero, the server will return a page of results containing
         at most this many items. If zero, the server will choose a
         reasonable page size.  Must never be negative.
         
        int64 max_results = 2;
        Specified by:
        getMaxResults in interface GetTopChannelsRequestOrBuilder
        Returns:
        The maxResults.
      • setMaxResults

        public GetTopChannelsRequest.Builder setMaxResults​(long value)
         If non-zero, the server will return a page of results containing
         at most this many items. If zero, the server will choose a
         reasonable page size.  Must never be negative.
         
        int64 max_results = 2;
        Parameters:
        value - The maxResults to set.
        Returns:
        This builder for chaining.
      • clearMaxResults

        public GetTopChannelsRequest.Builder clearMaxResults()
         If non-zero, the server will return a page of results containing
         at most this many items. If zero, the server will choose a
         reasonable page size.  Must never be negative.
         
        int64 max_results = 2;
        Returns:
        This builder for chaining.