Class AppendRowsResponse.AppendResult.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<AppendRowsResponse.AppendResult.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.AppendResult.Builder>
      • getDefaultInstanceForType

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

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

        public AppendRowsResponse.AppendResult 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<AppendRowsResponse.AppendResult.Builder>
      • hasOffset

        public boolean hasOffset()
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
        Specified by:
        hasOffset in interface AppendRowsResponse.AppendResultOrBuilder
        Returns:
        Whether the offset field is set.
      • getOffset

        public com.google.protobuf.Int64Value getOffset()
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
        Specified by:
        getOffset in interface AppendRowsResponse.AppendResultOrBuilder
        Returns:
        The offset.
      • setOffset

        public AppendRowsResponse.AppendResult.Builder setOffset​(com.google.protobuf.Int64Value value)
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
      • setOffset

        public AppendRowsResponse.AppendResult.Builder setOffset​(com.google.protobuf.Int64Value.Builder builderForValue)
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
      • mergeOffset

        public AppendRowsResponse.AppendResult.Builder mergeOffset​(com.google.protobuf.Int64Value value)
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
      • clearOffset

        public AppendRowsResponse.AppendResult.Builder clearOffset()
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
      • getOffsetBuilder

        public com.google.protobuf.Int64Value.Builder getOffsetBuilder()
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
      • getOffsetOrBuilder

        public com.google.protobuf.Int64ValueOrBuilder getOffsetOrBuilder()
         The row offset at which the last append occurred. The offset will not be
         set if appending using default streams.
         
        .google.protobuf.Int64Value offset = 1;
        Specified by:
        getOffsetOrBuilder in interface AppendRowsResponse.AppendResultOrBuilder