Class CheckConsistencyResponse.Builder

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

    public static final class CheckConsistencyResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CheckConsistencyResponse.Builder>
    implements CheckConsistencyResponseOrBuilder
     Response message for
     [google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
     
    Protobuf type google.bigtable.admin.v2.CheckConsistencyResponse
    • 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<CheckConsistencyResponse.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<CheckConsistencyResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public CheckConsistencyResponse.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<CheckConsistencyResponse.Builder>
        Throws:
        IOException
      • getConsistent

        public boolean getConsistent()
         True only if the token is consistent. A token is consistent if replication
         has caught up with the restrictions specified in the request.
         
        bool consistent = 1;
        Specified by:
        getConsistent in interface CheckConsistencyResponseOrBuilder
        Returns:
        The consistent.
      • setConsistent

        public CheckConsistencyResponse.Builder setConsistent​(boolean value)
         True only if the token is consistent. A token is consistent if replication
         has caught up with the restrictions specified in the request.
         
        bool consistent = 1;
        Parameters:
        value - The consistent to set.
        Returns:
        This builder for chaining.
      • clearConsistent

        public CheckConsistencyResponse.Builder clearConsistent()
         True only if the token is consistent. A token is consistent if replication
         has caught up with the restrictions specified in the request.
         
        bool consistent = 1;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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