Class TransactionOptions.ReadOnly.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<TransactionOptions.ReadOnly.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<TransactionOptions.ReadOnly.Builder>
      • getDefaultInstanceForType

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

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

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

        public TransactionOptions.ReadOnly.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<TransactionOptions.ReadOnly.Builder>
        Throws:
        IOException
      • hasReadTime

        public boolean hasReadTime()
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
        Specified by:
        hasReadTime in interface TransactionOptions.ReadOnlyOrBuilder
        Returns:
        Whether the readTime field is set.
      • getReadTime

        public com.google.protobuf.Timestamp getReadTime()
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
        Specified by:
        getReadTime in interface TransactionOptions.ReadOnlyOrBuilder
        Returns:
        The readTime.
      • setReadTime

        public TransactionOptions.ReadOnly.Builder setReadTime​(com.google.protobuf.Timestamp value)
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
      • setReadTime

        public TransactionOptions.ReadOnly.Builder setReadTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
      • mergeReadTime

        public TransactionOptions.ReadOnly.Builder mergeReadTime​(com.google.protobuf.Timestamp value)
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
      • clearReadTime

        public TransactionOptions.ReadOnly.Builder clearReadTime()
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
      • getReadTimeBuilder

        public com.google.protobuf.Timestamp.Builder getReadTimeBuilder()
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
      • getReadTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
         Reads entities at the given time.
        
         This must be a microsecond precision timestamp within the past one hour,
         or if Point-in-Time Recovery is enabled, can additionally be a whole
         minute timestamp within the past 7 days.
         
        .google.protobuf.Timestamp read_time = 1;
        Specified by:
        getReadTimeOrBuilder in interface TransactionOptions.ReadOnlyOrBuilder
      • mergeUnknownFields

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