Class MutateRowsResponse.Builder

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

    public static final class MutateRowsResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<MutateRowsResponse.Builder>
    implements MutateRowsResponseOrBuilder
     Response message for BigtableService.MutateRows.
     
    Protobuf type google.bigtable.v2.MutateRowsResponse
    • 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<MutateRowsResponse.Builder>
      • clear

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

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

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

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

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • setField

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • clearField

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • clearOneof

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • setRepeatedField

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • addRepeatedField

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • mergeFrom

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
      • isInitialized

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

        public MutateRowsResponse.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<MutateRowsResponse.Builder>
        Throws:
        IOException
      • getEntriesCount

        public int getEntriesCount()
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
        Specified by:
        getEntriesCount in interface MutateRowsResponseOrBuilder
      • clearEntries

        public MutateRowsResponse.Builder clearEntries()
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • removeEntries

        public MutateRowsResponse.Builder removeEntries​(int index)
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • getEntriesBuilder

        public MutateRowsResponse.Entry.Builder getEntriesBuilder​(int index)
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • addEntriesBuilder

        public MutateRowsResponse.Entry.Builder addEntriesBuilder()
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • addEntriesBuilder

        public MutateRowsResponse.Entry.Builder addEntriesBuilder​(int index)
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • getEntriesBuilderList

        public List<MutateRowsResponse.Entry.Builder> getEntriesBuilderList()
         One or more results for Entries from the batch request.
         
        repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
      • hasRateLimitInfo

        public boolean hasRateLimitInfo()
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
        Specified by:
        hasRateLimitInfo in interface MutateRowsResponseOrBuilder
        Returns:
        Whether the rateLimitInfo field is set.
      • getRateLimitInfo

        public RateLimitInfo getRateLimitInfo()
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
        Specified by:
        getRateLimitInfo in interface MutateRowsResponseOrBuilder
        Returns:
        The rateLimitInfo.
      • setRateLimitInfo

        public MutateRowsResponse.Builder setRateLimitInfo​(RateLimitInfo value)
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
      • setRateLimitInfo

        public MutateRowsResponse.Builder setRateLimitInfo​(RateLimitInfo.Builder builderForValue)
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
      • mergeRateLimitInfo

        public MutateRowsResponse.Builder mergeRateLimitInfo​(RateLimitInfo value)
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
      • clearRateLimitInfo

        public MutateRowsResponse.Builder clearRateLimitInfo()
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
      • getRateLimitInfoBuilder

        public RateLimitInfo.Builder getRateLimitInfoBuilder()
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
      • getRateLimitInfoOrBuilder

        public RateLimitInfoOrBuilder getRateLimitInfoOrBuilder()
         Information about how client should limit the rate (QPS). Primirily used by
         supported official Cloud Bigtable clients. If unset, the rate limit info is
         not provided by the server.
         
        optional .google.bigtable.v2.RateLimitInfo rate_limit_info = 3;
        Specified by:
        getRateLimitInfoOrBuilder in interface MutateRowsResponseOrBuilder
      • setUnknownFields

        public final MutateRowsResponse.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<MutateRowsResponse.Builder>
      • mergeUnknownFields

        public final MutateRowsResponse.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<MutateRowsResponse.Builder>