Class AppendRowsResponse.Builder

  • All Implemented Interfaces:
    AppendRowsResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    AppendRowsResponse

    public static final class AppendRowsResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
    implements AppendRowsResponseOrBuilder
     Response message for `AppendRows`.
     
    Protobuf type google.cloud.bigquery.storage.v1.AppendRowsResponse
    • 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<AppendRowsResponse.Builder>
      • clear

        public AppendRowsResponse.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.GeneratedMessageV3.Builder<AppendRowsResponse.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<AppendRowsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public AppendRowsResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • setField

        public AppendRowsResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • clearField

        public AppendRowsResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • clearOneof

        public AppendRowsResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • setRepeatedField

        public AppendRowsResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • addRepeatedField

        public AppendRowsResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • mergeFrom

        public AppendRowsResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppendRowsResponse.Builder>
      • isInitialized

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

        public AppendRowsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws 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<AppendRowsResponse.Builder>
        Throws:
        IOException
      • hasAppendResult

        public boolean hasAppendResult()
         Result if the append is successful.
         
        .google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
        Specified by:
        hasAppendResult in interface AppendRowsResponseOrBuilder
        Returns:
        Whether the appendResult field is set.
      • clearAppendResult

        public AppendRowsResponse.Builder clearAppendResult()
         Result if the append is successful.
         
        .google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
      • getAppendResultBuilder

        public AppendRowsResponse.AppendResult.Builder getAppendResultBuilder()
         Result if the append is successful.
         
        .google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
      • hasError

        public boolean hasError()
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
        Specified by:
        hasError in interface AppendRowsResponseOrBuilder
        Returns:
        Whether the error field is set.
      • getError

        public com.google.rpc.Status getError()
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
        Specified by:
        getError in interface AppendRowsResponseOrBuilder
        Returns:
        The error.
      • setError

        public AppendRowsResponse.Builder setError​(com.google.rpc.Status value)
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
      • setError

        public AppendRowsResponse.Builder setError​(com.google.rpc.Status.Builder builderForValue)
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
      • mergeError

        public AppendRowsResponse.Builder mergeError​(com.google.rpc.Status value)
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
      • clearError

        public AppendRowsResponse.Builder clearError()
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
      • getErrorBuilder

        public com.google.rpc.Status.Builder getErrorBuilder()
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
      • getErrorOrBuilder

        public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
         Error returned when problems were encountered.  If present,
         it indicates rows were not accepted into the system.
         Users can retry or continue with other append requests within the
         same connection.
        
         Additional information about error signalling:
        
         ALREADY_EXISTS: Happens when an append specified an offset, and the
         backend already has received data at this offset.  Typically encountered
         in retry scenarios, and can be ignored.
        
         OUT_OF_RANGE: Returned when the specified offset in the stream is beyond
         the current end of the stream.
        
         INVALID_ARGUMENT: Indicates a malformed request or data.
        
         ABORTED: Request processing is aborted because of prior failures.  The
         request can be retried if previous failure is addressed.
        
         INTERNAL: Indicates server side error(s) that can be retried.
         
        .google.rpc.Status error = 2;
        Specified by:
        getErrorOrBuilder in interface AppendRowsResponseOrBuilder
      • hasUpdatedSchema

        public boolean hasUpdatedSchema()
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
        Specified by:
        hasUpdatedSchema in interface AppendRowsResponseOrBuilder
        Returns:
        Whether the updatedSchema field is set.
      • getUpdatedSchema

        public TableSchema getUpdatedSchema()
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
        Specified by:
        getUpdatedSchema in interface AppendRowsResponseOrBuilder
        Returns:
        The updatedSchema.
      • setUpdatedSchema

        public AppendRowsResponse.Builder setUpdatedSchema​(TableSchema value)
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
      • setUpdatedSchema

        public AppendRowsResponse.Builder setUpdatedSchema​(TableSchema.Builder builderForValue)
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
      • mergeUpdatedSchema

        public AppendRowsResponse.Builder mergeUpdatedSchema​(TableSchema value)
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
      • clearUpdatedSchema

        public AppendRowsResponse.Builder clearUpdatedSchema()
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
      • getUpdatedSchemaBuilder

        public TableSchema.Builder getUpdatedSchemaBuilder()
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
      • getUpdatedSchemaOrBuilder

        public TableSchemaOrBuilder getUpdatedSchemaOrBuilder()
         If backend detects a schema update, pass it to user so that user can
         use it to input new type of message. It will be empty when no schema
         updates have occurred.
         
        .google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;
        Specified by:
        getUpdatedSchemaOrBuilder in interface AppendRowsResponseOrBuilder
      • getRowErrorsList

        public List<RowError> getRowErrorsList()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
        Specified by:
        getRowErrorsList in interface AppendRowsResponseOrBuilder
      • getRowErrorsCount

        public int getRowErrorsCount()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
        Specified by:
        getRowErrorsCount in interface AppendRowsResponseOrBuilder
      • getRowErrors

        public RowError getRowErrors​(int index)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
        Specified by:
        getRowErrors in interface AppendRowsResponseOrBuilder
      • setRowErrors

        public AppendRowsResponse.Builder setRowErrors​(int index,
                                                       RowError value)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • setRowErrors

        public AppendRowsResponse.Builder setRowErrors​(int index,
                                                       RowError.Builder builderForValue)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addRowErrors

        public AppendRowsResponse.Builder addRowErrors​(RowError value)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addRowErrors

        public AppendRowsResponse.Builder addRowErrors​(int index,
                                                       RowError value)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addRowErrors

        public AppendRowsResponse.Builder addRowErrors​(RowError.Builder builderForValue)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addRowErrors

        public AppendRowsResponse.Builder addRowErrors​(int index,
                                                       RowError.Builder builderForValue)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addAllRowErrors

        public AppendRowsResponse.Builder addAllRowErrors​(Iterable<? extends RowError> values)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • clearRowErrors

        public AppendRowsResponse.Builder clearRowErrors()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • removeRowErrors

        public AppendRowsResponse.Builder removeRowErrors​(int index)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • getRowErrorsBuilder

        public RowError.Builder getRowErrorsBuilder​(int index)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • getRowErrorsOrBuilder

        public RowErrorOrBuilder getRowErrorsOrBuilder​(int index)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
        Specified by:
        getRowErrorsOrBuilder in interface AppendRowsResponseOrBuilder
      • getRowErrorsOrBuilderList

        public List<? extends RowErrorOrBuilder> getRowErrorsOrBuilderList()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
        Specified by:
        getRowErrorsOrBuilderList in interface AppendRowsResponseOrBuilder
      • addRowErrorsBuilder

        public RowError.Builder addRowErrorsBuilder()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • addRowErrorsBuilder

        public RowError.Builder addRowErrorsBuilder​(int index)
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • getRowErrorsBuilderList

        public List<RowError.Builder> getRowErrorsBuilderList()
         If a request failed due to corrupted rows, no rows in the batch will be
         appended. The API will return row level error info, so that the caller can
         remove the bad rows and retry the request.
         
        repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
      • getWriteStream

        public String getWriteStream()
         The target of the append operation. Matches the write_stream in the
         corresponding request.
         
        string write_stream = 5;
        Specified by:
        getWriteStream in interface AppendRowsResponseOrBuilder
        Returns:
        The writeStream.
      • getWriteStreamBytes

        public com.google.protobuf.ByteString getWriteStreamBytes()
         The target of the append operation. Matches the write_stream in the
         corresponding request.
         
        string write_stream = 5;
        Specified by:
        getWriteStreamBytes in interface AppendRowsResponseOrBuilder
        Returns:
        The bytes for writeStream.
      • setWriteStream

        public AppendRowsResponse.Builder setWriteStream​(String value)
         The target of the append operation. Matches the write_stream in the
         corresponding request.
         
        string write_stream = 5;
        Parameters:
        value - The writeStream to set.
        Returns:
        This builder for chaining.
      • clearWriteStream

        public AppendRowsResponse.Builder clearWriteStream()
         The target of the append operation. Matches the write_stream in the
         corresponding request.
         
        string write_stream = 5;
        Returns:
        This builder for chaining.
      • setWriteStreamBytes

        public AppendRowsResponse.Builder setWriteStreamBytes​(com.google.protobuf.ByteString value)
         The target of the append operation. Matches the write_stream in the
         corresponding request.
         
        string write_stream = 5;
        Parameters:
        value - The bytes for writeStream to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final AppendRowsResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>
      • mergeUnknownFields

        public final AppendRowsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>