Class ReadSession.TableModifiers.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<ReadSession.TableModifiers.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<ReadSession.TableModifiers.Builder>
      • getDefaultInstanceForType

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

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

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

        public ReadSession.TableModifiers.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<ReadSession.TableModifiers.Builder>
        Throws:
        IOException
      • hasSnapshotTime

        public boolean hasSnapshotTime()
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        hasSnapshotTime in interface ReadSession.TableModifiersOrBuilder
        Returns:
        Whether the snapshotTime field is set.
      • getSnapshotTime

        public com.google.protobuf.Timestamp getSnapshotTime()
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        getSnapshotTime in interface ReadSession.TableModifiersOrBuilder
        Returns:
        The snapshotTime.
      • setSnapshotTime

        public ReadSession.TableModifiers.Builder setSnapshotTime​(com.google.protobuf.Timestamp value)
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • setSnapshotTime

        public ReadSession.TableModifiers.Builder setSnapshotTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • mergeSnapshotTime

        public ReadSession.TableModifiers.Builder mergeSnapshotTime​(com.google.protobuf.Timestamp value)
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • clearSnapshotTime

        public ReadSession.TableModifiers.Builder clearSnapshotTime()
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • getSnapshotTimeBuilder

        public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder()
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • getSnapshotTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
         The snapshot time of the table. If not set, interpreted as now.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        getSnapshotTimeOrBuilder in interface ReadSession.TableModifiersOrBuilder
      • setUnknownFields

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

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