Class ConfigManagementServiceOuterClass.TimeModel.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<ConfigManagementServiceOuterClass.TimeModel.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<ConfigManagementServiceOuterClass.TimeModel.Builder>
      • getDefaultInstanceForType

        public ConfigManagementServiceOuterClass.TimeModel getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

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

        public ConfigManagementServiceOuterClass.TimeModel.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws java.io.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<ConfigManagementServiceOuterClass.TimeModel.Builder>
        Throws:
        java.io.IOException
      • hasAvgTransactionLatency

        public boolean hasAvgTransactionLatency()
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
        Specified by:
        hasAvgTransactionLatency in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        Whether the avgTransactionLatency field is set.
      • getAvgTransactionLatency

        public com.google.protobuf.Duration getAvgTransactionLatency()
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
        Specified by:
        getAvgTransactionLatency in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        The avgTransactionLatency.
      • setAvgTransactionLatency

        public ConfigManagementServiceOuterClass.TimeModel.Builder setAvgTransactionLatency​(com.google.protobuf.Duration value)
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
      • setAvgTransactionLatency

        public ConfigManagementServiceOuterClass.TimeModel.Builder setAvgTransactionLatency​(com.google.protobuf.Duration.Builder builderForValue)
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
      • mergeAvgTransactionLatency

        public ConfigManagementServiceOuterClass.TimeModel.Builder mergeAvgTransactionLatency​(com.google.protobuf.Duration value)
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
      • clearAvgTransactionLatency

        public ConfigManagementServiceOuterClass.TimeModel.Builder clearAvgTransactionLatency()
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
      • getAvgTransactionLatencyBuilder

        public com.google.protobuf.Duration.Builder getAvgTransactionLatencyBuilder()
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
      • getAvgTransactionLatencyOrBuilder

        public com.google.protobuf.DurationOrBuilder getAvgTransactionLatencyOrBuilder()
         The expected average latency of a transaction, i.e., the average time
         from submitting the transaction to a [[WriteService]] and the transaction
         being assigned a record time.
         Required.
         
        .google.protobuf.Duration avg_transaction_latency = 4 [json_name = "avgTransactionLatency"];
        Specified by:
        getAvgTransactionLatencyOrBuilder in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
      • hasMinSkew

        public boolean hasMinSkew()
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
        Specified by:
        hasMinSkew in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        Whether the minSkew field is set.
      • getMinSkew

        public com.google.protobuf.Duration getMinSkew()
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
        Specified by:
        getMinSkew in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        The minSkew.
      • setMinSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder setMinSkew​(com.google.protobuf.Duration value)
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
      • setMinSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder setMinSkew​(com.google.protobuf.Duration.Builder builderForValue)
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
      • mergeMinSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder mergeMinSkew​(com.google.protobuf.Duration value)
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
      • getMinSkewBuilder

        public com.google.protobuf.Duration.Builder getMinSkewBuilder()
         The minimimum skew between ledger time and record time: lt_TX >= rt_TX - minSkew
         Required.
         
        .google.protobuf.Duration min_skew = 5 [json_name = "minSkew"];
      • hasMaxSkew

        public boolean hasMaxSkew()
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];
        Specified by:
        hasMaxSkew in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        Whether the maxSkew field is set.
      • getMaxSkew

        public com.google.protobuf.Duration getMaxSkew()
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];
        Specified by:
        getMaxSkew in interface ConfigManagementServiceOuterClass.TimeModelOrBuilder
        Returns:
        The maxSkew.
      • setMaxSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder setMaxSkew​(com.google.protobuf.Duration value)
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];
      • setMaxSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder setMaxSkew​(com.google.protobuf.Duration.Builder builderForValue)
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];
      • mergeMaxSkew

        public ConfigManagementServiceOuterClass.TimeModel.Builder mergeMaxSkew​(com.google.protobuf.Duration value)
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];
      • getMaxSkewBuilder

        public com.google.protobuf.Duration.Builder getMaxSkewBuilder()
         The maximum skew between ledger time and record time: lt_TX <= rt_TX + maxSkew
         Required.
         
        .google.protobuf.Duration max_skew = 6 [json_name = "maxSkew"];