Class Storage.SplitReadStreamResponse.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Storage.SplitReadStreamResponse.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.GeneratedMessageV3.Builder<Storage.SplitReadStreamResponse.Builder>
      • getDefaultInstanceForType

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

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

        public Storage.SplitReadStreamResponse 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.GeneratedMessageV3.Builder<Storage.SplitReadStreamResponse.Builder>
      • hasPrimaryStream

        public boolean hasPrimaryStream()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
        Specified by:
        hasPrimaryStream in interface Storage.SplitReadStreamResponseOrBuilder
        Returns:
        Whether the primaryStream field is set.
      • getPrimaryStream

        public Storage.Stream getPrimaryStream()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
        Specified by:
        getPrimaryStream in interface Storage.SplitReadStreamResponseOrBuilder
        Returns:
        The primaryStream.
      • setPrimaryStream

        public Storage.SplitReadStreamResponse.Builder setPrimaryStream​(Storage.Stream value)
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • setPrimaryStream

        public Storage.SplitReadStreamResponse.Builder setPrimaryStream​(Storage.Stream.Builder builderForValue)
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • mergePrimaryStream

        public Storage.SplitReadStreamResponse.Builder mergePrimaryStream​(Storage.Stream value)
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • clearPrimaryStream

        public Storage.SplitReadStreamResponse.Builder clearPrimaryStream()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • getPrimaryStreamBuilder

        public Storage.Stream.Builder getPrimaryStreamBuilder()
         Primary stream, which contains the beginning portion of
         |original_stream|. An empty value indicates that the original stream can no
         longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream primary_stream = 1;
      • hasRemainderStream

        public boolean hasRemainderStream()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
        Specified by:
        hasRemainderStream in interface Storage.SplitReadStreamResponseOrBuilder
        Returns:
        Whether the remainderStream field is set.
      • getRemainderStream

        public Storage.Stream getRemainderStream()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
        Specified by:
        getRemainderStream in interface Storage.SplitReadStreamResponseOrBuilder
        Returns:
        The remainderStream.
      • setRemainderStream

        public Storage.SplitReadStreamResponse.Builder setRemainderStream​(Storage.Stream value)
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
      • setRemainderStream

        public Storage.SplitReadStreamResponse.Builder setRemainderStream​(Storage.Stream.Builder builderForValue)
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
      • mergeRemainderStream

        public Storage.SplitReadStreamResponse.Builder mergeRemainderStream​(Storage.Stream value)
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
      • clearRemainderStream

        public Storage.SplitReadStreamResponse.Builder clearRemainderStream()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;
      • getRemainderStreamBuilder

        public Storage.Stream.Builder getRemainderStreamBuilder()
         Remainder stream, which contains the tail of |original_stream|. An empty
         value indicates that the original stream can no longer be split.
         
        .google.cloud.bigquery.storage.v1beta1.Stream remainder_stream = 2;