All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96 Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yandex/cloud/mdb/postgresql/v1/config/postgresql9_6.proto

package yandex.cloud.api.mdb.postgresql.v1.config;

public final class Postgresql96 {
  private Postgresql96() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface PostgresqlConfig9_6OrBuilder extends
      // @@protoc_insertion_point(interface_extends:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .google.protobuf.Int64Value max_connections = 1;
     * @return Whether the maxConnections field is set.
     */
    boolean hasMaxConnections();
    /**
     * .google.protobuf.Int64Value max_connections = 1;
     * @return The maxConnections.
     */
    com.google.protobuf.Int64Value getMaxConnections();
    /**
     * .google.protobuf.Int64Value max_connections = 1;
     */
    com.google.protobuf.Int64ValueOrBuilder getMaxConnectionsOrBuilder();

    /**
     * 
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return Whether the sharedBuffers field is set. */ boolean hasSharedBuffers(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return The sharedBuffers. */ com.google.protobuf.Int64Value getSharedBuffers(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ com.google.protobuf.Int64ValueOrBuilder getSharedBuffersOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return Whether the tempBuffers field is set. */ boolean hasTempBuffers(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return The tempBuffers. */ com.google.protobuf.Int64Value getTempBuffers(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ com.google.protobuf.Int64ValueOrBuilder getTempBuffersOrBuilder(); /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return Whether the maxPreparedTransactions field is set. */ boolean hasMaxPreparedTransactions(); /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return The maxPreparedTransactions. */ com.google.protobuf.Int64Value getMaxPreparedTransactions(); /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ com.google.protobuf.Int64ValueOrBuilder getMaxPreparedTransactionsOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; * @return Whether the workMem field is set. */ boolean hasWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; * @return The workMem. */ com.google.protobuf.Int64Value getWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; */ com.google.protobuf.Int64ValueOrBuilder getWorkMemOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return Whether the maintenanceWorkMem field is set. */ boolean hasMaintenanceWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return The maintenanceWorkMem. */ com.google.protobuf.Int64Value getMaintenanceWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ com.google.protobuf.Int64ValueOrBuilder getMaintenanceWorkMemOrBuilder(); /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return Whether the replacementSortTuples field is set. */ boolean hasReplacementSortTuples(); /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return The replacementSortTuples. */ com.google.protobuf.Int64Value getReplacementSortTuples(); /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ com.google.protobuf.Int64ValueOrBuilder getReplacementSortTuplesOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return Whether the autovacuumWorkMem field is set. */ boolean hasAutovacuumWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return The autovacuumWorkMem. */ com.google.protobuf.Int64Value getAutovacuumWorkMem(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ com.google.protobuf.Int64ValueOrBuilder getAutovacuumWorkMemOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return Whether the tempFileLimit field is set. */ boolean hasTempFileLimit(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return The tempFileLimit. */ com.google.protobuf.Int64Value getTempFileLimit(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ com.google.protobuf.Int64ValueOrBuilder getTempFileLimitOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return Whether the vacuumCostDelay field is set. */ boolean hasVacuumCostDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return The vacuumCostDelay. */ com.google.protobuf.Int64Value getVacuumCostDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ com.google.protobuf.Int64ValueOrBuilder getVacuumCostDelayOrBuilder(); /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return Whether the vacuumCostPageHit field is set. */ boolean hasVacuumCostPageHit(); /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return The vacuumCostPageHit. */ com.google.protobuf.Int64Value getVacuumCostPageHit(); /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageHitOrBuilder(); /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return Whether the vacuumCostPageMiss field is set. */ boolean hasVacuumCostPageMiss(); /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return The vacuumCostPageMiss. */ com.google.protobuf.Int64Value getVacuumCostPageMiss(); /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageMissOrBuilder(); /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return Whether the vacuumCostPageDirty field is set. */ boolean hasVacuumCostPageDirty(); /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return The vacuumCostPageDirty. */ com.google.protobuf.Int64Value getVacuumCostPageDirty(); /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageDirtyOrBuilder(); /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return Whether the vacuumCostLimit field is set. */ boolean hasVacuumCostLimit(); /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return The vacuumCostLimit. */ com.google.protobuf.Int64Value getVacuumCostLimit(); /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ com.google.protobuf.Int64ValueOrBuilder getVacuumCostLimitOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return Whether the bgwriterDelay field is set. */ boolean hasBgwriterDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return The bgwriterDelay. */ com.google.protobuf.Int64Value getBgwriterDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ com.google.protobuf.Int64ValueOrBuilder getBgwriterDelayOrBuilder(); /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return Whether the bgwriterLruMaxpages field is set. */ boolean hasBgwriterLruMaxpages(); /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return The bgwriterLruMaxpages. */ com.google.protobuf.Int64Value getBgwriterLruMaxpages(); /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ com.google.protobuf.Int64ValueOrBuilder getBgwriterLruMaxpagesOrBuilder(); /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return Whether the bgwriterLruMultiplier field is set. */ boolean hasBgwriterLruMultiplier(); /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return The bgwriterLruMultiplier. */ com.google.protobuf.DoubleValue getBgwriterLruMultiplier(); /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ com.google.protobuf.DoubleValueOrBuilder getBgwriterLruMultiplierOrBuilder(); /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the bgwriterFlushAfter field is set. */ boolean hasBgwriterFlushAfter(); /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return The bgwriterFlushAfter. */ com.google.protobuf.Int64Value getBgwriterFlushAfter(); /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ com.google.protobuf.Int64ValueOrBuilder getBgwriterFlushAfterOrBuilder(); /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the backendFlushAfter field is set. */ boolean hasBackendFlushAfter(); /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return The backendFlushAfter. */ com.google.protobuf.Int64Value getBackendFlushAfter(); /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ com.google.protobuf.Int64ValueOrBuilder getBackendFlushAfterOrBuilder(); /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return Whether the oldSnapshotThreshold field is set. */ boolean hasOldSnapshotThreshold(); /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return The oldSnapshotThreshold. */ com.google.protobuf.Int64Value getOldSnapshotThreshold(); /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ com.google.protobuf.Int64ValueOrBuilder getOldSnapshotThresholdOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The enum numeric value on the wire for walLevel. */ int getWalLevelValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The walLevel. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel getWalLevel(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The enum numeric value on the wire for synchronousCommit. */ int getSynchronousCommitValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The synchronousCommit. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit getSynchronousCommit(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return Whether the checkpointTimeout field is set. */ boolean hasCheckpointTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return The checkpointTimeout. */ com.google.protobuf.Int64Value getCheckpointTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ com.google.protobuf.Int64ValueOrBuilder getCheckpointTimeoutOrBuilder(); /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return Whether the checkpointCompletionTarget field is set. */ boolean hasCheckpointCompletionTarget(); /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return The checkpointCompletionTarget. */ com.google.protobuf.DoubleValue getCheckpointCompletionTarget(); /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ com.google.protobuf.DoubleValueOrBuilder getCheckpointCompletionTargetOrBuilder(); /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the checkpointFlushAfter field is set. */ boolean hasCheckpointFlushAfter(); /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return The checkpointFlushAfter. */ com.google.protobuf.Int64Value getCheckpointFlushAfter(); /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ com.google.protobuf.Int64ValueOrBuilder getCheckpointFlushAfterOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return Whether the maxWalSize field is set. */ boolean hasMaxWalSize(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return The maxWalSize. */ com.google.protobuf.Int64Value getMaxWalSize(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ com.google.protobuf.Int64ValueOrBuilder getMaxWalSizeOrBuilder(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return Whether the minWalSize field is set. */ boolean hasMinWalSize(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return The minWalSize. */ com.google.protobuf.Int64Value getMinWalSize(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ com.google.protobuf.Int64ValueOrBuilder getMinWalSizeOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return Whether the maxStandbyStreamingDelay field is set. */ boolean hasMaxStandbyStreamingDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return The maxStandbyStreamingDelay. */ com.google.protobuf.Int64Value getMaxStandbyStreamingDelay(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ com.google.protobuf.Int64ValueOrBuilder getMaxStandbyStreamingDelayOrBuilder(); /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return Whether the defaultStatisticsTarget field is set. */ boolean hasDefaultStatisticsTarget(); /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return The defaultStatisticsTarget. */ com.google.protobuf.Int64Value getDefaultStatisticsTarget(); /** * .google.protobuf.Int64Value default_statistics_target = 29; */ com.google.protobuf.Int64ValueOrBuilder getDefaultStatisticsTargetOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The enum numeric value on the wire for constraintExclusion. */ int getConstraintExclusionValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The constraintExclusion. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion getConstraintExclusion(); /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return Whether the cursorTupleFraction field is set. */ boolean hasCursorTupleFraction(); /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return The cursorTupleFraction. */ com.google.protobuf.DoubleValue getCursorTupleFraction(); /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ com.google.protobuf.DoubleValueOrBuilder getCursorTupleFractionOrBuilder(); /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the fromCollapseLimit field is set. */ boolean hasFromCollapseLimit(); /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return The fromCollapseLimit. */ com.google.protobuf.Int64Value getFromCollapseLimit(); /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ com.google.protobuf.Int64ValueOrBuilder getFromCollapseLimitOrBuilder(); /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the joinCollapseLimit field is set. */ boolean hasJoinCollapseLimit(); /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return The joinCollapseLimit. */ com.google.protobuf.Int64Value getJoinCollapseLimit(); /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ com.google.protobuf.Int64ValueOrBuilder getJoinCollapseLimitOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The enum numeric value on the wire for forceParallelMode. */ int getForceParallelModeValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The forceParallelMode. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode getForceParallelMode(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The enum numeric value on the wire for clientMinMessages. */ int getClientMinMessagesValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The clientMinMessages. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getClientMinMessages(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The enum numeric value on the wire for logMinMessages. */ int getLogMinMessagesValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The logMinMessages. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinMessages(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The enum numeric value on the wire for logMinErrorStatement. */ int getLogMinErrorStatementValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The logMinErrorStatement. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinErrorStatement(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return Whether the logMinDurationStatement field is set. */ boolean hasLogMinDurationStatement(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return The logMinDurationStatement. */ com.google.protobuf.Int64Value getLogMinDurationStatement(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ com.google.protobuf.Int64ValueOrBuilder getLogMinDurationStatementOrBuilder(); /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return Whether the logCheckpoints field is set. */ boolean hasLogCheckpoints(); /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return The logCheckpoints. */ com.google.protobuf.BoolValue getLogCheckpoints(); /** * .google.protobuf.BoolValue log_checkpoints = 39; */ com.google.protobuf.BoolValueOrBuilder getLogCheckpointsOrBuilder(); /** * .google.protobuf.BoolValue log_connections = 40; * @return Whether the logConnections field is set. */ boolean hasLogConnections(); /** * .google.protobuf.BoolValue log_connections = 40; * @return The logConnections. */ com.google.protobuf.BoolValue getLogConnections(); /** * .google.protobuf.BoolValue log_connections = 40; */ com.google.protobuf.BoolValueOrBuilder getLogConnectionsOrBuilder(); /** * .google.protobuf.BoolValue log_disconnections = 41; * @return Whether the logDisconnections field is set. */ boolean hasLogDisconnections(); /** * .google.protobuf.BoolValue log_disconnections = 41; * @return The logDisconnections. */ com.google.protobuf.BoolValue getLogDisconnections(); /** * .google.protobuf.BoolValue log_disconnections = 41; */ com.google.protobuf.BoolValueOrBuilder getLogDisconnectionsOrBuilder(); /** * .google.protobuf.BoolValue log_duration = 42; * @return Whether the logDuration field is set. */ boolean hasLogDuration(); /** * .google.protobuf.BoolValue log_duration = 42; * @return The logDuration. */ com.google.protobuf.BoolValue getLogDuration(); /** * .google.protobuf.BoolValue log_duration = 42; */ com.google.protobuf.BoolValueOrBuilder getLogDurationOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The enum numeric value on the wire for logErrorVerbosity. */ int getLogErrorVerbosityValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The logErrorVerbosity. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity getLogErrorVerbosity(); /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return Whether the logLockWaits field is set. */ boolean hasLogLockWaits(); /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return The logLockWaits. */ com.google.protobuf.BoolValue getLogLockWaits(); /** * .google.protobuf.BoolValue log_lock_waits = 44; */ com.google.protobuf.BoolValueOrBuilder getLogLockWaitsOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The enum numeric value on the wire for logStatement. */ int getLogStatementValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The logStatement. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement getLogStatement(); /** * .google.protobuf.Int64Value log_temp_files = 46; * @return Whether the logTempFiles field is set. */ boolean hasLogTempFiles(); /** * .google.protobuf.Int64Value log_temp_files = 46; * @return The logTempFiles. */ com.google.protobuf.Int64Value getLogTempFiles(); /** * .google.protobuf.Int64Value log_temp_files = 46; */ com.google.protobuf.Int64ValueOrBuilder getLogTempFilesOrBuilder(); /** * string search_path = 47; * @return The searchPath. */ java.lang.String getSearchPath(); /** * string search_path = 47; * @return The bytes for searchPath. */ com.google.protobuf.ByteString getSearchPathBytes(); /** * .google.protobuf.BoolValue row_security = 48; * @return Whether the rowSecurity field is set. */ boolean hasRowSecurity(); /** * .google.protobuf.BoolValue row_security = 48; * @return The rowSecurity. */ com.google.protobuf.BoolValue getRowSecurity(); /** * .google.protobuf.BoolValue row_security = 48; */ com.google.protobuf.BoolValueOrBuilder getRowSecurityOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The enum numeric value on the wire for defaultTransactionIsolation. */ int getDefaultTransactionIsolationValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The defaultTransactionIsolation. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation getDefaultTransactionIsolation(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return Whether the statementTimeout field is set. */ boolean hasStatementTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return The statementTimeout. */ com.google.protobuf.Int64Value getStatementTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ com.google.protobuf.Int64ValueOrBuilder getStatementTimeoutOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return Whether the lockTimeout field is set. */ boolean hasLockTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return The lockTimeout. */ com.google.protobuf.Int64Value getLockTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ com.google.protobuf.Int64ValueOrBuilder getLockTimeoutOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return Whether the idleInTransactionSessionTimeout field is set. */ boolean hasIdleInTransactionSessionTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return The idleInTransactionSessionTimeout. */ com.google.protobuf.Int64Value getIdleInTransactionSessionTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ com.google.protobuf.Int64ValueOrBuilder getIdleInTransactionSessionTimeoutOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The enum numeric value on the wire for byteaOutput. */ int getByteaOutputValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The byteaOutput. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput getByteaOutput(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The enum numeric value on the wire for xmlbinary. */ int getXmlbinaryValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The xmlbinary. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary getXmlbinary(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The enum numeric value on the wire for xmloption. */ int getXmloptionValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The xmloption. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption getXmloption(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return Whether the ginPendingListLimit field is set. */ boolean hasGinPendingListLimit(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return The ginPendingListLimit. */ com.google.protobuf.Int64Value getGinPendingListLimit(); /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ com.google.protobuf.Int64ValueOrBuilder getGinPendingListLimitOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return Whether the deadlockTimeout field is set. */ boolean hasDeadlockTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return The deadlockTimeout. */ com.google.protobuf.Int64Value getDeadlockTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ com.google.protobuf.Int64ValueOrBuilder getDeadlockTimeoutOrBuilder(); /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return Whether the maxLocksPerTransaction field is set. */ boolean hasMaxLocksPerTransaction(); /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return The maxLocksPerTransaction. */ com.google.protobuf.Int64Value getMaxLocksPerTransaction(); /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ com.google.protobuf.Int64ValueOrBuilder getMaxLocksPerTransactionOrBuilder(); /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return Whether the maxPredLocksPerTransaction field is set. */ boolean hasMaxPredLocksPerTransaction(); /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return The maxPredLocksPerTransaction. */ com.google.protobuf.Int64Value getMaxPredLocksPerTransaction(); /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ com.google.protobuf.Int64ValueOrBuilder getMaxPredLocksPerTransactionOrBuilder(); /** * .google.protobuf.BoolValue array_nulls = 60; * @return Whether the arrayNulls field is set. */ boolean hasArrayNulls(); /** * .google.protobuf.BoolValue array_nulls = 60; * @return The arrayNulls. */ com.google.protobuf.BoolValue getArrayNulls(); /** * .google.protobuf.BoolValue array_nulls = 60; */ com.google.protobuf.BoolValueOrBuilder getArrayNullsOrBuilder(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The enum numeric value on the wire for backslashQuote. */ int getBackslashQuoteValue(); /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The backslashQuote. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote getBackslashQuote(); /** * .google.protobuf.BoolValue default_with_oids = 62; * @return Whether the defaultWithOids field is set. */ boolean hasDefaultWithOids(); /** * .google.protobuf.BoolValue default_with_oids = 62; * @return The defaultWithOids. */ com.google.protobuf.BoolValue getDefaultWithOids(); /** * .google.protobuf.BoolValue default_with_oids = 62; */ com.google.protobuf.BoolValueOrBuilder getDefaultWithOidsOrBuilder(); /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return Whether the escapeStringWarning field is set. */ boolean hasEscapeStringWarning(); /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return The escapeStringWarning. */ com.google.protobuf.BoolValue getEscapeStringWarning(); /** * .google.protobuf.BoolValue escape_string_warning = 63; */ com.google.protobuf.BoolValueOrBuilder getEscapeStringWarningOrBuilder(); /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return Whether the loCompatPrivileges field is set. */ boolean hasLoCompatPrivileges(); /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return The loCompatPrivileges. */ com.google.protobuf.BoolValue getLoCompatPrivileges(); /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ com.google.protobuf.BoolValueOrBuilder getLoCompatPrivilegesOrBuilder(); /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return Whether the operatorPrecedenceWarning field is set. */ boolean hasOperatorPrecedenceWarning(); /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return The operatorPrecedenceWarning. */ com.google.protobuf.BoolValue getOperatorPrecedenceWarning(); /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ com.google.protobuf.BoolValueOrBuilder getOperatorPrecedenceWarningOrBuilder(); /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return Whether the quoteAllIdentifiers field is set. */ boolean hasQuoteAllIdentifiers(); /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return The quoteAllIdentifiers. */ com.google.protobuf.BoolValue getQuoteAllIdentifiers(); /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ com.google.protobuf.BoolValueOrBuilder getQuoteAllIdentifiersOrBuilder(); /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return Whether the standardConformingStrings field is set. */ boolean hasStandardConformingStrings(); /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return The standardConformingStrings. */ com.google.protobuf.BoolValue getStandardConformingStrings(); /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ com.google.protobuf.BoolValueOrBuilder getStandardConformingStringsOrBuilder(); /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return Whether the synchronizeSeqscans field is set. */ boolean hasSynchronizeSeqscans(); /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return The synchronizeSeqscans. */ com.google.protobuf.BoolValue getSynchronizeSeqscans(); /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ com.google.protobuf.BoolValueOrBuilder getSynchronizeSeqscansOrBuilder(); /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return Whether the transformNullEquals field is set. */ boolean hasTransformNullEquals(); /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return The transformNullEquals. */ com.google.protobuf.BoolValue getTransformNullEquals(); /** * .google.protobuf.BoolValue transform_null_equals = 69; */ com.google.protobuf.BoolValueOrBuilder getTransformNullEqualsOrBuilder(); /** * .google.protobuf.BoolValue exit_on_error = 70; * @return Whether the exitOnError field is set. */ boolean hasExitOnError(); /** * .google.protobuf.BoolValue exit_on_error = 70; * @return The exitOnError. */ com.google.protobuf.BoolValue getExitOnError(); /** * .google.protobuf.BoolValue exit_on_error = 70; */ com.google.protobuf.BoolValueOrBuilder getExitOnErrorOrBuilder(); /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return Whether the seqPageCost field is set. */ boolean hasSeqPageCost(); /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return The seqPageCost. */ com.google.protobuf.DoubleValue getSeqPageCost(); /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ com.google.protobuf.DoubleValueOrBuilder getSeqPageCostOrBuilder(); /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return Whether the randomPageCost field is set. */ boolean hasRandomPageCost(); /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return The randomPageCost. */ com.google.protobuf.DoubleValue getRandomPageCost(); /** * .google.protobuf.DoubleValue random_page_cost = 72; */ com.google.protobuf.DoubleValueOrBuilder getRandomPageCostOrBuilder(); /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return Whether the sqlInheritance field is set. */ boolean hasSqlInheritance(); /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return The sqlInheritance. */ com.google.protobuf.BoolValue getSqlInheritance(); /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ com.google.protobuf.BoolValueOrBuilder getSqlInheritanceOrBuilder(); /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return Whether the autovacuumMaxWorkers field is set. */ boolean hasAutovacuumMaxWorkers(); /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return The autovacuumMaxWorkers. */ com.google.protobuf.Int64Value getAutovacuumMaxWorkers(); /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ com.google.protobuf.Int64ValueOrBuilder getAutovacuumMaxWorkersOrBuilder(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return Whether the autovacuumVacuumCostDelay field is set. */ boolean hasAutovacuumVacuumCostDelay(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return The autovacuumVacuumCostDelay. */ com.google.protobuf.Int64Value getAutovacuumVacuumCostDelay(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostDelayOrBuilder(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return Whether the autovacuumVacuumCostLimit field is set. */ boolean hasAutovacuumVacuumCostLimit(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return The autovacuumVacuumCostLimit. */ com.google.protobuf.Int64Value getAutovacuumVacuumCostLimit(); /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostLimitOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return Whether the autovacuumNaptime field is set. */ boolean hasAutovacuumNaptime(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return The autovacuumNaptime. */ com.google.protobuf.Int64Value getAutovacuumNaptime(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ com.google.protobuf.Int64ValueOrBuilder getAutovacuumNaptimeOrBuilder(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return Whether the archiveTimeout field is set. */ boolean hasArchiveTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return The archiveTimeout. */ com.google.protobuf.Int64Value getArchiveTimeout(); /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ com.google.protobuf.Int64ValueOrBuilder getArchiveTimeoutOrBuilder(); /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return Whether the trackActivityQuerySize field is set. */ boolean hasTrackActivityQuerySize(); /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return The trackActivityQuerySize. */ com.google.protobuf.Int64Value getTrackActivityQuerySize(); /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ com.google.protobuf.Int64ValueOrBuilder getTrackActivityQuerySizeOrBuilder(); /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return Whether the effectiveIoConcurrency field is set. */ boolean hasEffectiveIoConcurrency(); /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return The effectiveIoConcurrency. */ com.google.protobuf.Int64Value getEffectiveIoConcurrency(); /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ com.google.protobuf.Int64ValueOrBuilder getEffectiveIoConcurrencyOrBuilder(); /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return Whether the effectiveCacheSize field is set. */ boolean hasEffectiveCacheSize(); /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return The effectiveCacheSize. */ com.google.protobuf.Int64Value getEffectiveCacheSize(); /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ com.google.protobuf.Int64ValueOrBuilder getEffectiveCacheSizeOrBuilder(); } /** *
   * Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file
   * parameters whose detailed description is available in
   * [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/static/runtime-config).
   * 
* * Protobuf type {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6} */ public static final class PostgresqlConfig9_6 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6) PostgresqlConfig9_6OrBuilder { private static final long serialVersionUID = 0L; // Use PostgresqlConfig9_6.newBuilder() to construct. private PostgresqlConfig9_6(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PostgresqlConfig9_6() { walLevel_ = 0; synchronousCommit_ = 0; constraintExclusion_ = 0; forceParallelMode_ = 0; clientMinMessages_ = 0; logMinMessages_ = 0; logMinErrorStatement_ = 0; logErrorVerbosity_ = 0; logStatement_ = 0; searchPath_ = ""; defaultTransactionIsolation_ = 0; byteaOutput_ = 0; xmlbinary_ = 0; xmloption_ = 0; backslashQuote_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PostgresqlConfig9_6(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PostgresqlConfig9_6( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxConnections_ != null) { subBuilder = maxConnections_.toBuilder(); } maxConnections_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxConnections_); maxConnections_ = subBuilder.buildPartial(); } break; } case 18: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (sharedBuffers_ != null) { subBuilder = sharedBuffers_.toBuilder(); } sharedBuffers_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(sharedBuffers_); sharedBuffers_ = subBuilder.buildPartial(); } break; } case 26: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (tempBuffers_ != null) { subBuilder = tempBuffers_.toBuilder(); } tempBuffers_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(tempBuffers_); tempBuffers_ = subBuilder.buildPartial(); } break; } case 34: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxPreparedTransactions_ != null) { subBuilder = maxPreparedTransactions_.toBuilder(); } maxPreparedTransactions_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxPreparedTransactions_); maxPreparedTransactions_ = subBuilder.buildPartial(); } break; } case 42: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (workMem_ != null) { subBuilder = workMem_.toBuilder(); } workMem_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(workMem_); workMem_ = subBuilder.buildPartial(); } break; } case 50: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maintenanceWorkMem_ != null) { subBuilder = maintenanceWorkMem_.toBuilder(); } maintenanceWorkMem_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maintenanceWorkMem_); maintenanceWorkMem_ = subBuilder.buildPartial(); } break; } case 58: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (replacementSortTuples_ != null) { subBuilder = replacementSortTuples_.toBuilder(); } replacementSortTuples_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(replacementSortTuples_); replacementSortTuples_ = subBuilder.buildPartial(); } break; } case 66: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (autovacuumWorkMem_ != null) { subBuilder = autovacuumWorkMem_.toBuilder(); } autovacuumWorkMem_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(autovacuumWorkMem_); autovacuumWorkMem_ = subBuilder.buildPartial(); } break; } case 74: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (tempFileLimit_ != null) { subBuilder = tempFileLimit_.toBuilder(); } tempFileLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(tempFileLimit_); tempFileLimit_ = subBuilder.buildPartial(); } break; } case 82: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (vacuumCostDelay_ != null) { subBuilder = vacuumCostDelay_.toBuilder(); } vacuumCostDelay_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(vacuumCostDelay_); vacuumCostDelay_ = subBuilder.buildPartial(); } break; } case 90: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (vacuumCostPageHit_ != null) { subBuilder = vacuumCostPageHit_.toBuilder(); } vacuumCostPageHit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(vacuumCostPageHit_); vacuumCostPageHit_ = subBuilder.buildPartial(); } break; } case 98: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (vacuumCostPageMiss_ != null) { subBuilder = vacuumCostPageMiss_.toBuilder(); } vacuumCostPageMiss_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(vacuumCostPageMiss_); vacuumCostPageMiss_ = subBuilder.buildPartial(); } break; } case 106: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (vacuumCostPageDirty_ != null) { subBuilder = vacuumCostPageDirty_.toBuilder(); } vacuumCostPageDirty_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(vacuumCostPageDirty_); vacuumCostPageDirty_ = subBuilder.buildPartial(); } break; } case 114: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (vacuumCostLimit_ != null) { subBuilder = vacuumCostLimit_.toBuilder(); } vacuumCostLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(vacuumCostLimit_); vacuumCostLimit_ = subBuilder.buildPartial(); } break; } case 122: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (bgwriterDelay_ != null) { subBuilder = bgwriterDelay_.toBuilder(); } bgwriterDelay_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(bgwriterDelay_); bgwriterDelay_ = subBuilder.buildPartial(); } break; } case 130: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (bgwriterLruMaxpages_ != null) { subBuilder = bgwriterLruMaxpages_.toBuilder(); } bgwriterLruMaxpages_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(bgwriterLruMaxpages_); bgwriterLruMaxpages_ = subBuilder.buildPartial(); } break; } case 138: { com.google.protobuf.DoubleValue.Builder subBuilder = null; if (bgwriterLruMultiplier_ != null) { subBuilder = bgwriterLruMultiplier_.toBuilder(); } bgwriterLruMultiplier_ = input.readMessage(com.google.protobuf.DoubleValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(bgwriterLruMultiplier_); bgwriterLruMultiplier_ = subBuilder.buildPartial(); } break; } case 146: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (bgwriterFlushAfter_ != null) { subBuilder = bgwriterFlushAfter_.toBuilder(); } bgwriterFlushAfter_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(bgwriterFlushAfter_); bgwriterFlushAfter_ = subBuilder.buildPartial(); } break; } case 154: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (backendFlushAfter_ != null) { subBuilder = backendFlushAfter_.toBuilder(); } backendFlushAfter_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(backendFlushAfter_); backendFlushAfter_ = subBuilder.buildPartial(); } break; } case 162: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (oldSnapshotThreshold_ != null) { subBuilder = oldSnapshotThreshold_.toBuilder(); } oldSnapshotThreshold_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(oldSnapshotThreshold_); oldSnapshotThreshold_ = subBuilder.buildPartial(); } break; } case 168: { int rawValue = input.readEnum(); walLevel_ = rawValue; break; } case 176: { int rawValue = input.readEnum(); synchronousCommit_ = rawValue; break; } case 186: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (checkpointTimeout_ != null) { subBuilder = checkpointTimeout_.toBuilder(); } checkpointTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(checkpointTimeout_); checkpointTimeout_ = subBuilder.buildPartial(); } break; } case 194: { com.google.protobuf.DoubleValue.Builder subBuilder = null; if (checkpointCompletionTarget_ != null) { subBuilder = checkpointCompletionTarget_.toBuilder(); } checkpointCompletionTarget_ = input.readMessage(com.google.protobuf.DoubleValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(checkpointCompletionTarget_); checkpointCompletionTarget_ = subBuilder.buildPartial(); } break; } case 202: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (checkpointFlushAfter_ != null) { subBuilder = checkpointFlushAfter_.toBuilder(); } checkpointFlushAfter_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(checkpointFlushAfter_); checkpointFlushAfter_ = subBuilder.buildPartial(); } break; } case 210: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxWalSize_ != null) { subBuilder = maxWalSize_.toBuilder(); } maxWalSize_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxWalSize_); maxWalSize_ = subBuilder.buildPartial(); } break; } case 218: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (minWalSize_ != null) { subBuilder = minWalSize_.toBuilder(); } minWalSize_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(minWalSize_); minWalSize_ = subBuilder.buildPartial(); } break; } case 226: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxStandbyStreamingDelay_ != null) { subBuilder = maxStandbyStreamingDelay_.toBuilder(); } maxStandbyStreamingDelay_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxStandbyStreamingDelay_); maxStandbyStreamingDelay_ = subBuilder.buildPartial(); } break; } case 234: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (defaultStatisticsTarget_ != null) { subBuilder = defaultStatisticsTarget_.toBuilder(); } defaultStatisticsTarget_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(defaultStatisticsTarget_); defaultStatisticsTarget_ = subBuilder.buildPartial(); } break; } case 240: { int rawValue = input.readEnum(); constraintExclusion_ = rawValue; break; } case 250: { com.google.protobuf.DoubleValue.Builder subBuilder = null; if (cursorTupleFraction_ != null) { subBuilder = cursorTupleFraction_.toBuilder(); } cursorTupleFraction_ = input.readMessage(com.google.protobuf.DoubleValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(cursorTupleFraction_); cursorTupleFraction_ = subBuilder.buildPartial(); } break; } case 258: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (fromCollapseLimit_ != null) { subBuilder = fromCollapseLimit_.toBuilder(); } fromCollapseLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(fromCollapseLimit_); fromCollapseLimit_ = subBuilder.buildPartial(); } break; } case 266: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (joinCollapseLimit_ != null) { subBuilder = joinCollapseLimit_.toBuilder(); } joinCollapseLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(joinCollapseLimit_); joinCollapseLimit_ = subBuilder.buildPartial(); } break; } case 272: { int rawValue = input.readEnum(); forceParallelMode_ = rawValue; break; } case 280: { int rawValue = input.readEnum(); clientMinMessages_ = rawValue; break; } case 288: { int rawValue = input.readEnum(); logMinMessages_ = rawValue; break; } case 296: { int rawValue = input.readEnum(); logMinErrorStatement_ = rawValue; break; } case 306: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (logMinDurationStatement_ != null) { subBuilder = logMinDurationStatement_.toBuilder(); } logMinDurationStatement_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logMinDurationStatement_); logMinDurationStatement_ = subBuilder.buildPartial(); } break; } case 314: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (logCheckpoints_ != null) { subBuilder = logCheckpoints_.toBuilder(); } logCheckpoints_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logCheckpoints_); logCheckpoints_ = subBuilder.buildPartial(); } break; } case 322: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (logConnections_ != null) { subBuilder = logConnections_.toBuilder(); } logConnections_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logConnections_); logConnections_ = subBuilder.buildPartial(); } break; } case 330: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (logDisconnections_ != null) { subBuilder = logDisconnections_.toBuilder(); } logDisconnections_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logDisconnections_); logDisconnections_ = subBuilder.buildPartial(); } break; } case 338: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (logDuration_ != null) { subBuilder = logDuration_.toBuilder(); } logDuration_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logDuration_); logDuration_ = subBuilder.buildPartial(); } break; } case 344: { int rawValue = input.readEnum(); logErrorVerbosity_ = rawValue; break; } case 354: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (logLockWaits_ != null) { subBuilder = logLockWaits_.toBuilder(); } logLockWaits_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logLockWaits_); logLockWaits_ = subBuilder.buildPartial(); } break; } case 360: { int rawValue = input.readEnum(); logStatement_ = rawValue; break; } case 370: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (logTempFiles_ != null) { subBuilder = logTempFiles_.toBuilder(); } logTempFiles_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(logTempFiles_); logTempFiles_ = subBuilder.buildPartial(); } break; } case 378: { java.lang.String s = input.readStringRequireUtf8(); searchPath_ = s; break; } case 386: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (rowSecurity_ != null) { subBuilder = rowSecurity_.toBuilder(); } rowSecurity_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(rowSecurity_); rowSecurity_ = subBuilder.buildPartial(); } break; } case 392: { int rawValue = input.readEnum(); defaultTransactionIsolation_ = rawValue; break; } case 402: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (statementTimeout_ != null) { subBuilder = statementTimeout_.toBuilder(); } statementTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(statementTimeout_); statementTimeout_ = subBuilder.buildPartial(); } break; } case 410: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (lockTimeout_ != null) { subBuilder = lockTimeout_.toBuilder(); } lockTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(lockTimeout_); lockTimeout_ = subBuilder.buildPartial(); } break; } case 418: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (idleInTransactionSessionTimeout_ != null) { subBuilder = idleInTransactionSessionTimeout_.toBuilder(); } idleInTransactionSessionTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(idleInTransactionSessionTimeout_); idleInTransactionSessionTimeout_ = subBuilder.buildPartial(); } break; } case 424: { int rawValue = input.readEnum(); byteaOutput_ = rawValue; break; } case 432: { int rawValue = input.readEnum(); xmlbinary_ = rawValue; break; } case 440: { int rawValue = input.readEnum(); xmloption_ = rawValue; break; } case 450: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (ginPendingListLimit_ != null) { subBuilder = ginPendingListLimit_.toBuilder(); } ginPendingListLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(ginPendingListLimit_); ginPendingListLimit_ = subBuilder.buildPartial(); } break; } case 458: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (deadlockTimeout_ != null) { subBuilder = deadlockTimeout_.toBuilder(); } deadlockTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(deadlockTimeout_); deadlockTimeout_ = subBuilder.buildPartial(); } break; } case 466: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxLocksPerTransaction_ != null) { subBuilder = maxLocksPerTransaction_.toBuilder(); } maxLocksPerTransaction_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxLocksPerTransaction_); maxLocksPerTransaction_ = subBuilder.buildPartial(); } break; } case 474: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (maxPredLocksPerTransaction_ != null) { subBuilder = maxPredLocksPerTransaction_.toBuilder(); } maxPredLocksPerTransaction_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(maxPredLocksPerTransaction_); maxPredLocksPerTransaction_ = subBuilder.buildPartial(); } break; } case 482: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (arrayNulls_ != null) { subBuilder = arrayNulls_.toBuilder(); } arrayNulls_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(arrayNulls_); arrayNulls_ = subBuilder.buildPartial(); } break; } case 488: { int rawValue = input.readEnum(); backslashQuote_ = rawValue; break; } case 498: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (defaultWithOids_ != null) { subBuilder = defaultWithOids_.toBuilder(); } defaultWithOids_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(defaultWithOids_); defaultWithOids_ = subBuilder.buildPartial(); } break; } case 506: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (escapeStringWarning_ != null) { subBuilder = escapeStringWarning_.toBuilder(); } escapeStringWarning_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(escapeStringWarning_); escapeStringWarning_ = subBuilder.buildPartial(); } break; } case 514: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (loCompatPrivileges_ != null) { subBuilder = loCompatPrivileges_.toBuilder(); } loCompatPrivileges_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(loCompatPrivileges_); loCompatPrivileges_ = subBuilder.buildPartial(); } break; } case 522: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (operatorPrecedenceWarning_ != null) { subBuilder = operatorPrecedenceWarning_.toBuilder(); } operatorPrecedenceWarning_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(operatorPrecedenceWarning_); operatorPrecedenceWarning_ = subBuilder.buildPartial(); } break; } case 530: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (quoteAllIdentifiers_ != null) { subBuilder = quoteAllIdentifiers_.toBuilder(); } quoteAllIdentifiers_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(quoteAllIdentifiers_); quoteAllIdentifiers_ = subBuilder.buildPartial(); } break; } case 538: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (standardConformingStrings_ != null) { subBuilder = standardConformingStrings_.toBuilder(); } standardConformingStrings_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(standardConformingStrings_); standardConformingStrings_ = subBuilder.buildPartial(); } break; } case 546: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (synchronizeSeqscans_ != null) { subBuilder = synchronizeSeqscans_.toBuilder(); } synchronizeSeqscans_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(synchronizeSeqscans_); synchronizeSeqscans_ = subBuilder.buildPartial(); } break; } case 554: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (transformNullEquals_ != null) { subBuilder = transformNullEquals_.toBuilder(); } transformNullEquals_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(transformNullEquals_); transformNullEquals_ = subBuilder.buildPartial(); } break; } case 562: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (exitOnError_ != null) { subBuilder = exitOnError_.toBuilder(); } exitOnError_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(exitOnError_); exitOnError_ = subBuilder.buildPartial(); } break; } case 570: { com.google.protobuf.DoubleValue.Builder subBuilder = null; if (seqPageCost_ != null) { subBuilder = seqPageCost_.toBuilder(); } seqPageCost_ = input.readMessage(com.google.protobuf.DoubleValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(seqPageCost_); seqPageCost_ = subBuilder.buildPartial(); } break; } case 578: { com.google.protobuf.DoubleValue.Builder subBuilder = null; if (randomPageCost_ != null) { subBuilder = randomPageCost_.toBuilder(); } randomPageCost_ = input.readMessage(com.google.protobuf.DoubleValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(randomPageCost_); randomPageCost_ = subBuilder.buildPartial(); } break; } case 586: { com.google.protobuf.BoolValue.Builder subBuilder = null; if (sqlInheritance_ != null) { subBuilder = sqlInheritance_.toBuilder(); } sqlInheritance_ = input.readMessage(com.google.protobuf.BoolValue.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(sqlInheritance_); sqlInheritance_ = subBuilder.buildPartial(); } break; } case 594: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (autovacuumMaxWorkers_ != null) { subBuilder = autovacuumMaxWorkers_.toBuilder(); } autovacuumMaxWorkers_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(autovacuumMaxWorkers_); autovacuumMaxWorkers_ = subBuilder.buildPartial(); } break; } case 602: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (autovacuumVacuumCostDelay_ != null) { subBuilder = autovacuumVacuumCostDelay_.toBuilder(); } autovacuumVacuumCostDelay_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(autovacuumVacuumCostDelay_); autovacuumVacuumCostDelay_ = subBuilder.buildPartial(); } break; } case 610: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (autovacuumVacuumCostLimit_ != null) { subBuilder = autovacuumVacuumCostLimit_.toBuilder(); } autovacuumVacuumCostLimit_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(autovacuumVacuumCostLimit_); autovacuumVacuumCostLimit_ = subBuilder.buildPartial(); } break; } case 618: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (autovacuumNaptime_ != null) { subBuilder = autovacuumNaptime_.toBuilder(); } autovacuumNaptime_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(autovacuumNaptime_); autovacuumNaptime_ = subBuilder.buildPartial(); } break; } case 626: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (archiveTimeout_ != null) { subBuilder = archiveTimeout_.toBuilder(); } archiveTimeout_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(archiveTimeout_); archiveTimeout_ = subBuilder.buildPartial(); } break; } case 634: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (trackActivityQuerySize_ != null) { subBuilder = trackActivityQuerySize_.toBuilder(); } trackActivityQuerySize_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(trackActivityQuerySize_); trackActivityQuerySize_ = subBuilder.buildPartial(); } break; } case 642: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (effectiveIoConcurrency_ != null) { subBuilder = effectiveIoConcurrency_.toBuilder(); } effectiveIoConcurrency_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(effectiveIoConcurrency_); effectiveIoConcurrency_ = subBuilder.buildPartial(); } break; } case 650: { com.google.protobuf.Int64Value.Builder subBuilder = null; if (effectiveCacheSize_ != null) { subBuilder = effectiveCacheSize_.toBuilder(); } effectiveCacheSize_ = input.readMessage(com.google.protobuf.Int64Value.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(effectiveCacheSize_); effectiveCacheSize_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.class, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder.class); } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel} */ public enum WalLevel implements com.google.protobuf.ProtocolMessageEnum { /** * WAL_LEVEL_UNSPECIFIED = 0; */ WAL_LEVEL_UNSPECIFIED(0), /** * WAL_LEVEL_REPLICA = 1; */ WAL_LEVEL_REPLICA(1), /** * WAL_LEVEL_LOGICAL = 2; */ WAL_LEVEL_LOGICAL(2), UNRECOGNIZED(-1), ; /** * WAL_LEVEL_UNSPECIFIED = 0; */ public static final int WAL_LEVEL_UNSPECIFIED_VALUE = 0; /** * WAL_LEVEL_REPLICA = 1; */ public static final int WAL_LEVEL_REPLICA_VALUE = 1; /** * WAL_LEVEL_LOGICAL = 2; */ public static final int WAL_LEVEL_LOGICAL_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static WalLevel valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static WalLevel forNumber(int value) { switch (value) { case 0: return WAL_LEVEL_UNSPECIFIED; case 1: return WAL_LEVEL_REPLICA; case 2: return WAL_LEVEL_LOGICAL; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< WalLevel> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public WalLevel findValueByNumber(int number) { return WalLevel.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(0); } private static final WalLevel[] VALUES = values(); public static WalLevel valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private WalLevel(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit} */ public enum SynchronousCommit implements com.google.protobuf.ProtocolMessageEnum { /** * SYNCHRONOUS_COMMIT_UNSPECIFIED = 0; */ SYNCHRONOUS_COMMIT_UNSPECIFIED(0), /** * SYNCHRONOUS_COMMIT_ON = 1; */ SYNCHRONOUS_COMMIT_ON(1), /** * SYNCHRONOUS_COMMIT_OFF = 2; */ SYNCHRONOUS_COMMIT_OFF(2), /** * SYNCHRONOUS_COMMIT_LOCAL = 3; */ SYNCHRONOUS_COMMIT_LOCAL(3), /** * SYNCHRONOUS_COMMIT_REMOTE_WRITE = 4; */ SYNCHRONOUS_COMMIT_REMOTE_WRITE(4), /** * SYNCHRONOUS_COMMIT_REMOTE_APPLY = 5; */ SYNCHRONOUS_COMMIT_REMOTE_APPLY(5), UNRECOGNIZED(-1), ; /** * SYNCHRONOUS_COMMIT_UNSPECIFIED = 0; */ public static final int SYNCHRONOUS_COMMIT_UNSPECIFIED_VALUE = 0; /** * SYNCHRONOUS_COMMIT_ON = 1; */ public static final int SYNCHRONOUS_COMMIT_ON_VALUE = 1; /** * SYNCHRONOUS_COMMIT_OFF = 2; */ public static final int SYNCHRONOUS_COMMIT_OFF_VALUE = 2; /** * SYNCHRONOUS_COMMIT_LOCAL = 3; */ public static final int SYNCHRONOUS_COMMIT_LOCAL_VALUE = 3; /** * SYNCHRONOUS_COMMIT_REMOTE_WRITE = 4; */ public static final int SYNCHRONOUS_COMMIT_REMOTE_WRITE_VALUE = 4; /** * SYNCHRONOUS_COMMIT_REMOTE_APPLY = 5; */ public static final int SYNCHRONOUS_COMMIT_REMOTE_APPLY_VALUE = 5; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static SynchronousCommit valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static SynchronousCommit forNumber(int value) { switch (value) { case 0: return SYNCHRONOUS_COMMIT_UNSPECIFIED; case 1: return SYNCHRONOUS_COMMIT_ON; case 2: return SYNCHRONOUS_COMMIT_OFF; case 3: return SYNCHRONOUS_COMMIT_LOCAL; case 4: return SYNCHRONOUS_COMMIT_REMOTE_WRITE; case 5: return SYNCHRONOUS_COMMIT_REMOTE_APPLY; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< SynchronousCommit> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public SynchronousCommit findValueByNumber(int number) { return SynchronousCommit.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(1); } private static final SynchronousCommit[] VALUES = values(); public static SynchronousCommit valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private SynchronousCommit(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion} */ public enum ConstraintExclusion implements com.google.protobuf.ProtocolMessageEnum { /** * CONSTRAINT_EXCLUSION_UNSPECIFIED = 0; */ CONSTRAINT_EXCLUSION_UNSPECIFIED(0), /** * CONSTRAINT_EXCLUSION_ON = 1; */ CONSTRAINT_EXCLUSION_ON(1), /** * CONSTRAINT_EXCLUSION_OFF = 2; */ CONSTRAINT_EXCLUSION_OFF(2), /** * CONSTRAINT_EXCLUSION_PARTITION = 3; */ CONSTRAINT_EXCLUSION_PARTITION(3), UNRECOGNIZED(-1), ; /** * CONSTRAINT_EXCLUSION_UNSPECIFIED = 0; */ public static final int CONSTRAINT_EXCLUSION_UNSPECIFIED_VALUE = 0; /** * CONSTRAINT_EXCLUSION_ON = 1; */ public static final int CONSTRAINT_EXCLUSION_ON_VALUE = 1; /** * CONSTRAINT_EXCLUSION_OFF = 2; */ public static final int CONSTRAINT_EXCLUSION_OFF_VALUE = 2; /** * CONSTRAINT_EXCLUSION_PARTITION = 3; */ public static final int CONSTRAINT_EXCLUSION_PARTITION_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ConstraintExclusion valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static ConstraintExclusion forNumber(int value) { switch (value) { case 0: return CONSTRAINT_EXCLUSION_UNSPECIFIED; case 1: return CONSTRAINT_EXCLUSION_ON; case 2: return CONSTRAINT_EXCLUSION_OFF; case 3: return CONSTRAINT_EXCLUSION_PARTITION; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< ConstraintExclusion> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public ConstraintExclusion findValueByNumber(int number) { return ConstraintExclusion.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(2); } private static final ConstraintExclusion[] VALUES = values(); public static ConstraintExclusion valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private ConstraintExclusion(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode} */ public enum ForceParallelMode implements com.google.protobuf.ProtocolMessageEnum { /** * FORCE_PARALLEL_MODE_UNSPECIFIED = 0; */ FORCE_PARALLEL_MODE_UNSPECIFIED(0), /** * FORCE_PARALLEL_MODE_ON = 1; */ FORCE_PARALLEL_MODE_ON(1), /** * FORCE_PARALLEL_MODE_OFF = 2; */ FORCE_PARALLEL_MODE_OFF(2), /** * FORCE_PARALLEL_MODE_REGRESS = 3; */ FORCE_PARALLEL_MODE_REGRESS(3), UNRECOGNIZED(-1), ; /** * FORCE_PARALLEL_MODE_UNSPECIFIED = 0; */ public static final int FORCE_PARALLEL_MODE_UNSPECIFIED_VALUE = 0; /** * FORCE_PARALLEL_MODE_ON = 1; */ public static final int FORCE_PARALLEL_MODE_ON_VALUE = 1; /** * FORCE_PARALLEL_MODE_OFF = 2; */ public static final int FORCE_PARALLEL_MODE_OFF_VALUE = 2; /** * FORCE_PARALLEL_MODE_REGRESS = 3; */ public static final int FORCE_PARALLEL_MODE_REGRESS_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ForceParallelMode valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static ForceParallelMode forNumber(int value) { switch (value) { case 0: return FORCE_PARALLEL_MODE_UNSPECIFIED; case 1: return FORCE_PARALLEL_MODE_ON; case 2: return FORCE_PARALLEL_MODE_OFF; case 3: return FORCE_PARALLEL_MODE_REGRESS; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< ForceParallelMode> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public ForceParallelMode findValueByNumber(int number) { return ForceParallelMode.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(3); } private static final ForceParallelMode[] VALUES = values(); public static ForceParallelMode valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private ForceParallelMode(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel} */ public enum LogLevel implements com.google.protobuf.ProtocolMessageEnum { /** * LOG_LEVEL_UNSPECIFIED = 0; */ LOG_LEVEL_UNSPECIFIED(0), /** * LOG_LEVEL_DEBUG5 = 1; */ LOG_LEVEL_DEBUG5(1), /** * LOG_LEVEL_DEBUG4 = 2; */ LOG_LEVEL_DEBUG4(2), /** * LOG_LEVEL_DEBUG3 = 3; */ LOG_LEVEL_DEBUG3(3), /** * LOG_LEVEL_DEBUG2 = 4; */ LOG_LEVEL_DEBUG2(4), /** * LOG_LEVEL_DEBUG1 = 5; */ LOG_LEVEL_DEBUG1(5), /** * LOG_LEVEL_LOG = 6; */ LOG_LEVEL_LOG(6), /** * LOG_LEVEL_NOTICE = 7; */ LOG_LEVEL_NOTICE(7), /** * LOG_LEVEL_WARNING = 8; */ LOG_LEVEL_WARNING(8), /** * LOG_LEVEL_ERROR = 9; */ LOG_LEVEL_ERROR(9), /** * LOG_LEVEL_FATAL = 10; */ LOG_LEVEL_FATAL(10), /** * LOG_LEVEL_PANIC = 11; */ LOG_LEVEL_PANIC(11), UNRECOGNIZED(-1), ; /** * LOG_LEVEL_UNSPECIFIED = 0; */ public static final int LOG_LEVEL_UNSPECIFIED_VALUE = 0; /** * LOG_LEVEL_DEBUG5 = 1; */ public static final int LOG_LEVEL_DEBUG5_VALUE = 1; /** * LOG_LEVEL_DEBUG4 = 2; */ public static final int LOG_LEVEL_DEBUG4_VALUE = 2; /** * LOG_LEVEL_DEBUG3 = 3; */ public static final int LOG_LEVEL_DEBUG3_VALUE = 3; /** * LOG_LEVEL_DEBUG2 = 4; */ public static final int LOG_LEVEL_DEBUG2_VALUE = 4; /** * LOG_LEVEL_DEBUG1 = 5; */ public static final int LOG_LEVEL_DEBUG1_VALUE = 5; /** * LOG_LEVEL_LOG = 6; */ public static final int LOG_LEVEL_LOG_VALUE = 6; /** * LOG_LEVEL_NOTICE = 7; */ public static final int LOG_LEVEL_NOTICE_VALUE = 7; /** * LOG_LEVEL_WARNING = 8; */ public static final int LOG_LEVEL_WARNING_VALUE = 8; /** * LOG_LEVEL_ERROR = 9; */ public static final int LOG_LEVEL_ERROR_VALUE = 9; /** * LOG_LEVEL_FATAL = 10; */ public static final int LOG_LEVEL_FATAL_VALUE = 10; /** * LOG_LEVEL_PANIC = 11; */ public static final int LOG_LEVEL_PANIC_VALUE = 11; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static LogLevel valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static LogLevel forNumber(int value) { switch (value) { case 0: return LOG_LEVEL_UNSPECIFIED; case 1: return LOG_LEVEL_DEBUG5; case 2: return LOG_LEVEL_DEBUG4; case 3: return LOG_LEVEL_DEBUG3; case 4: return LOG_LEVEL_DEBUG2; case 5: return LOG_LEVEL_DEBUG1; case 6: return LOG_LEVEL_LOG; case 7: return LOG_LEVEL_NOTICE; case 8: return LOG_LEVEL_WARNING; case 9: return LOG_LEVEL_ERROR; case 10: return LOG_LEVEL_FATAL; case 11: return LOG_LEVEL_PANIC; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< LogLevel> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public LogLevel findValueByNumber(int number) { return LogLevel.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(4); } private static final LogLevel[] VALUES = values(); public static LogLevel valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private LogLevel(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity} */ public enum LogErrorVerbosity implements com.google.protobuf.ProtocolMessageEnum { /** * LOG_ERROR_VERBOSITY_UNSPECIFIED = 0; */ LOG_ERROR_VERBOSITY_UNSPECIFIED(0), /** * LOG_ERROR_VERBOSITY_TERSE = 1; */ LOG_ERROR_VERBOSITY_TERSE(1), /** * LOG_ERROR_VERBOSITY_DEFAULT = 2; */ LOG_ERROR_VERBOSITY_DEFAULT(2), /** * LOG_ERROR_VERBOSITY_VERBOSE = 3; */ LOG_ERROR_VERBOSITY_VERBOSE(3), UNRECOGNIZED(-1), ; /** * LOG_ERROR_VERBOSITY_UNSPECIFIED = 0; */ public static final int LOG_ERROR_VERBOSITY_UNSPECIFIED_VALUE = 0; /** * LOG_ERROR_VERBOSITY_TERSE = 1; */ public static final int LOG_ERROR_VERBOSITY_TERSE_VALUE = 1; /** * LOG_ERROR_VERBOSITY_DEFAULT = 2; */ public static final int LOG_ERROR_VERBOSITY_DEFAULT_VALUE = 2; /** * LOG_ERROR_VERBOSITY_VERBOSE = 3; */ public static final int LOG_ERROR_VERBOSITY_VERBOSE_VALUE = 3; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static LogErrorVerbosity valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static LogErrorVerbosity forNumber(int value) { switch (value) { case 0: return LOG_ERROR_VERBOSITY_UNSPECIFIED; case 1: return LOG_ERROR_VERBOSITY_TERSE; case 2: return LOG_ERROR_VERBOSITY_DEFAULT; case 3: return LOG_ERROR_VERBOSITY_VERBOSE; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< LogErrorVerbosity> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public LogErrorVerbosity findValueByNumber(int number) { return LogErrorVerbosity.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(5); } private static final LogErrorVerbosity[] VALUES = values(); public static LogErrorVerbosity valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private LogErrorVerbosity(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement} */ public enum LogStatement implements com.google.protobuf.ProtocolMessageEnum { /** * LOG_STATEMENT_UNSPECIFIED = 0; */ LOG_STATEMENT_UNSPECIFIED(0), /** * LOG_STATEMENT_NONE = 1; */ LOG_STATEMENT_NONE(1), /** * LOG_STATEMENT_DDL = 2; */ LOG_STATEMENT_DDL(2), /** * LOG_STATEMENT_MOD = 3; */ LOG_STATEMENT_MOD(3), /** * LOG_STATEMENT_ALL = 4; */ LOG_STATEMENT_ALL(4), UNRECOGNIZED(-1), ; /** * LOG_STATEMENT_UNSPECIFIED = 0; */ public static final int LOG_STATEMENT_UNSPECIFIED_VALUE = 0; /** * LOG_STATEMENT_NONE = 1; */ public static final int LOG_STATEMENT_NONE_VALUE = 1; /** * LOG_STATEMENT_DDL = 2; */ public static final int LOG_STATEMENT_DDL_VALUE = 2; /** * LOG_STATEMENT_MOD = 3; */ public static final int LOG_STATEMENT_MOD_VALUE = 3; /** * LOG_STATEMENT_ALL = 4; */ public static final int LOG_STATEMENT_ALL_VALUE = 4; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static LogStatement valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static LogStatement forNumber(int value) { switch (value) { case 0: return LOG_STATEMENT_UNSPECIFIED; case 1: return LOG_STATEMENT_NONE; case 2: return LOG_STATEMENT_DDL; case 3: return LOG_STATEMENT_MOD; case 4: return LOG_STATEMENT_ALL; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< LogStatement> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public LogStatement findValueByNumber(int number) { return LogStatement.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(6); } private static final LogStatement[] VALUES = values(); public static LogStatement valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private LogStatement(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation} */ public enum TransactionIsolation implements com.google.protobuf.ProtocolMessageEnum { /** * TRANSACTION_ISOLATION_UNSPECIFIED = 0; */ TRANSACTION_ISOLATION_UNSPECIFIED(0), /** * TRANSACTION_ISOLATION_READ_UNCOMMITTED = 1; */ TRANSACTION_ISOLATION_READ_UNCOMMITTED(1), /** * TRANSACTION_ISOLATION_READ_COMMITTED = 2; */ TRANSACTION_ISOLATION_READ_COMMITTED(2), /** * TRANSACTION_ISOLATION_REPEATABLE_READ = 3; */ TRANSACTION_ISOLATION_REPEATABLE_READ(3), /** * TRANSACTION_ISOLATION_SERIALIZABLE = 4; */ TRANSACTION_ISOLATION_SERIALIZABLE(4), UNRECOGNIZED(-1), ; /** * TRANSACTION_ISOLATION_UNSPECIFIED = 0; */ public static final int TRANSACTION_ISOLATION_UNSPECIFIED_VALUE = 0; /** * TRANSACTION_ISOLATION_READ_UNCOMMITTED = 1; */ public static final int TRANSACTION_ISOLATION_READ_UNCOMMITTED_VALUE = 1; /** * TRANSACTION_ISOLATION_READ_COMMITTED = 2; */ public static final int TRANSACTION_ISOLATION_READ_COMMITTED_VALUE = 2; /** * TRANSACTION_ISOLATION_REPEATABLE_READ = 3; */ public static final int TRANSACTION_ISOLATION_REPEATABLE_READ_VALUE = 3; /** * TRANSACTION_ISOLATION_SERIALIZABLE = 4; */ public static final int TRANSACTION_ISOLATION_SERIALIZABLE_VALUE = 4; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static TransactionIsolation valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static TransactionIsolation forNumber(int value) { switch (value) { case 0: return TRANSACTION_ISOLATION_UNSPECIFIED; case 1: return TRANSACTION_ISOLATION_READ_UNCOMMITTED; case 2: return TRANSACTION_ISOLATION_READ_COMMITTED; case 3: return TRANSACTION_ISOLATION_REPEATABLE_READ; case 4: return TRANSACTION_ISOLATION_SERIALIZABLE; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< TransactionIsolation> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public TransactionIsolation findValueByNumber(int number) { return TransactionIsolation.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(7); } private static final TransactionIsolation[] VALUES = values(); public static TransactionIsolation valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private TransactionIsolation(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput} */ public enum ByteaOutput implements com.google.protobuf.ProtocolMessageEnum { /** * BYTEA_OUTPUT_UNSPECIFIED = 0; */ BYTEA_OUTPUT_UNSPECIFIED(0), /** * BYTEA_OUTPUT_HEX = 1; */ BYTEA_OUTPUT_HEX(1), /** * BYTEA_OUTPUT_ESCAPED = 2; */ BYTEA_OUTPUT_ESCAPED(2), UNRECOGNIZED(-1), ; /** * BYTEA_OUTPUT_UNSPECIFIED = 0; */ public static final int BYTEA_OUTPUT_UNSPECIFIED_VALUE = 0; /** * BYTEA_OUTPUT_HEX = 1; */ public static final int BYTEA_OUTPUT_HEX_VALUE = 1; /** * BYTEA_OUTPUT_ESCAPED = 2; */ public static final int BYTEA_OUTPUT_ESCAPED_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static ByteaOutput valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static ByteaOutput forNumber(int value) { switch (value) { case 0: return BYTEA_OUTPUT_UNSPECIFIED; case 1: return BYTEA_OUTPUT_HEX; case 2: return BYTEA_OUTPUT_ESCAPED; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< ByteaOutput> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public ByteaOutput findValueByNumber(int number) { return ByteaOutput.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(8); } private static final ByteaOutput[] VALUES = values(); public static ByteaOutput valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private ByteaOutput(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary} */ public enum XmlBinary implements com.google.protobuf.ProtocolMessageEnum { /** * XML_BINARY_UNSPECIFIED = 0; */ XML_BINARY_UNSPECIFIED(0), /** * XML_BINARY_BASE64 = 1; */ XML_BINARY_BASE64(1), /** * XML_BINARY_HEX = 2; */ XML_BINARY_HEX(2), UNRECOGNIZED(-1), ; /** * XML_BINARY_UNSPECIFIED = 0; */ public static final int XML_BINARY_UNSPECIFIED_VALUE = 0; /** * XML_BINARY_BASE64 = 1; */ public static final int XML_BINARY_BASE64_VALUE = 1; /** * XML_BINARY_HEX = 2; */ public static final int XML_BINARY_HEX_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static XmlBinary valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static XmlBinary forNumber(int value) { switch (value) { case 0: return XML_BINARY_UNSPECIFIED; case 1: return XML_BINARY_BASE64; case 2: return XML_BINARY_HEX; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< XmlBinary> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public XmlBinary findValueByNumber(int number) { return XmlBinary.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(9); } private static final XmlBinary[] VALUES = values(); public static XmlBinary valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private XmlBinary(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption} */ public enum XmlOption implements com.google.protobuf.ProtocolMessageEnum { /** * XML_OPTION_UNSPECIFIED = 0; */ XML_OPTION_UNSPECIFIED(0), /** * XML_OPTION_DOCUMENT = 1; */ XML_OPTION_DOCUMENT(1), /** * XML_OPTION_CONTENT = 2; */ XML_OPTION_CONTENT(2), UNRECOGNIZED(-1), ; /** * XML_OPTION_UNSPECIFIED = 0; */ public static final int XML_OPTION_UNSPECIFIED_VALUE = 0; /** * XML_OPTION_DOCUMENT = 1; */ public static final int XML_OPTION_DOCUMENT_VALUE = 1; /** * XML_OPTION_CONTENT = 2; */ public static final int XML_OPTION_CONTENT_VALUE = 2; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static XmlOption valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static XmlOption forNumber(int value) { switch (value) { case 0: return XML_OPTION_UNSPECIFIED; case 1: return XML_OPTION_DOCUMENT; case 2: return XML_OPTION_CONTENT; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< XmlOption> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public XmlOption findValueByNumber(int number) { return XmlOption.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(10); } private static final XmlOption[] VALUES = values(); public static XmlOption valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private XmlOption(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption) } /** * Protobuf enum {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote} */ public enum BackslashQuote implements com.google.protobuf.ProtocolMessageEnum { /** * BACKSLASH_QUOTE_UNSPECIFIED = 0; */ BACKSLASH_QUOTE_UNSPECIFIED(0), /** * BACKSLASH_QUOTE = 1; */ BACKSLASH_QUOTE(1), /** * BACKSLASH_QUOTE_ON = 2; */ BACKSLASH_QUOTE_ON(2), /** * BACKSLASH_QUOTE_OFF = 3; */ BACKSLASH_QUOTE_OFF(3), /** * BACKSLASH_QUOTE_SAFE_ENCODING = 4; */ BACKSLASH_QUOTE_SAFE_ENCODING(4), UNRECOGNIZED(-1), ; /** * BACKSLASH_QUOTE_UNSPECIFIED = 0; */ public static final int BACKSLASH_QUOTE_UNSPECIFIED_VALUE = 0; /** * BACKSLASH_QUOTE = 1; */ public static final int BACKSLASH_QUOTE_VALUE = 1; /** * BACKSLASH_QUOTE_ON = 2; */ public static final int BACKSLASH_QUOTE_ON_VALUE = 2; /** * BACKSLASH_QUOTE_OFF = 3; */ public static final int BACKSLASH_QUOTE_OFF_VALUE = 3; /** * BACKSLASH_QUOTE_SAFE_ENCODING = 4; */ public static final int BACKSLASH_QUOTE_SAFE_ENCODING_VALUE = 4; public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( "Can't get the number of an unknown enum value."); } return value; } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static BackslashQuote valueOf(int value) { return forNumber(value); } /** * @param value The numeric wire value of the corresponding enum entry. * @return The enum associated with the given numeric wire value. */ public static BackslashQuote forNumber(int value) { switch (value) { case 0: return BACKSLASH_QUOTE_UNSPECIFIED; case 1: return BACKSLASH_QUOTE; case 2: return BACKSLASH_QUOTE_ON; case 3: return BACKSLASH_QUOTE_OFF; case 4: return BACKSLASH_QUOTE_SAFE_ENCODING; default: return null; } } public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } private static final com.google.protobuf.Internal.EnumLiteMap< BackslashQuote> internalValueMap = new com.google.protobuf.Internal.EnumLiteMap() { public BackslashQuote findValueByNumber(int number) { return BackslashQuote.forNumber(number); } }; public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDescriptor().getEnumTypes().get(11); } private static final BackslashQuote[] VALUES = values(); public static BackslashQuote valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; } return VALUES[desc.getIndex()]; } private final int value; private BackslashQuote(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote) } public static final int MAX_CONNECTIONS_FIELD_NUMBER = 1; private com.google.protobuf.Int64Value maxConnections_; /** * .google.protobuf.Int64Value max_connections = 1; * @return Whether the maxConnections field is set. */ @java.lang.Override public boolean hasMaxConnections() { return maxConnections_ != null; } /** * .google.protobuf.Int64Value max_connections = 1; * @return The maxConnections. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxConnections() { return maxConnections_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxConnections_; } /** * .google.protobuf.Int64Value max_connections = 1; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxConnectionsOrBuilder() { return getMaxConnections(); } public static final int SHARED_BUFFERS_FIELD_NUMBER = 2; private com.google.protobuf.Int64Value sharedBuffers_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return Whether the sharedBuffers field is set. */ @java.lang.Override public boolean hasSharedBuffers() { return sharedBuffers_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return The sharedBuffers. */ @java.lang.Override public com.google.protobuf.Int64Value getSharedBuffers() { return sharedBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : sharedBuffers_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getSharedBuffersOrBuilder() { return getSharedBuffers(); } public static final int TEMP_BUFFERS_FIELD_NUMBER = 3; private com.google.protobuf.Int64Value tempBuffers_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return Whether the tempBuffers field is set. */ @java.lang.Override public boolean hasTempBuffers() { return tempBuffers_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return The tempBuffers. */ @java.lang.Override public com.google.protobuf.Int64Value getTempBuffers() { return tempBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempBuffers_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getTempBuffersOrBuilder() { return getTempBuffers(); } public static final int MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER = 4; private com.google.protobuf.Int64Value maxPreparedTransactions_; /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return Whether the maxPreparedTransactions field is set. */ @java.lang.Override public boolean hasMaxPreparedTransactions() { return maxPreparedTransactions_ != null; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return The maxPreparedTransactions. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxPreparedTransactions() { return maxPreparedTransactions_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPreparedTransactions_; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxPreparedTransactionsOrBuilder() { return getMaxPreparedTransactions(); } public static final int WORK_MEM_FIELD_NUMBER = 5; private com.google.protobuf.Int64Value workMem_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; * @return Whether the workMem field is set. */ @java.lang.Override public boolean hasWorkMem() { return workMem_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; * @return The workMem. */ @java.lang.Override public com.google.protobuf.Int64Value getWorkMem() { return workMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : workMem_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value work_mem = 5; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getWorkMemOrBuilder() { return getWorkMem(); } public static final int MAINTENANCE_WORK_MEM_FIELD_NUMBER = 6; private com.google.protobuf.Int64Value maintenanceWorkMem_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return Whether the maintenanceWorkMem field is set. */ @java.lang.Override public boolean hasMaintenanceWorkMem() { return maintenanceWorkMem_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return The maintenanceWorkMem. */ @java.lang.Override public com.google.protobuf.Int64Value getMaintenanceWorkMem() { return maintenanceWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maintenanceWorkMem_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaintenanceWorkMemOrBuilder() { return getMaintenanceWorkMem(); } public static final int REPLACEMENT_SORT_TUPLES_FIELD_NUMBER = 7; private com.google.protobuf.Int64Value replacementSortTuples_; /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return Whether the replacementSortTuples field is set. */ @java.lang.Override public boolean hasReplacementSortTuples() { return replacementSortTuples_ != null; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return The replacementSortTuples. */ @java.lang.Override public com.google.protobuf.Int64Value getReplacementSortTuples() { return replacementSortTuples_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : replacementSortTuples_; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getReplacementSortTuplesOrBuilder() { return getReplacementSortTuples(); } public static final int AUTOVACUUM_WORK_MEM_FIELD_NUMBER = 8; private com.google.protobuf.Int64Value autovacuumWorkMem_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return Whether the autovacuumWorkMem field is set. */ @java.lang.Override public boolean hasAutovacuumWorkMem() { return autovacuumWorkMem_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return The autovacuumWorkMem. */ @java.lang.Override public com.google.protobuf.Int64Value getAutovacuumWorkMem() { return autovacuumWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumWorkMem_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getAutovacuumWorkMemOrBuilder() { return getAutovacuumWorkMem(); } public static final int TEMP_FILE_LIMIT_FIELD_NUMBER = 9; private com.google.protobuf.Int64Value tempFileLimit_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return Whether the tempFileLimit field is set. */ @java.lang.Override public boolean hasTempFileLimit() { return tempFileLimit_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return The tempFileLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getTempFileLimit() { return tempFileLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempFileLimit_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getTempFileLimitOrBuilder() { return getTempFileLimit(); } public static final int VACUUM_COST_DELAY_FIELD_NUMBER = 10; private com.google.protobuf.Int64Value vacuumCostDelay_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return Whether the vacuumCostDelay field is set. */ @java.lang.Override public boolean hasVacuumCostDelay() { return vacuumCostDelay_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return The vacuumCostDelay. */ @java.lang.Override public com.google.protobuf.Int64Value getVacuumCostDelay() { return vacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostDelay_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getVacuumCostDelayOrBuilder() { return getVacuumCostDelay(); } public static final int VACUUM_COST_PAGE_HIT_FIELD_NUMBER = 11; private com.google.protobuf.Int64Value vacuumCostPageHit_; /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return Whether the vacuumCostPageHit field is set. */ @java.lang.Override public boolean hasVacuumCostPageHit() { return vacuumCostPageHit_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return The vacuumCostPageHit. */ @java.lang.Override public com.google.protobuf.Int64Value getVacuumCostPageHit() { return vacuumCostPageHit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageHit_; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageHitOrBuilder() { return getVacuumCostPageHit(); } public static final int VACUUM_COST_PAGE_MISS_FIELD_NUMBER = 12; private com.google.protobuf.Int64Value vacuumCostPageMiss_; /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return Whether the vacuumCostPageMiss field is set. */ @java.lang.Override public boolean hasVacuumCostPageMiss() { return vacuumCostPageMiss_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return The vacuumCostPageMiss. */ @java.lang.Override public com.google.protobuf.Int64Value getVacuumCostPageMiss() { return vacuumCostPageMiss_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageMiss_; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageMissOrBuilder() { return getVacuumCostPageMiss(); } public static final int VACUUM_COST_PAGE_DIRTY_FIELD_NUMBER = 13; private com.google.protobuf.Int64Value vacuumCostPageDirty_; /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return Whether the vacuumCostPageDirty field is set. */ @java.lang.Override public boolean hasVacuumCostPageDirty() { return vacuumCostPageDirty_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return The vacuumCostPageDirty. */ @java.lang.Override public com.google.protobuf.Int64Value getVacuumCostPageDirty() { return vacuumCostPageDirty_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageDirty_; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageDirtyOrBuilder() { return getVacuumCostPageDirty(); } public static final int VACUUM_COST_LIMIT_FIELD_NUMBER = 14; private com.google.protobuf.Int64Value vacuumCostLimit_; /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return Whether the vacuumCostLimit field is set. */ @java.lang.Override public boolean hasVacuumCostLimit() { return vacuumCostLimit_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return The vacuumCostLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getVacuumCostLimit() { return vacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostLimit_; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getVacuumCostLimitOrBuilder() { return getVacuumCostLimit(); } public static final int BGWRITER_DELAY_FIELD_NUMBER = 15; private com.google.protobuf.Int64Value bgwriterDelay_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return Whether the bgwriterDelay field is set. */ @java.lang.Override public boolean hasBgwriterDelay() { return bgwriterDelay_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return The bgwriterDelay. */ @java.lang.Override public com.google.protobuf.Int64Value getBgwriterDelay() { return bgwriterDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterDelay_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getBgwriterDelayOrBuilder() { return getBgwriterDelay(); } public static final int BGWRITER_LRU_MAXPAGES_FIELD_NUMBER = 16; private com.google.protobuf.Int64Value bgwriterLruMaxpages_; /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return Whether the bgwriterLruMaxpages field is set. */ @java.lang.Override public boolean hasBgwriterLruMaxpages() { return bgwriterLruMaxpages_ != null; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return The bgwriterLruMaxpages. */ @java.lang.Override public com.google.protobuf.Int64Value getBgwriterLruMaxpages() { return bgwriterLruMaxpages_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterLruMaxpages_; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getBgwriterLruMaxpagesOrBuilder() { return getBgwriterLruMaxpages(); } public static final int BGWRITER_LRU_MULTIPLIER_FIELD_NUMBER = 17; private com.google.protobuf.DoubleValue bgwriterLruMultiplier_; /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return Whether the bgwriterLruMultiplier field is set. */ @java.lang.Override public boolean hasBgwriterLruMultiplier() { return bgwriterLruMultiplier_ != null; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return The bgwriterLruMultiplier. */ @java.lang.Override public com.google.protobuf.DoubleValue getBgwriterLruMultiplier() { return bgwriterLruMultiplier_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : bgwriterLruMultiplier_; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getBgwriterLruMultiplierOrBuilder() { return getBgwriterLruMultiplier(); } public static final int BGWRITER_FLUSH_AFTER_FIELD_NUMBER = 18; private com.google.protobuf.Int64Value bgwriterFlushAfter_; /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the bgwriterFlushAfter field is set. */ @java.lang.Override public boolean hasBgwriterFlushAfter() { return bgwriterFlushAfter_ != null; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return The bgwriterFlushAfter. */ @java.lang.Override public com.google.protobuf.Int64Value getBgwriterFlushAfter() { return bgwriterFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterFlushAfter_; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getBgwriterFlushAfterOrBuilder() { return getBgwriterFlushAfter(); } public static final int BACKEND_FLUSH_AFTER_FIELD_NUMBER = 19; private com.google.protobuf.Int64Value backendFlushAfter_; /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the backendFlushAfter field is set. */ @java.lang.Override public boolean hasBackendFlushAfter() { return backendFlushAfter_ != null; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return The backendFlushAfter. */ @java.lang.Override public com.google.protobuf.Int64Value getBackendFlushAfter() { return backendFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : backendFlushAfter_; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getBackendFlushAfterOrBuilder() { return getBackendFlushAfter(); } public static final int OLD_SNAPSHOT_THRESHOLD_FIELD_NUMBER = 20; private com.google.protobuf.Int64Value oldSnapshotThreshold_; /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return Whether the oldSnapshotThreshold field is set. */ @java.lang.Override public boolean hasOldSnapshotThreshold() { return oldSnapshotThreshold_ != null; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return The oldSnapshotThreshold. */ @java.lang.Override public com.google.protobuf.Int64Value getOldSnapshotThreshold() { return oldSnapshotThreshold_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : oldSnapshotThreshold_; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getOldSnapshotThresholdOrBuilder() { return getOldSnapshotThreshold(); } public static final int WAL_LEVEL_FIELD_NUMBER = 21; private int walLevel_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The enum numeric value on the wire for walLevel. */ @java.lang.Override public int getWalLevelValue() { return walLevel_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The walLevel. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel getWalLevel() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.valueOf(walLevel_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.UNRECOGNIZED : result; } public static final int SYNCHRONOUS_COMMIT_FIELD_NUMBER = 22; private int synchronousCommit_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The enum numeric value on the wire for synchronousCommit. */ @java.lang.Override public int getSynchronousCommitValue() { return synchronousCommit_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The synchronousCommit. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit getSynchronousCommit() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.valueOf(synchronousCommit_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.UNRECOGNIZED : result; } public static final int CHECKPOINT_TIMEOUT_FIELD_NUMBER = 23; private com.google.protobuf.Int64Value checkpointTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return Whether the checkpointTimeout field is set. */ @java.lang.Override public boolean hasCheckpointTimeout() { return checkpointTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return The checkpointTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getCheckpointTimeout() { return checkpointTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getCheckpointTimeoutOrBuilder() { return getCheckpointTimeout(); } public static final int CHECKPOINT_COMPLETION_TARGET_FIELD_NUMBER = 24; private com.google.protobuf.DoubleValue checkpointCompletionTarget_; /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return Whether the checkpointCompletionTarget field is set. */ @java.lang.Override public boolean hasCheckpointCompletionTarget() { return checkpointCompletionTarget_ != null; } /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return The checkpointCompletionTarget. */ @java.lang.Override public com.google.protobuf.DoubleValue getCheckpointCompletionTarget() { return checkpointCompletionTarget_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : checkpointCompletionTarget_; } /** *
     * Acceptable values are 0.0 to 1.0, inclusive.
     * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getCheckpointCompletionTargetOrBuilder() { return getCheckpointCompletionTarget(); } public static final int CHECKPOINT_FLUSH_AFTER_FIELD_NUMBER = 25; private com.google.protobuf.Int64Value checkpointFlushAfter_; /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the checkpointFlushAfter field is set. */ @java.lang.Override public boolean hasCheckpointFlushAfter() { return checkpointFlushAfter_ != null; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return The checkpointFlushAfter. */ @java.lang.Override public com.google.protobuf.Int64Value getCheckpointFlushAfter() { return checkpointFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointFlushAfter_; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getCheckpointFlushAfterOrBuilder() { return getCheckpointFlushAfter(); } public static final int MAX_WAL_SIZE_FIELD_NUMBER = 26; private com.google.protobuf.Int64Value maxWalSize_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return Whether the maxWalSize field is set. */ @java.lang.Override public boolean hasMaxWalSize() { return maxWalSize_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return The maxWalSize. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxWalSize() { return maxWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxWalSize_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxWalSizeOrBuilder() { return getMaxWalSize(); } public static final int MIN_WAL_SIZE_FIELD_NUMBER = 27; private com.google.protobuf.Int64Value minWalSize_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return Whether the minWalSize field is set. */ @java.lang.Override public boolean hasMinWalSize() { return minWalSize_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return The minWalSize. */ @java.lang.Override public com.google.protobuf.Int64Value getMinWalSize() { return minWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : minWalSize_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMinWalSizeOrBuilder() { return getMinWalSize(); } public static final int MAX_STANDBY_STREAMING_DELAY_FIELD_NUMBER = 28; private com.google.protobuf.Int64Value maxStandbyStreamingDelay_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return Whether the maxStandbyStreamingDelay field is set. */ @java.lang.Override public boolean hasMaxStandbyStreamingDelay() { return maxStandbyStreamingDelay_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return The maxStandbyStreamingDelay. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxStandbyStreamingDelay() { return maxStandbyStreamingDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxStandbyStreamingDelay_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxStandbyStreamingDelayOrBuilder() { return getMaxStandbyStreamingDelay(); } public static final int DEFAULT_STATISTICS_TARGET_FIELD_NUMBER = 29; private com.google.protobuf.Int64Value defaultStatisticsTarget_; /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return Whether the defaultStatisticsTarget field is set. */ @java.lang.Override public boolean hasDefaultStatisticsTarget() { return defaultStatisticsTarget_ != null; } /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return The defaultStatisticsTarget. */ @java.lang.Override public com.google.protobuf.Int64Value getDefaultStatisticsTarget() { return defaultStatisticsTarget_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : defaultStatisticsTarget_; } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getDefaultStatisticsTargetOrBuilder() { return getDefaultStatisticsTarget(); } public static final int CONSTRAINT_EXCLUSION_FIELD_NUMBER = 30; private int constraintExclusion_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The enum numeric value on the wire for constraintExclusion. */ @java.lang.Override public int getConstraintExclusionValue() { return constraintExclusion_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The constraintExclusion. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion getConstraintExclusion() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.valueOf(constraintExclusion_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.UNRECOGNIZED : result; } public static final int CURSOR_TUPLE_FRACTION_FIELD_NUMBER = 31; private com.google.protobuf.DoubleValue cursorTupleFraction_; /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return Whether the cursorTupleFraction field is set. */ @java.lang.Override public boolean hasCursorTupleFraction() { return cursorTupleFraction_ != null; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return The cursorTupleFraction. */ @java.lang.Override public com.google.protobuf.DoubleValue getCursorTupleFraction() { return cursorTupleFraction_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : cursorTupleFraction_; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getCursorTupleFractionOrBuilder() { return getCursorTupleFraction(); } public static final int FROM_COLLAPSE_LIMIT_FIELD_NUMBER = 32; private com.google.protobuf.Int64Value fromCollapseLimit_; /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the fromCollapseLimit field is set. */ @java.lang.Override public boolean hasFromCollapseLimit() { return fromCollapseLimit_ != null; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return The fromCollapseLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getFromCollapseLimit() { return fromCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fromCollapseLimit_; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getFromCollapseLimitOrBuilder() { return getFromCollapseLimit(); } public static final int JOIN_COLLAPSE_LIMIT_FIELD_NUMBER = 33; private com.google.protobuf.Int64Value joinCollapseLimit_; /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the joinCollapseLimit field is set. */ @java.lang.Override public boolean hasJoinCollapseLimit() { return joinCollapseLimit_ != null; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return The joinCollapseLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getJoinCollapseLimit() { return joinCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : joinCollapseLimit_; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getJoinCollapseLimitOrBuilder() { return getJoinCollapseLimit(); } public static final int FORCE_PARALLEL_MODE_FIELD_NUMBER = 34; private int forceParallelMode_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The enum numeric value on the wire for forceParallelMode. */ @java.lang.Override public int getForceParallelModeValue() { return forceParallelMode_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The forceParallelMode. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode getForceParallelMode() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.valueOf(forceParallelMode_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.UNRECOGNIZED : result; } public static final int CLIENT_MIN_MESSAGES_FIELD_NUMBER = 35; private int clientMinMessages_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The enum numeric value on the wire for clientMinMessages. */ @java.lang.Override public int getClientMinMessagesValue() { return clientMinMessages_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The clientMinMessages. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getClientMinMessages() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(clientMinMessages_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } public static final int LOG_MIN_MESSAGES_FIELD_NUMBER = 36; private int logMinMessages_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The enum numeric value on the wire for logMinMessages. */ @java.lang.Override public int getLogMinMessagesValue() { return logMinMessages_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The logMinMessages. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinMessages() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(logMinMessages_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } public static final int LOG_MIN_ERROR_STATEMENT_FIELD_NUMBER = 37; private int logMinErrorStatement_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The enum numeric value on the wire for logMinErrorStatement. */ @java.lang.Override public int getLogMinErrorStatementValue() { return logMinErrorStatement_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The logMinErrorStatement. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinErrorStatement() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(logMinErrorStatement_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } public static final int LOG_MIN_DURATION_STATEMENT_FIELD_NUMBER = 38; private com.google.protobuf.Int64Value logMinDurationStatement_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return Whether the logMinDurationStatement field is set. */ @java.lang.Override public boolean hasLogMinDurationStatement() { return logMinDurationStatement_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return The logMinDurationStatement. */ @java.lang.Override public com.google.protobuf.Int64Value getLogMinDurationStatement() { return logMinDurationStatement_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logMinDurationStatement_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getLogMinDurationStatementOrBuilder() { return getLogMinDurationStatement(); } public static final int LOG_CHECKPOINTS_FIELD_NUMBER = 39; private com.google.protobuf.BoolValue logCheckpoints_; /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return Whether the logCheckpoints field is set. */ @java.lang.Override public boolean hasLogCheckpoints() { return logCheckpoints_ != null; } /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return The logCheckpoints. */ @java.lang.Override public com.google.protobuf.BoolValue getLogCheckpoints() { return logCheckpoints_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logCheckpoints_; } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLogCheckpointsOrBuilder() { return getLogCheckpoints(); } public static final int LOG_CONNECTIONS_FIELD_NUMBER = 40; private com.google.protobuf.BoolValue logConnections_; /** * .google.protobuf.BoolValue log_connections = 40; * @return Whether the logConnections field is set. */ @java.lang.Override public boolean hasLogConnections() { return logConnections_ != null; } /** * .google.protobuf.BoolValue log_connections = 40; * @return The logConnections. */ @java.lang.Override public com.google.protobuf.BoolValue getLogConnections() { return logConnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logConnections_; } /** * .google.protobuf.BoolValue log_connections = 40; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLogConnectionsOrBuilder() { return getLogConnections(); } public static final int LOG_DISCONNECTIONS_FIELD_NUMBER = 41; private com.google.protobuf.BoolValue logDisconnections_; /** * .google.protobuf.BoolValue log_disconnections = 41; * @return Whether the logDisconnections field is set. */ @java.lang.Override public boolean hasLogDisconnections() { return logDisconnections_ != null; } /** * .google.protobuf.BoolValue log_disconnections = 41; * @return The logDisconnections. */ @java.lang.Override public com.google.protobuf.BoolValue getLogDisconnections() { return logDisconnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDisconnections_; } /** * .google.protobuf.BoolValue log_disconnections = 41; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLogDisconnectionsOrBuilder() { return getLogDisconnections(); } public static final int LOG_DURATION_FIELD_NUMBER = 42; private com.google.protobuf.BoolValue logDuration_; /** * .google.protobuf.BoolValue log_duration = 42; * @return Whether the logDuration field is set. */ @java.lang.Override public boolean hasLogDuration() { return logDuration_ != null; } /** * .google.protobuf.BoolValue log_duration = 42; * @return The logDuration. */ @java.lang.Override public com.google.protobuf.BoolValue getLogDuration() { return logDuration_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDuration_; } /** * .google.protobuf.BoolValue log_duration = 42; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLogDurationOrBuilder() { return getLogDuration(); } public static final int LOG_ERROR_VERBOSITY_FIELD_NUMBER = 43; private int logErrorVerbosity_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The enum numeric value on the wire for logErrorVerbosity. */ @java.lang.Override public int getLogErrorVerbosityValue() { return logErrorVerbosity_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The logErrorVerbosity. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity getLogErrorVerbosity() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.valueOf(logErrorVerbosity_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.UNRECOGNIZED : result; } public static final int LOG_LOCK_WAITS_FIELD_NUMBER = 44; private com.google.protobuf.BoolValue logLockWaits_; /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return Whether the logLockWaits field is set. */ @java.lang.Override public boolean hasLogLockWaits() { return logLockWaits_ != null; } /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return The logLockWaits. */ @java.lang.Override public com.google.protobuf.BoolValue getLogLockWaits() { return logLockWaits_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logLockWaits_; } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLogLockWaitsOrBuilder() { return getLogLockWaits(); } public static final int LOG_STATEMENT_FIELD_NUMBER = 45; private int logStatement_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The enum numeric value on the wire for logStatement. */ @java.lang.Override public int getLogStatementValue() { return logStatement_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The logStatement. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement getLogStatement() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.valueOf(logStatement_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.UNRECOGNIZED : result; } public static final int LOG_TEMP_FILES_FIELD_NUMBER = 46; private com.google.protobuf.Int64Value logTempFiles_; /** * .google.protobuf.Int64Value log_temp_files = 46; * @return Whether the logTempFiles field is set. */ @java.lang.Override public boolean hasLogTempFiles() { return logTempFiles_ != null; } /** * .google.protobuf.Int64Value log_temp_files = 46; * @return The logTempFiles. */ @java.lang.Override public com.google.protobuf.Int64Value getLogTempFiles() { return logTempFiles_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logTempFiles_; } /** * .google.protobuf.Int64Value log_temp_files = 46; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getLogTempFilesOrBuilder() { return getLogTempFiles(); } public static final int SEARCH_PATH_FIELD_NUMBER = 47; private volatile java.lang.Object searchPath_; /** * string search_path = 47; * @return The searchPath. */ @java.lang.Override public java.lang.String getSearchPath() { java.lang.Object ref = searchPath_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); searchPath_ = s; return s; } } /** * string search_path = 47; * @return The bytes for searchPath. */ @java.lang.Override public com.google.protobuf.ByteString getSearchPathBytes() { java.lang.Object ref = searchPath_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); searchPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ROW_SECURITY_FIELD_NUMBER = 48; private com.google.protobuf.BoolValue rowSecurity_; /** * .google.protobuf.BoolValue row_security = 48; * @return Whether the rowSecurity field is set. */ @java.lang.Override public boolean hasRowSecurity() { return rowSecurity_ != null; } /** * .google.protobuf.BoolValue row_security = 48; * @return The rowSecurity. */ @java.lang.Override public com.google.protobuf.BoolValue getRowSecurity() { return rowSecurity_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : rowSecurity_; } /** * .google.protobuf.BoolValue row_security = 48; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getRowSecurityOrBuilder() { return getRowSecurity(); } public static final int DEFAULT_TRANSACTION_ISOLATION_FIELD_NUMBER = 49; private int defaultTransactionIsolation_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The enum numeric value on the wire for defaultTransactionIsolation. */ @java.lang.Override public int getDefaultTransactionIsolationValue() { return defaultTransactionIsolation_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The defaultTransactionIsolation. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation getDefaultTransactionIsolation() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.valueOf(defaultTransactionIsolation_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.UNRECOGNIZED : result; } public static final int STATEMENT_TIMEOUT_FIELD_NUMBER = 50; private com.google.protobuf.Int64Value statementTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return Whether the statementTimeout field is set. */ @java.lang.Override public boolean hasStatementTimeout() { return statementTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return The statementTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getStatementTimeout() { return statementTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : statementTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getStatementTimeoutOrBuilder() { return getStatementTimeout(); } public static final int LOCK_TIMEOUT_FIELD_NUMBER = 51; private com.google.protobuf.Int64Value lockTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return Whether the lockTimeout field is set. */ @java.lang.Override public boolean hasLockTimeout() { return lockTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return The lockTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getLockTimeout() { return lockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : lockTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getLockTimeoutOrBuilder() { return getLockTimeout(); } public static final int IDLE_IN_TRANSACTION_SESSION_TIMEOUT_FIELD_NUMBER = 52; private com.google.protobuf.Int64Value idleInTransactionSessionTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return Whether the idleInTransactionSessionTimeout field is set. */ @java.lang.Override public boolean hasIdleInTransactionSessionTimeout() { return idleInTransactionSessionTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return The idleInTransactionSessionTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getIdleInTransactionSessionTimeout() { return idleInTransactionSessionTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : idleInTransactionSessionTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getIdleInTransactionSessionTimeoutOrBuilder() { return getIdleInTransactionSessionTimeout(); } public static final int BYTEA_OUTPUT_FIELD_NUMBER = 53; private int byteaOutput_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The enum numeric value on the wire for byteaOutput. */ @java.lang.Override public int getByteaOutputValue() { return byteaOutput_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The byteaOutput. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput getByteaOutput() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.valueOf(byteaOutput_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.UNRECOGNIZED : result; } public static final int XMLBINARY_FIELD_NUMBER = 54; private int xmlbinary_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The enum numeric value on the wire for xmlbinary. */ @java.lang.Override public int getXmlbinaryValue() { return xmlbinary_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The xmlbinary. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary getXmlbinary() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.valueOf(xmlbinary_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.UNRECOGNIZED : result; } public static final int XMLOPTION_FIELD_NUMBER = 55; private int xmloption_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The enum numeric value on the wire for xmloption. */ @java.lang.Override public int getXmloptionValue() { return xmloption_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The xmloption. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption getXmloption() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.valueOf(xmloption_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.UNRECOGNIZED : result; } public static final int GIN_PENDING_LIST_LIMIT_FIELD_NUMBER = 56; private com.google.protobuf.Int64Value ginPendingListLimit_; /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return Whether the ginPendingListLimit field is set. */ @java.lang.Override public boolean hasGinPendingListLimit() { return ginPendingListLimit_ != null; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return The ginPendingListLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getGinPendingListLimit() { return ginPendingListLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : ginPendingListLimit_; } /** *
     * in bytes.
     * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getGinPendingListLimitOrBuilder() { return getGinPendingListLimit(); } public static final int DEADLOCK_TIMEOUT_FIELD_NUMBER = 57; private com.google.protobuf.Int64Value deadlockTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return Whether the deadlockTimeout field is set. */ @java.lang.Override public boolean hasDeadlockTimeout() { return deadlockTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return The deadlockTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getDeadlockTimeout() { return deadlockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : deadlockTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getDeadlockTimeoutOrBuilder() { return getDeadlockTimeout(); } public static final int MAX_LOCKS_PER_TRANSACTION_FIELD_NUMBER = 58; private com.google.protobuf.Int64Value maxLocksPerTransaction_; /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return Whether the maxLocksPerTransaction field is set. */ @java.lang.Override public boolean hasMaxLocksPerTransaction() { return maxLocksPerTransaction_ != null; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return The maxLocksPerTransaction. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxLocksPerTransaction() { return maxLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxLocksPerTransaction_; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxLocksPerTransactionOrBuilder() { return getMaxLocksPerTransaction(); } public static final int MAX_PRED_LOCKS_PER_TRANSACTION_FIELD_NUMBER = 59; private com.google.protobuf.Int64Value maxPredLocksPerTransaction_; /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return Whether the maxPredLocksPerTransaction field is set. */ @java.lang.Override public boolean hasMaxPredLocksPerTransaction() { return maxPredLocksPerTransaction_ != null; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return The maxPredLocksPerTransaction. */ @java.lang.Override public com.google.protobuf.Int64Value getMaxPredLocksPerTransaction() { return maxPredLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPredLocksPerTransaction_; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getMaxPredLocksPerTransactionOrBuilder() { return getMaxPredLocksPerTransaction(); } public static final int ARRAY_NULLS_FIELD_NUMBER = 60; private com.google.protobuf.BoolValue arrayNulls_; /** * .google.protobuf.BoolValue array_nulls = 60; * @return Whether the arrayNulls field is set. */ @java.lang.Override public boolean hasArrayNulls() { return arrayNulls_ != null; } /** * .google.protobuf.BoolValue array_nulls = 60; * @return The arrayNulls. */ @java.lang.Override public com.google.protobuf.BoolValue getArrayNulls() { return arrayNulls_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : arrayNulls_; } /** * .google.protobuf.BoolValue array_nulls = 60; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getArrayNullsOrBuilder() { return getArrayNulls(); } public static final int BACKSLASH_QUOTE_FIELD_NUMBER = 61; private int backslashQuote_; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The enum numeric value on the wire for backslashQuote. */ @java.lang.Override public int getBackslashQuoteValue() { return backslashQuote_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The backslashQuote. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote getBackslashQuote() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.valueOf(backslashQuote_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.UNRECOGNIZED : result; } public static final int DEFAULT_WITH_OIDS_FIELD_NUMBER = 62; private com.google.protobuf.BoolValue defaultWithOids_; /** * .google.protobuf.BoolValue default_with_oids = 62; * @return Whether the defaultWithOids field is set. */ @java.lang.Override public boolean hasDefaultWithOids() { return defaultWithOids_ != null; } /** * .google.protobuf.BoolValue default_with_oids = 62; * @return The defaultWithOids. */ @java.lang.Override public com.google.protobuf.BoolValue getDefaultWithOids() { return defaultWithOids_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : defaultWithOids_; } /** * .google.protobuf.BoolValue default_with_oids = 62; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getDefaultWithOidsOrBuilder() { return getDefaultWithOids(); } public static final int ESCAPE_STRING_WARNING_FIELD_NUMBER = 63; private com.google.protobuf.BoolValue escapeStringWarning_; /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return Whether the escapeStringWarning field is set. */ @java.lang.Override public boolean hasEscapeStringWarning() { return escapeStringWarning_ != null; } /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return The escapeStringWarning. */ @java.lang.Override public com.google.protobuf.BoolValue getEscapeStringWarning() { return escapeStringWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : escapeStringWarning_; } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getEscapeStringWarningOrBuilder() { return getEscapeStringWarning(); } public static final int LO_COMPAT_PRIVILEGES_FIELD_NUMBER = 64; private com.google.protobuf.BoolValue loCompatPrivileges_; /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return Whether the loCompatPrivileges field is set. */ @java.lang.Override public boolean hasLoCompatPrivileges() { return loCompatPrivileges_ != null; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return The loCompatPrivileges. */ @java.lang.Override public com.google.protobuf.BoolValue getLoCompatPrivileges() { return loCompatPrivileges_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : loCompatPrivileges_; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getLoCompatPrivilegesOrBuilder() { return getLoCompatPrivileges(); } public static final int OPERATOR_PRECEDENCE_WARNING_FIELD_NUMBER = 65; private com.google.protobuf.BoolValue operatorPrecedenceWarning_; /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return Whether the operatorPrecedenceWarning field is set. */ @java.lang.Override public boolean hasOperatorPrecedenceWarning() { return operatorPrecedenceWarning_ != null; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return The operatorPrecedenceWarning. */ @java.lang.Override public com.google.protobuf.BoolValue getOperatorPrecedenceWarning() { return operatorPrecedenceWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : operatorPrecedenceWarning_; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getOperatorPrecedenceWarningOrBuilder() { return getOperatorPrecedenceWarning(); } public static final int QUOTE_ALL_IDENTIFIERS_FIELD_NUMBER = 66; private com.google.protobuf.BoolValue quoteAllIdentifiers_; /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return Whether the quoteAllIdentifiers field is set. */ @java.lang.Override public boolean hasQuoteAllIdentifiers() { return quoteAllIdentifiers_ != null; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return The quoteAllIdentifiers. */ @java.lang.Override public com.google.protobuf.BoolValue getQuoteAllIdentifiers() { return quoteAllIdentifiers_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : quoteAllIdentifiers_; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getQuoteAllIdentifiersOrBuilder() { return getQuoteAllIdentifiers(); } public static final int STANDARD_CONFORMING_STRINGS_FIELD_NUMBER = 67; private com.google.protobuf.BoolValue standardConformingStrings_; /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return Whether the standardConformingStrings field is set. */ @java.lang.Override public boolean hasStandardConformingStrings() { return standardConformingStrings_ != null; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return The standardConformingStrings. */ @java.lang.Override public com.google.protobuf.BoolValue getStandardConformingStrings() { return standardConformingStrings_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : standardConformingStrings_; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getStandardConformingStringsOrBuilder() { return getStandardConformingStrings(); } public static final int SYNCHRONIZE_SEQSCANS_FIELD_NUMBER = 68; private com.google.protobuf.BoolValue synchronizeSeqscans_; /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return Whether the synchronizeSeqscans field is set. */ @java.lang.Override public boolean hasSynchronizeSeqscans() { return synchronizeSeqscans_ != null; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return The synchronizeSeqscans. */ @java.lang.Override public com.google.protobuf.BoolValue getSynchronizeSeqscans() { return synchronizeSeqscans_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : synchronizeSeqscans_; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getSynchronizeSeqscansOrBuilder() { return getSynchronizeSeqscans(); } public static final int TRANSFORM_NULL_EQUALS_FIELD_NUMBER = 69; private com.google.protobuf.BoolValue transformNullEquals_; /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return Whether the transformNullEquals field is set. */ @java.lang.Override public boolean hasTransformNullEquals() { return transformNullEquals_ != null; } /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return The transformNullEquals. */ @java.lang.Override public com.google.protobuf.BoolValue getTransformNullEquals() { return transformNullEquals_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : transformNullEquals_; } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getTransformNullEqualsOrBuilder() { return getTransformNullEquals(); } public static final int EXIT_ON_ERROR_FIELD_NUMBER = 70; private com.google.protobuf.BoolValue exitOnError_; /** * .google.protobuf.BoolValue exit_on_error = 70; * @return Whether the exitOnError field is set. */ @java.lang.Override public boolean hasExitOnError() { return exitOnError_ != null; } /** * .google.protobuf.BoolValue exit_on_error = 70; * @return The exitOnError. */ @java.lang.Override public com.google.protobuf.BoolValue getExitOnError() { return exitOnError_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : exitOnError_; } /** * .google.protobuf.BoolValue exit_on_error = 70; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getExitOnErrorOrBuilder() { return getExitOnError(); } public static final int SEQ_PAGE_COST_FIELD_NUMBER = 71; private com.google.protobuf.DoubleValue seqPageCost_; /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return Whether the seqPageCost field is set. */ @java.lang.Override public boolean hasSeqPageCost() { return seqPageCost_ != null; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return The seqPageCost. */ @java.lang.Override public com.google.protobuf.DoubleValue getSeqPageCost() { return seqPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : seqPageCost_; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getSeqPageCostOrBuilder() { return getSeqPageCost(); } public static final int RANDOM_PAGE_COST_FIELD_NUMBER = 72; private com.google.protobuf.DoubleValue randomPageCost_; /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return Whether the randomPageCost field is set. */ @java.lang.Override public boolean hasRandomPageCost() { return randomPageCost_ != null; } /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return The randomPageCost. */ @java.lang.Override public com.google.protobuf.DoubleValue getRandomPageCost() { return randomPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : randomPageCost_; } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ @java.lang.Override public com.google.protobuf.DoubleValueOrBuilder getRandomPageCostOrBuilder() { return getRandomPageCost(); } public static final int SQL_INHERITANCE_FIELD_NUMBER = 73; private com.google.protobuf.BoolValue sqlInheritance_; /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return Whether the sqlInheritance field is set. */ @java.lang.Override public boolean hasSqlInheritance() { return sqlInheritance_ != null; } /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return The sqlInheritance. */ @java.lang.Override public com.google.protobuf.BoolValue getSqlInheritance() { return sqlInheritance_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : sqlInheritance_; } /** *
     * This option has been removed in PostgreSQL 10.
     * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ @java.lang.Override public com.google.protobuf.BoolValueOrBuilder getSqlInheritanceOrBuilder() { return getSqlInheritance(); } public static final int AUTOVACUUM_MAX_WORKERS_FIELD_NUMBER = 74; private com.google.protobuf.Int64Value autovacuumMaxWorkers_; /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return Whether the autovacuumMaxWorkers field is set. */ @java.lang.Override public boolean hasAutovacuumMaxWorkers() { return autovacuumMaxWorkers_ != null; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return The autovacuumMaxWorkers. */ @java.lang.Override public com.google.protobuf.Int64Value getAutovacuumMaxWorkers() { return autovacuumMaxWorkers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumMaxWorkers_; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getAutovacuumMaxWorkersOrBuilder() { return getAutovacuumMaxWorkers(); } public static final int AUTOVACUUM_VACUUM_COST_DELAY_FIELD_NUMBER = 75; private com.google.protobuf.Int64Value autovacuumVacuumCostDelay_; /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return Whether the autovacuumVacuumCostDelay field is set. */ @java.lang.Override public boolean hasAutovacuumVacuumCostDelay() { return autovacuumVacuumCostDelay_ != null; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return The autovacuumVacuumCostDelay. */ @java.lang.Override public com.google.protobuf.Int64Value getAutovacuumVacuumCostDelay() { return autovacuumVacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostDelay_; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostDelayOrBuilder() { return getAutovacuumVacuumCostDelay(); } public static final int AUTOVACUUM_VACUUM_COST_LIMIT_FIELD_NUMBER = 76; private com.google.protobuf.Int64Value autovacuumVacuumCostLimit_; /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return Whether the autovacuumVacuumCostLimit field is set. */ @java.lang.Override public boolean hasAutovacuumVacuumCostLimit() { return autovacuumVacuumCostLimit_ != null; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return The autovacuumVacuumCostLimit. */ @java.lang.Override public com.google.protobuf.Int64Value getAutovacuumVacuumCostLimit() { return autovacuumVacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostLimit_; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostLimitOrBuilder() { return getAutovacuumVacuumCostLimit(); } public static final int AUTOVACUUM_NAPTIME_FIELD_NUMBER = 77; private com.google.protobuf.Int64Value autovacuumNaptime_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return Whether the autovacuumNaptime field is set. */ @java.lang.Override public boolean hasAutovacuumNaptime() { return autovacuumNaptime_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return The autovacuumNaptime. */ @java.lang.Override public com.google.protobuf.Int64Value getAutovacuumNaptime() { return autovacuumNaptime_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumNaptime_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getAutovacuumNaptimeOrBuilder() { return getAutovacuumNaptime(); } public static final int ARCHIVE_TIMEOUT_FIELD_NUMBER = 78; private com.google.protobuf.Int64Value archiveTimeout_; /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return Whether the archiveTimeout field is set. */ @java.lang.Override public boolean hasArchiveTimeout() { return archiveTimeout_ != null; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return The archiveTimeout. */ @java.lang.Override public com.google.protobuf.Int64Value getArchiveTimeout() { return archiveTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : archiveTimeout_; } /** *
     * in milliseconds.
     * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getArchiveTimeoutOrBuilder() { return getArchiveTimeout(); } public static final int TRACK_ACTIVITY_QUERY_SIZE_FIELD_NUMBER = 79; private com.google.protobuf.Int64Value trackActivityQuerySize_; /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return Whether the trackActivityQuerySize field is set. */ @java.lang.Override public boolean hasTrackActivityQuerySize() { return trackActivityQuerySize_ != null; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return The trackActivityQuerySize. */ @java.lang.Override public com.google.protobuf.Int64Value getTrackActivityQuerySize() { return trackActivityQuerySize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : trackActivityQuerySize_; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getTrackActivityQuerySizeOrBuilder() { return getTrackActivityQuerySize(); } public static final int EFFECTIVE_IO_CONCURRENCY_FIELD_NUMBER = 80; private com.google.protobuf.Int64Value effectiveIoConcurrency_; /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return Whether the effectiveIoConcurrency field is set. */ @java.lang.Override public boolean hasEffectiveIoConcurrency() { return effectiveIoConcurrency_ != null; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return The effectiveIoConcurrency. */ @java.lang.Override public com.google.protobuf.Int64Value getEffectiveIoConcurrency() { return effectiveIoConcurrency_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveIoConcurrency_; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getEffectiveIoConcurrencyOrBuilder() { return getEffectiveIoConcurrency(); } public static final int EFFECTIVE_CACHE_SIZE_FIELD_NUMBER = 81; private com.google.protobuf.Int64Value effectiveCacheSize_; /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return Whether the effectiveCacheSize field is set. */ @java.lang.Override public boolean hasEffectiveCacheSize() { return effectiveCacheSize_ != null; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return The effectiveCacheSize. */ @java.lang.Override public com.google.protobuf.Int64Value getEffectiveCacheSize() { return effectiveCacheSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveCacheSize_; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ @java.lang.Override public com.google.protobuf.Int64ValueOrBuilder getEffectiveCacheSizeOrBuilder() { return getEffectiveCacheSize(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (maxConnections_ != null) { output.writeMessage(1, getMaxConnections()); } if (sharedBuffers_ != null) { output.writeMessage(2, getSharedBuffers()); } if (tempBuffers_ != null) { output.writeMessage(3, getTempBuffers()); } if (maxPreparedTransactions_ != null) { output.writeMessage(4, getMaxPreparedTransactions()); } if (workMem_ != null) { output.writeMessage(5, getWorkMem()); } if (maintenanceWorkMem_ != null) { output.writeMessage(6, getMaintenanceWorkMem()); } if (replacementSortTuples_ != null) { output.writeMessage(7, getReplacementSortTuples()); } if (autovacuumWorkMem_ != null) { output.writeMessage(8, getAutovacuumWorkMem()); } if (tempFileLimit_ != null) { output.writeMessage(9, getTempFileLimit()); } if (vacuumCostDelay_ != null) { output.writeMessage(10, getVacuumCostDelay()); } if (vacuumCostPageHit_ != null) { output.writeMessage(11, getVacuumCostPageHit()); } if (vacuumCostPageMiss_ != null) { output.writeMessage(12, getVacuumCostPageMiss()); } if (vacuumCostPageDirty_ != null) { output.writeMessage(13, getVacuumCostPageDirty()); } if (vacuumCostLimit_ != null) { output.writeMessage(14, getVacuumCostLimit()); } if (bgwriterDelay_ != null) { output.writeMessage(15, getBgwriterDelay()); } if (bgwriterLruMaxpages_ != null) { output.writeMessage(16, getBgwriterLruMaxpages()); } if (bgwriterLruMultiplier_ != null) { output.writeMessage(17, getBgwriterLruMultiplier()); } if (bgwriterFlushAfter_ != null) { output.writeMessage(18, getBgwriterFlushAfter()); } if (backendFlushAfter_ != null) { output.writeMessage(19, getBackendFlushAfter()); } if (oldSnapshotThreshold_ != null) { output.writeMessage(20, getOldSnapshotThreshold()); } if (walLevel_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.WAL_LEVEL_UNSPECIFIED.getNumber()) { output.writeEnum(21, walLevel_); } if (synchronousCommit_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.SYNCHRONOUS_COMMIT_UNSPECIFIED.getNumber()) { output.writeEnum(22, synchronousCommit_); } if (checkpointTimeout_ != null) { output.writeMessage(23, getCheckpointTimeout()); } if (checkpointCompletionTarget_ != null) { output.writeMessage(24, getCheckpointCompletionTarget()); } if (checkpointFlushAfter_ != null) { output.writeMessage(25, getCheckpointFlushAfter()); } if (maxWalSize_ != null) { output.writeMessage(26, getMaxWalSize()); } if (minWalSize_ != null) { output.writeMessage(27, getMinWalSize()); } if (maxStandbyStreamingDelay_ != null) { output.writeMessage(28, getMaxStandbyStreamingDelay()); } if (defaultStatisticsTarget_ != null) { output.writeMessage(29, getDefaultStatisticsTarget()); } if (constraintExclusion_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.CONSTRAINT_EXCLUSION_UNSPECIFIED.getNumber()) { output.writeEnum(30, constraintExclusion_); } if (cursorTupleFraction_ != null) { output.writeMessage(31, getCursorTupleFraction()); } if (fromCollapseLimit_ != null) { output.writeMessage(32, getFromCollapseLimit()); } if (joinCollapseLimit_ != null) { output.writeMessage(33, getJoinCollapseLimit()); } if (forceParallelMode_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.FORCE_PARALLEL_MODE_UNSPECIFIED.getNumber()) { output.writeEnum(34, forceParallelMode_); } if (clientMinMessages_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { output.writeEnum(35, clientMinMessages_); } if (logMinMessages_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { output.writeEnum(36, logMinMessages_); } if (logMinErrorStatement_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { output.writeEnum(37, logMinErrorStatement_); } if (logMinDurationStatement_ != null) { output.writeMessage(38, getLogMinDurationStatement()); } if (logCheckpoints_ != null) { output.writeMessage(39, getLogCheckpoints()); } if (logConnections_ != null) { output.writeMessage(40, getLogConnections()); } if (logDisconnections_ != null) { output.writeMessage(41, getLogDisconnections()); } if (logDuration_ != null) { output.writeMessage(42, getLogDuration()); } if (logErrorVerbosity_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.LOG_ERROR_VERBOSITY_UNSPECIFIED.getNumber()) { output.writeEnum(43, logErrorVerbosity_); } if (logLockWaits_ != null) { output.writeMessage(44, getLogLockWaits()); } if (logStatement_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.LOG_STATEMENT_UNSPECIFIED.getNumber()) { output.writeEnum(45, logStatement_); } if (logTempFiles_ != null) { output.writeMessage(46, getLogTempFiles()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(searchPath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 47, searchPath_); } if (rowSecurity_ != null) { output.writeMessage(48, getRowSecurity()); } if (defaultTransactionIsolation_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.TRANSACTION_ISOLATION_UNSPECIFIED.getNumber()) { output.writeEnum(49, defaultTransactionIsolation_); } if (statementTimeout_ != null) { output.writeMessage(50, getStatementTimeout()); } if (lockTimeout_ != null) { output.writeMessage(51, getLockTimeout()); } if (idleInTransactionSessionTimeout_ != null) { output.writeMessage(52, getIdleInTransactionSessionTimeout()); } if (byteaOutput_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.BYTEA_OUTPUT_UNSPECIFIED.getNumber()) { output.writeEnum(53, byteaOutput_); } if (xmlbinary_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.XML_BINARY_UNSPECIFIED.getNumber()) { output.writeEnum(54, xmlbinary_); } if (xmloption_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.XML_OPTION_UNSPECIFIED.getNumber()) { output.writeEnum(55, xmloption_); } if (ginPendingListLimit_ != null) { output.writeMessage(56, getGinPendingListLimit()); } if (deadlockTimeout_ != null) { output.writeMessage(57, getDeadlockTimeout()); } if (maxLocksPerTransaction_ != null) { output.writeMessage(58, getMaxLocksPerTransaction()); } if (maxPredLocksPerTransaction_ != null) { output.writeMessage(59, getMaxPredLocksPerTransaction()); } if (arrayNulls_ != null) { output.writeMessage(60, getArrayNulls()); } if (backslashQuote_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.BACKSLASH_QUOTE_UNSPECIFIED.getNumber()) { output.writeEnum(61, backslashQuote_); } if (defaultWithOids_ != null) { output.writeMessage(62, getDefaultWithOids()); } if (escapeStringWarning_ != null) { output.writeMessage(63, getEscapeStringWarning()); } if (loCompatPrivileges_ != null) { output.writeMessage(64, getLoCompatPrivileges()); } if (operatorPrecedenceWarning_ != null) { output.writeMessage(65, getOperatorPrecedenceWarning()); } if (quoteAllIdentifiers_ != null) { output.writeMessage(66, getQuoteAllIdentifiers()); } if (standardConformingStrings_ != null) { output.writeMessage(67, getStandardConformingStrings()); } if (synchronizeSeqscans_ != null) { output.writeMessage(68, getSynchronizeSeqscans()); } if (transformNullEquals_ != null) { output.writeMessage(69, getTransformNullEquals()); } if (exitOnError_ != null) { output.writeMessage(70, getExitOnError()); } if (seqPageCost_ != null) { output.writeMessage(71, getSeqPageCost()); } if (randomPageCost_ != null) { output.writeMessage(72, getRandomPageCost()); } if (sqlInheritance_ != null) { output.writeMessage(73, getSqlInheritance()); } if (autovacuumMaxWorkers_ != null) { output.writeMessage(74, getAutovacuumMaxWorkers()); } if (autovacuumVacuumCostDelay_ != null) { output.writeMessage(75, getAutovacuumVacuumCostDelay()); } if (autovacuumVacuumCostLimit_ != null) { output.writeMessage(76, getAutovacuumVacuumCostLimit()); } if (autovacuumNaptime_ != null) { output.writeMessage(77, getAutovacuumNaptime()); } if (archiveTimeout_ != null) { output.writeMessage(78, getArchiveTimeout()); } if (trackActivityQuerySize_ != null) { output.writeMessage(79, getTrackActivityQuerySize()); } if (effectiveIoConcurrency_ != null) { output.writeMessage(80, getEffectiveIoConcurrency()); } if (effectiveCacheSize_ != null) { output.writeMessage(81, getEffectiveCacheSize()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (maxConnections_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getMaxConnections()); } if (sharedBuffers_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getSharedBuffers()); } if (tempBuffers_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getTempBuffers()); } if (maxPreparedTransactions_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getMaxPreparedTransactions()); } if (workMem_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getWorkMem()); } if (maintenanceWorkMem_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getMaintenanceWorkMem()); } if (replacementSortTuples_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getReplacementSortTuples()); } if (autovacuumWorkMem_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getAutovacuumWorkMem()); } if (tempFileLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, getTempFileLimit()); } if (vacuumCostDelay_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getVacuumCostDelay()); } if (vacuumCostPageHit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, getVacuumCostPageHit()); } if (vacuumCostPageMiss_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, getVacuumCostPageMiss()); } if (vacuumCostPageDirty_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, getVacuumCostPageDirty()); } if (vacuumCostLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, getVacuumCostLimit()); } if (bgwriterDelay_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getBgwriterDelay()); } if (bgwriterLruMaxpages_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, getBgwriterLruMaxpages()); } if (bgwriterLruMultiplier_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, getBgwriterLruMultiplier()); } if (bgwriterFlushAfter_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, getBgwriterFlushAfter()); } if (backendFlushAfter_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, getBackendFlushAfter()); } if (oldSnapshotThreshold_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, getOldSnapshotThreshold()); } if (walLevel_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.WAL_LEVEL_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(21, walLevel_); } if (synchronousCommit_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.SYNCHRONOUS_COMMIT_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(22, synchronousCommit_); } if (checkpointTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(23, getCheckpointTimeout()); } if (checkpointCompletionTarget_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(24, getCheckpointCompletionTarget()); } if (checkpointFlushAfter_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, getCheckpointFlushAfter()); } if (maxWalSize_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(26, getMaxWalSize()); } if (minWalSize_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(27, getMinWalSize()); } if (maxStandbyStreamingDelay_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(28, getMaxStandbyStreamingDelay()); } if (defaultStatisticsTarget_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(29, getDefaultStatisticsTarget()); } if (constraintExclusion_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.CONSTRAINT_EXCLUSION_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(30, constraintExclusion_); } if (cursorTupleFraction_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(31, getCursorTupleFraction()); } if (fromCollapseLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(32, getFromCollapseLimit()); } if (joinCollapseLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(33, getJoinCollapseLimit()); } if (forceParallelMode_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.FORCE_PARALLEL_MODE_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(34, forceParallelMode_); } if (clientMinMessages_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(35, clientMinMessages_); } if (logMinMessages_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(36, logMinMessages_); } if (logMinErrorStatement_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.LOG_LEVEL_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(37, logMinErrorStatement_); } if (logMinDurationStatement_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(38, getLogMinDurationStatement()); } if (logCheckpoints_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(39, getLogCheckpoints()); } if (logConnections_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(40, getLogConnections()); } if (logDisconnections_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(41, getLogDisconnections()); } if (logDuration_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, getLogDuration()); } if (logErrorVerbosity_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.LOG_ERROR_VERBOSITY_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(43, logErrorVerbosity_); } if (logLockWaits_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(44, getLogLockWaits()); } if (logStatement_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.LOG_STATEMENT_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(45, logStatement_); } if (logTempFiles_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, getLogTempFiles()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(searchPath_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(47, searchPath_); } if (rowSecurity_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(48, getRowSecurity()); } if (defaultTransactionIsolation_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.TRANSACTION_ISOLATION_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(49, defaultTransactionIsolation_); } if (statementTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(50, getStatementTimeout()); } if (lockTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, getLockTimeout()); } if (idleInTransactionSessionTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(52, getIdleInTransactionSessionTimeout()); } if (byteaOutput_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.BYTEA_OUTPUT_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(53, byteaOutput_); } if (xmlbinary_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.XML_BINARY_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(54, xmlbinary_); } if (xmloption_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.XML_OPTION_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(55, xmloption_); } if (ginPendingListLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(56, getGinPendingListLimit()); } if (deadlockTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(57, getDeadlockTimeout()); } if (maxLocksPerTransaction_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(58, getMaxLocksPerTransaction()); } if (maxPredLocksPerTransaction_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(59, getMaxPredLocksPerTransaction()); } if (arrayNulls_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(60, getArrayNulls()); } if (backslashQuote_ != yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.BACKSLASH_QUOTE_UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(61, backslashQuote_); } if (defaultWithOids_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, getDefaultWithOids()); } if (escapeStringWarning_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(63, getEscapeStringWarning()); } if (loCompatPrivileges_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, getLoCompatPrivileges()); } if (operatorPrecedenceWarning_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(65, getOperatorPrecedenceWarning()); } if (quoteAllIdentifiers_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(66, getQuoteAllIdentifiers()); } if (standardConformingStrings_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(67, getStandardConformingStrings()); } if (synchronizeSeqscans_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(68, getSynchronizeSeqscans()); } if (transformNullEquals_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(69, getTransformNullEquals()); } if (exitOnError_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(70, getExitOnError()); } if (seqPageCost_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(71, getSeqPageCost()); } if (randomPageCost_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(72, getRandomPageCost()); } if (sqlInheritance_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(73, getSqlInheritance()); } if (autovacuumMaxWorkers_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(74, getAutovacuumMaxWorkers()); } if (autovacuumVacuumCostDelay_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(75, getAutovacuumVacuumCostDelay()); } if (autovacuumVacuumCostLimit_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(76, getAutovacuumVacuumCostLimit()); } if (autovacuumNaptime_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(77, getAutovacuumNaptime()); } if (archiveTimeout_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(78, getArchiveTimeout()); } if (trackActivityQuerySize_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(79, getTrackActivityQuerySize()); } if (effectiveIoConcurrency_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(80, getEffectiveIoConcurrency()); } if (effectiveCacheSize_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(81, getEffectiveCacheSize()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6)) { return super.equals(obj); } yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 other = (yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6) obj; if (hasMaxConnections() != other.hasMaxConnections()) return false; if (hasMaxConnections()) { if (!getMaxConnections() .equals(other.getMaxConnections())) return false; } if (hasSharedBuffers() != other.hasSharedBuffers()) return false; if (hasSharedBuffers()) { if (!getSharedBuffers() .equals(other.getSharedBuffers())) return false; } if (hasTempBuffers() != other.hasTempBuffers()) return false; if (hasTempBuffers()) { if (!getTempBuffers() .equals(other.getTempBuffers())) return false; } if (hasMaxPreparedTransactions() != other.hasMaxPreparedTransactions()) return false; if (hasMaxPreparedTransactions()) { if (!getMaxPreparedTransactions() .equals(other.getMaxPreparedTransactions())) return false; } if (hasWorkMem() != other.hasWorkMem()) return false; if (hasWorkMem()) { if (!getWorkMem() .equals(other.getWorkMem())) return false; } if (hasMaintenanceWorkMem() != other.hasMaintenanceWorkMem()) return false; if (hasMaintenanceWorkMem()) { if (!getMaintenanceWorkMem() .equals(other.getMaintenanceWorkMem())) return false; } if (hasReplacementSortTuples() != other.hasReplacementSortTuples()) return false; if (hasReplacementSortTuples()) { if (!getReplacementSortTuples() .equals(other.getReplacementSortTuples())) return false; } if (hasAutovacuumWorkMem() != other.hasAutovacuumWorkMem()) return false; if (hasAutovacuumWorkMem()) { if (!getAutovacuumWorkMem() .equals(other.getAutovacuumWorkMem())) return false; } if (hasTempFileLimit() != other.hasTempFileLimit()) return false; if (hasTempFileLimit()) { if (!getTempFileLimit() .equals(other.getTempFileLimit())) return false; } if (hasVacuumCostDelay() != other.hasVacuumCostDelay()) return false; if (hasVacuumCostDelay()) { if (!getVacuumCostDelay() .equals(other.getVacuumCostDelay())) return false; } if (hasVacuumCostPageHit() != other.hasVacuumCostPageHit()) return false; if (hasVacuumCostPageHit()) { if (!getVacuumCostPageHit() .equals(other.getVacuumCostPageHit())) return false; } if (hasVacuumCostPageMiss() != other.hasVacuumCostPageMiss()) return false; if (hasVacuumCostPageMiss()) { if (!getVacuumCostPageMiss() .equals(other.getVacuumCostPageMiss())) return false; } if (hasVacuumCostPageDirty() != other.hasVacuumCostPageDirty()) return false; if (hasVacuumCostPageDirty()) { if (!getVacuumCostPageDirty() .equals(other.getVacuumCostPageDirty())) return false; } if (hasVacuumCostLimit() != other.hasVacuumCostLimit()) return false; if (hasVacuumCostLimit()) { if (!getVacuumCostLimit() .equals(other.getVacuumCostLimit())) return false; } if (hasBgwriterDelay() != other.hasBgwriterDelay()) return false; if (hasBgwriterDelay()) { if (!getBgwriterDelay() .equals(other.getBgwriterDelay())) return false; } if (hasBgwriterLruMaxpages() != other.hasBgwriterLruMaxpages()) return false; if (hasBgwriterLruMaxpages()) { if (!getBgwriterLruMaxpages() .equals(other.getBgwriterLruMaxpages())) return false; } if (hasBgwriterLruMultiplier() != other.hasBgwriterLruMultiplier()) return false; if (hasBgwriterLruMultiplier()) { if (!getBgwriterLruMultiplier() .equals(other.getBgwriterLruMultiplier())) return false; } if (hasBgwriterFlushAfter() != other.hasBgwriterFlushAfter()) return false; if (hasBgwriterFlushAfter()) { if (!getBgwriterFlushAfter() .equals(other.getBgwriterFlushAfter())) return false; } if (hasBackendFlushAfter() != other.hasBackendFlushAfter()) return false; if (hasBackendFlushAfter()) { if (!getBackendFlushAfter() .equals(other.getBackendFlushAfter())) return false; } if (hasOldSnapshotThreshold() != other.hasOldSnapshotThreshold()) return false; if (hasOldSnapshotThreshold()) { if (!getOldSnapshotThreshold() .equals(other.getOldSnapshotThreshold())) return false; } if (walLevel_ != other.walLevel_) return false; if (synchronousCommit_ != other.synchronousCommit_) return false; if (hasCheckpointTimeout() != other.hasCheckpointTimeout()) return false; if (hasCheckpointTimeout()) { if (!getCheckpointTimeout() .equals(other.getCheckpointTimeout())) return false; } if (hasCheckpointCompletionTarget() != other.hasCheckpointCompletionTarget()) return false; if (hasCheckpointCompletionTarget()) { if (!getCheckpointCompletionTarget() .equals(other.getCheckpointCompletionTarget())) return false; } if (hasCheckpointFlushAfter() != other.hasCheckpointFlushAfter()) return false; if (hasCheckpointFlushAfter()) { if (!getCheckpointFlushAfter() .equals(other.getCheckpointFlushAfter())) return false; } if (hasMaxWalSize() != other.hasMaxWalSize()) return false; if (hasMaxWalSize()) { if (!getMaxWalSize() .equals(other.getMaxWalSize())) return false; } if (hasMinWalSize() != other.hasMinWalSize()) return false; if (hasMinWalSize()) { if (!getMinWalSize() .equals(other.getMinWalSize())) return false; } if (hasMaxStandbyStreamingDelay() != other.hasMaxStandbyStreamingDelay()) return false; if (hasMaxStandbyStreamingDelay()) { if (!getMaxStandbyStreamingDelay() .equals(other.getMaxStandbyStreamingDelay())) return false; } if (hasDefaultStatisticsTarget() != other.hasDefaultStatisticsTarget()) return false; if (hasDefaultStatisticsTarget()) { if (!getDefaultStatisticsTarget() .equals(other.getDefaultStatisticsTarget())) return false; } if (constraintExclusion_ != other.constraintExclusion_) return false; if (hasCursorTupleFraction() != other.hasCursorTupleFraction()) return false; if (hasCursorTupleFraction()) { if (!getCursorTupleFraction() .equals(other.getCursorTupleFraction())) return false; } if (hasFromCollapseLimit() != other.hasFromCollapseLimit()) return false; if (hasFromCollapseLimit()) { if (!getFromCollapseLimit() .equals(other.getFromCollapseLimit())) return false; } if (hasJoinCollapseLimit() != other.hasJoinCollapseLimit()) return false; if (hasJoinCollapseLimit()) { if (!getJoinCollapseLimit() .equals(other.getJoinCollapseLimit())) return false; } if (forceParallelMode_ != other.forceParallelMode_) return false; if (clientMinMessages_ != other.clientMinMessages_) return false; if (logMinMessages_ != other.logMinMessages_) return false; if (logMinErrorStatement_ != other.logMinErrorStatement_) return false; if (hasLogMinDurationStatement() != other.hasLogMinDurationStatement()) return false; if (hasLogMinDurationStatement()) { if (!getLogMinDurationStatement() .equals(other.getLogMinDurationStatement())) return false; } if (hasLogCheckpoints() != other.hasLogCheckpoints()) return false; if (hasLogCheckpoints()) { if (!getLogCheckpoints() .equals(other.getLogCheckpoints())) return false; } if (hasLogConnections() != other.hasLogConnections()) return false; if (hasLogConnections()) { if (!getLogConnections() .equals(other.getLogConnections())) return false; } if (hasLogDisconnections() != other.hasLogDisconnections()) return false; if (hasLogDisconnections()) { if (!getLogDisconnections() .equals(other.getLogDisconnections())) return false; } if (hasLogDuration() != other.hasLogDuration()) return false; if (hasLogDuration()) { if (!getLogDuration() .equals(other.getLogDuration())) return false; } if (logErrorVerbosity_ != other.logErrorVerbosity_) return false; if (hasLogLockWaits() != other.hasLogLockWaits()) return false; if (hasLogLockWaits()) { if (!getLogLockWaits() .equals(other.getLogLockWaits())) return false; } if (logStatement_ != other.logStatement_) return false; if (hasLogTempFiles() != other.hasLogTempFiles()) return false; if (hasLogTempFiles()) { if (!getLogTempFiles() .equals(other.getLogTempFiles())) return false; } if (!getSearchPath() .equals(other.getSearchPath())) return false; if (hasRowSecurity() != other.hasRowSecurity()) return false; if (hasRowSecurity()) { if (!getRowSecurity() .equals(other.getRowSecurity())) return false; } if (defaultTransactionIsolation_ != other.defaultTransactionIsolation_) return false; if (hasStatementTimeout() != other.hasStatementTimeout()) return false; if (hasStatementTimeout()) { if (!getStatementTimeout() .equals(other.getStatementTimeout())) return false; } if (hasLockTimeout() != other.hasLockTimeout()) return false; if (hasLockTimeout()) { if (!getLockTimeout() .equals(other.getLockTimeout())) return false; } if (hasIdleInTransactionSessionTimeout() != other.hasIdleInTransactionSessionTimeout()) return false; if (hasIdleInTransactionSessionTimeout()) { if (!getIdleInTransactionSessionTimeout() .equals(other.getIdleInTransactionSessionTimeout())) return false; } if (byteaOutput_ != other.byteaOutput_) return false; if (xmlbinary_ != other.xmlbinary_) return false; if (xmloption_ != other.xmloption_) return false; if (hasGinPendingListLimit() != other.hasGinPendingListLimit()) return false; if (hasGinPendingListLimit()) { if (!getGinPendingListLimit() .equals(other.getGinPendingListLimit())) return false; } if (hasDeadlockTimeout() != other.hasDeadlockTimeout()) return false; if (hasDeadlockTimeout()) { if (!getDeadlockTimeout() .equals(other.getDeadlockTimeout())) return false; } if (hasMaxLocksPerTransaction() != other.hasMaxLocksPerTransaction()) return false; if (hasMaxLocksPerTransaction()) { if (!getMaxLocksPerTransaction() .equals(other.getMaxLocksPerTransaction())) return false; } if (hasMaxPredLocksPerTransaction() != other.hasMaxPredLocksPerTransaction()) return false; if (hasMaxPredLocksPerTransaction()) { if (!getMaxPredLocksPerTransaction() .equals(other.getMaxPredLocksPerTransaction())) return false; } if (hasArrayNulls() != other.hasArrayNulls()) return false; if (hasArrayNulls()) { if (!getArrayNulls() .equals(other.getArrayNulls())) return false; } if (backslashQuote_ != other.backslashQuote_) return false; if (hasDefaultWithOids() != other.hasDefaultWithOids()) return false; if (hasDefaultWithOids()) { if (!getDefaultWithOids() .equals(other.getDefaultWithOids())) return false; } if (hasEscapeStringWarning() != other.hasEscapeStringWarning()) return false; if (hasEscapeStringWarning()) { if (!getEscapeStringWarning() .equals(other.getEscapeStringWarning())) return false; } if (hasLoCompatPrivileges() != other.hasLoCompatPrivileges()) return false; if (hasLoCompatPrivileges()) { if (!getLoCompatPrivileges() .equals(other.getLoCompatPrivileges())) return false; } if (hasOperatorPrecedenceWarning() != other.hasOperatorPrecedenceWarning()) return false; if (hasOperatorPrecedenceWarning()) { if (!getOperatorPrecedenceWarning() .equals(other.getOperatorPrecedenceWarning())) return false; } if (hasQuoteAllIdentifiers() != other.hasQuoteAllIdentifiers()) return false; if (hasQuoteAllIdentifiers()) { if (!getQuoteAllIdentifiers() .equals(other.getQuoteAllIdentifiers())) return false; } if (hasStandardConformingStrings() != other.hasStandardConformingStrings()) return false; if (hasStandardConformingStrings()) { if (!getStandardConformingStrings() .equals(other.getStandardConformingStrings())) return false; } if (hasSynchronizeSeqscans() != other.hasSynchronizeSeqscans()) return false; if (hasSynchronizeSeqscans()) { if (!getSynchronizeSeqscans() .equals(other.getSynchronizeSeqscans())) return false; } if (hasTransformNullEquals() != other.hasTransformNullEquals()) return false; if (hasTransformNullEquals()) { if (!getTransformNullEquals() .equals(other.getTransformNullEquals())) return false; } if (hasExitOnError() != other.hasExitOnError()) return false; if (hasExitOnError()) { if (!getExitOnError() .equals(other.getExitOnError())) return false; } if (hasSeqPageCost() != other.hasSeqPageCost()) return false; if (hasSeqPageCost()) { if (!getSeqPageCost() .equals(other.getSeqPageCost())) return false; } if (hasRandomPageCost() != other.hasRandomPageCost()) return false; if (hasRandomPageCost()) { if (!getRandomPageCost() .equals(other.getRandomPageCost())) return false; } if (hasSqlInheritance() != other.hasSqlInheritance()) return false; if (hasSqlInheritance()) { if (!getSqlInheritance() .equals(other.getSqlInheritance())) return false; } if (hasAutovacuumMaxWorkers() != other.hasAutovacuumMaxWorkers()) return false; if (hasAutovacuumMaxWorkers()) { if (!getAutovacuumMaxWorkers() .equals(other.getAutovacuumMaxWorkers())) return false; } if (hasAutovacuumVacuumCostDelay() != other.hasAutovacuumVacuumCostDelay()) return false; if (hasAutovacuumVacuumCostDelay()) { if (!getAutovacuumVacuumCostDelay() .equals(other.getAutovacuumVacuumCostDelay())) return false; } if (hasAutovacuumVacuumCostLimit() != other.hasAutovacuumVacuumCostLimit()) return false; if (hasAutovacuumVacuumCostLimit()) { if (!getAutovacuumVacuumCostLimit() .equals(other.getAutovacuumVacuumCostLimit())) return false; } if (hasAutovacuumNaptime() != other.hasAutovacuumNaptime()) return false; if (hasAutovacuumNaptime()) { if (!getAutovacuumNaptime() .equals(other.getAutovacuumNaptime())) return false; } if (hasArchiveTimeout() != other.hasArchiveTimeout()) return false; if (hasArchiveTimeout()) { if (!getArchiveTimeout() .equals(other.getArchiveTimeout())) return false; } if (hasTrackActivityQuerySize() != other.hasTrackActivityQuerySize()) return false; if (hasTrackActivityQuerySize()) { if (!getTrackActivityQuerySize() .equals(other.getTrackActivityQuerySize())) return false; } if (hasEffectiveIoConcurrency() != other.hasEffectiveIoConcurrency()) return false; if (hasEffectiveIoConcurrency()) { if (!getEffectiveIoConcurrency() .equals(other.getEffectiveIoConcurrency())) return false; } if (hasEffectiveCacheSize() != other.hasEffectiveCacheSize()) return false; if (hasEffectiveCacheSize()) { if (!getEffectiveCacheSize() .equals(other.getEffectiveCacheSize())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasMaxConnections()) { hash = (37 * hash) + MAX_CONNECTIONS_FIELD_NUMBER; hash = (53 * hash) + getMaxConnections().hashCode(); } if (hasSharedBuffers()) { hash = (37 * hash) + SHARED_BUFFERS_FIELD_NUMBER; hash = (53 * hash) + getSharedBuffers().hashCode(); } if (hasTempBuffers()) { hash = (37 * hash) + TEMP_BUFFERS_FIELD_NUMBER; hash = (53 * hash) + getTempBuffers().hashCode(); } if (hasMaxPreparedTransactions()) { hash = (37 * hash) + MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER; hash = (53 * hash) + getMaxPreparedTransactions().hashCode(); } if (hasWorkMem()) { hash = (37 * hash) + WORK_MEM_FIELD_NUMBER; hash = (53 * hash) + getWorkMem().hashCode(); } if (hasMaintenanceWorkMem()) { hash = (37 * hash) + MAINTENANCE_WORK_MEM_FIELD_NUMBER; hash = (53 * hash) + getMaintenanceWorkMem().hashCode(); } if (hasReplacementSortTuples()) { hash = (37 * hash) + REPLACEMENT_SORT_TUPLES_FIELD_NUMBER; hash = (53 * hash) + getReplacementSortTuples().hashCode(); } if (hasAutovacuumWorkMem()) { hash = (37 * hash) + AUTOVACUUM_WORK_MEM_FIELD_NUMBER; hash = (53 * hash) + getAutovacuumWorkMem().hashCode(); } if (hasTempFileLimit()) { hash = (37 * hash) + TEMP_FILE_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getTempFileLimit().hashCode(); } if (hasVacuumCostDelay()) { hash = (37 * hash) + VACUUM_COST_DELAY_FIELD_NUMBER; hash = (53 * hash) + getVacuumCostDelay().hashCode(); } if (hasVacuumCostPageHit()) { hash = (37 * hash) + VACUUM_COST_PAGE_HIT_FIELD_NUMBER; hash = (53 * hash) + getVacuumCostPageHit().hashCode(); } if (hasVacuumCostPageMiss()) { hash = (37 * hash) + VACUUM_COST_PAGE_MISS_FIELD_NUMBER; hash = (53 * hash) + getVacuumCostPageMiss().hashCode(); } if (hasVacuumCostPageDirty()) { hash = (37 * hash) + VACUUM_COST_PAGE_DIRTY_FIELD_NUMBER; hash = (53 * hash) + getVacuumCostPageDirty().hashCode(); } if (hasVacuumCostLimit()) { hash = (37 * hash) + VACUUM_COST_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getVacuumCostLimit().hashCode(); } if (hasBgwriterDelay()) { hash = (37 * hash) + BGWRITER_DELAY_FIELD_NUMBER; hash = (53 * hash) + getBgwriterDelay().hashCode(); } if (hasBgwriterLruMaxpages()) { hash = (37 * hash) + BGWRITER_LRU_MAXPAGES_FIELD_NUMBER; hash = (53 * hash) + getBgwriterLruMaxpages().hashCode(); } if (hasBgwriterLruMultiplier()) { hash = (37 * hash) + BGWRITER_LRU_MULTIPLIER_FIELD_NUMBER; hash = (53 * hash) + getBgwriterLruMultiplier().hashCode(); } if (hasBgwriterFlushAfter()) { hash = (37 * hash) + BGWRITER_FLUSH_AFTER_FIELD_NUMBER; hash = (53 * hash) + getBgwriterFlushAfter().hashCode(); } if (hasBackendFlushAfter()) { hash = (37 * hash) + BACKEND_FLUSH_AFTER_FIELD_NUMBER; hash = (53 * hash) + getBackendFlushAfter().hashCode(); } if (hasOldSnapshotThreshold()) { hash = (37 * hash) + OLD_SNAPSHOT_THRESHOLD_FIELD_NUMBER; hash = (53 * hash) + getOldSnapshotThreshold().hashCode(); } hash = (37 * hash) + WAL_LEVEL_FIELD_NUMBER; hash = (53 * hash) + walLevel_; hash = (37 * hash) + SYNCHRONOUS_COMMIT_FIELD_NUMBER; hash = (53 * hash) + synchronousCommit_; if (hasCheckpointTimeout()) { hash = (37 * hash) + CHECKPOINT_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getCheckpointTimeout().hashCode(); } if (hasCheckpointCompletionTarget()) { hash = (37 * hash) + CHECKPOINT_COMPLETION_TARGET_FIELD_NUMBER; hash = (53 * hash) + getCheckpointCompletionTarget().hashCode(); } if (hasCheckpointFlushAfter()) { hash = (37 * hash) + CHECKPOINT_FLUSH_AFTER_FIELD_NUMBER; hash = (53 * hash) + getCheckpointFlushAfter().hashCode(); } if (hasMaxWalSize()) { hash = (37 * hash) + MAX_WAL_SIZE_FIELD_NUMBER; hash = (53 * hash) + getMaxWalSize().hashCode(); } if (hasMinWalSize()) { hash = (37 * hash) + MIN_WAL_SIZE_FIELD_NUMBER; hash = (53 * hash) + getMinWalSize().hashCode(); } if (hasMaxStandbyStreamingDelay()) { hash = (37 * hash) + MAX_STANDBY_STREAMING_DELAY_FIELD_NUMBER; hash = (53 * hash) + getMaxStandbyStreamingDelay().hashCode(); } if (hasDefaultStatisticsTarget()) { hash = (37 * hash) + DEFAULT_STATISTICS_TARGET_FIELD_NUMBER; hash = (53 * hash) + getDefaultStatisticsTarget().hashCode(); } hash = (37 * hash) + CONSTRAINT_EXCLUSION_FIELD_NUMBER; hash = (53 * hash) + constraintExclusion_; if (hasCursorTupleFraction()) { hash = (37 * hash) + CURSOR_TUPLE_FRACTION_FIELD_NUMBER; hash = (53 * hash) + getCursorTupleFraction().hashCode(); } if (hasFromCollapseLimit()) { hash = (37 * hash) + FROM_COLLAPSE_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getFromCollapseLimit().hashCode(); } if (hasJoinCollapseLimit()) { hash = (37 * hash) + JOIN_COLLAPSE_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getJoinCollapseLimit().hashCode(); } hash = (37 * hash) + FORCE_PARALLEL_MODE_FIELD_NUMBER; hash = (53 * hash) + forceParallelMode_; hash = (37 * hash) + CLIENT_MIN_MESSAGES_FIELD_NUMBER; hash = (53 * hash) + clientMinMessages_; hash = (37 * hash) + LOG_MIN_MESSAGES_FIELD_NUMBER; hash = (53 * hash) + logMinMessages_; hash = (37 * hash) + LOG_MIN_ERROR_STATEMENT_FIELD_NUMBER; hash = (53 * hash) + logMinErrorStatement_; if (hasLogMinDurationStatement()) { hash = (37 * hash) + LOG_MIN_DURATION_STATEMENT_FIELD_NUMBER; hash = (53 * hash) + getLogMinDurationStatement().hashCode(); } if (hasLogCheckpoints()) { hash = (37 * hash) + LOG_CHECKPOINTS_FIELD_NUMBER; hash = (53 * hash) + getLogCheckpoints().hashCode(); } if (hasLogConnections()) { hash = (37 * hash) + LOG_CONNECTIONS_FIELD_NUMBER; hash = (53 * hash) + getLogConnections().hashCode(); } if (hasLogDisconnections()) { hash = (37 * hash) + LOG_DISCONNECTIONS_FIELD_NUMBER; hash = (53 * hash) + getLogDisconnections().hashCode(); } if (hasLogDuration()) { hash = (37 * hash) + LOG_DURATION_FIELD_NUMBER; hash = (53 * hash) + getLogDuration().hashCode(); } hash = (37 * hash) + LOG_ERROR_VERBOSITY_FIELD_NUMBER; hash = (53 * hash) + logErrorVerbosity_; if (hasLogLockWaits()) { hash = (37 * hash) + LOG_LOCK_WAITS_FIELD_NUMBER; hash = (53 * hash) + getLogLockWaits().hashCode(); } hash = (37 * hash) + LOG_STATEMENT_FIELD_NUMBER; hash = (53 * hash) + logStatement_; if (hasLogTempFiles()) { hash = (37 * hash) + LOG_TEMP_FILES_FIELD_NUMBER; hash = (53 * hash) + getLogTempFiles().hashCode(); } hash = (37 * hash) + SEARCH_PATH_FIELD_NUMBER; hash = (53 * hash) + getSearchPath().hashCode(); if (hasRowSecurity()) { hash = (37 * hash) + ROW_SECURITY_FIELD_NUMBER; hash = (53 * hash) + getRowSecurity().hashCode(); } hash = (37 * hash) + DEFAULT_TRANSACTION_ISOLATION_FIELD_NUMBER; hash = (53 * hash) + defaultTransactionIsolation_; if (hasStatementTimeout()) { hash = (37 * hash) + STATEMENT_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getStatementTimeout().hashCode(); } if (hasLockTimeout()) { hash = (37 * hash) + LOCK_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getLockTimeout().hashCode(); } if (hasIdleInTransactionSessionTimeout()) { hash = (37 * hash) + IDLE_IN_TRANSACTION_SESSION_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getIdleInTransactionSessionTimeout().hashCode(); } hash = (37 * hash) + BYTEA_OUTPUT_FIELD_NUMBER; hash = (53 * hash) + byteaOutput_; hash = (37 * hash) + XMLBINARY_FIELD_NUMBER; hash = (53 * hash) + xmlbinary_; hash = (37 * hash) + XMLOPTION_FIELD_NUMBER; hash = (53 * hash) + xmloption_; if (hasGinPendingListLimit()) { hash = (37 * hash) + GIN_PENDING_LIST_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getGinPendingListLimit().hashCode(); } if (hasDeadlockTimeout()) { hash = (37 * hash) + DEADLOCK_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getDeadlockTimeout().hashCode(); } if (hasMaxLocksPerTransaction()) { hash = (37 * hash) + MAX_LOCKS_PER_TRANSACTION_FIELD_NUMBER; hash = (53 * hash) + getMaxLocksPerTransaction().hashCode(); } if (hasMaxPredLocksPerTransaction()) { hash = (37 * hash) + MAX_PRED_LOCKS_PER_TRANSACTION_FIELD_NUMBER; hash = (53 * hash) + getMaxPredLocksPerTransaction().hashCode(); } if (hasArrayNulls()) { hash = (37 * hash) + ARRAY_NULLS_FIELD_NUMBER; hash = (53 * hash) + getArrayNulls().hashCode(); } hash = (37 * hash) + BACKSLASH_QUOTE_FIELD_NUMBER; hash = (53 * hash) + backslashQuote_; if (hasDefaultWithOids()) { hash = (37 * hash) + DEFAULT_WITH_OIDS_FIELD_NUMBER; hash = (53 * hash) + getDefaultWithOids().hashCode(); } if (hasEscapeStringWarning()) { hash = (37 * hash) + ESCAPE_STRING_WARNING_FIELD_NUMBER; hash = (53 * hash) + getEscapeStringWarning().hashCode(); } if (hasLoCompatPrivileges()) { hash = (37 * hash) + LO_COMPAT_PRIVILEGES_FIELD_NUMBER; hash = (53 * hash) + getLoCompatPrivileges().hashCode(); } if (hasOperatorPrecedenceWarning()) { hash = (37 * hash) + OPERATOR_PRECEDENCE_WARNING_FIELD_NUMBER; hash = (53 * hash) + getOperatorPrecedenceWarning().hashCode(); } if (hasQuoteAllIdentifiers()) { hash = (37 * hash) + QUOTE_ALL_IDENTIFIERS_FIELD_NUMBER; hash = (53 * hash) + getQuoteAllIdentifiers().hashCode(); } if (hasStandardConformingStrings()) { hash = (37 * hash) + STANDARD_CONFORMING_STRINGS_FIELD_NUMBER; hash = (53 * hash) + getStandardConformingStrings().hashCode(); } if (hasSynchronizeSeqscans()) { hash = (37 * hash) + SYNCHRONIZE_SEQSCANS_FIELD_NUMBER; hash = (53 * hash) + getSynchronizeSeqscans().hashCode(); } if (hasTransformNullEquals()) { hash = (37 * hash) + TRANSFORM_NULL_EQUALS_FIELD_NUMBER; hash = (53 * hash) + getTransformNullEquals().hashCode(); } if (hasExitOnError()) { hash = (37 * hash) + EXIT_ON_ERROR_FIELD_NUMBER; hash = (53 * hash) + getExitOnError().hashCode(); } if (hasSeqPageCost()) { hash = (37 * hash) + SEQ_PAGE_COST_FIELD_NUMBER; hash = (53 * hash) + getSeqPageCost().hashCode(); } if (hasRandomPageCost()) { hash = (37 * hash) + RANDOM_PAGE_COST_FIELD_NUMBER; hash = (53 * hash) + getRandomPageCost().hashCode(); } if (hasSqlInheritance()) { hash = (37 * hash) + SQL_INHERITANCE_FIELD_NUMBER; hash = (53 * hash) + getSqlInheritance().hashCode(); } if (hasAutovacuumMaxWorkers()) { hash = (37 * hash) + AUTOVACUUM_MAX_WORKERS_FIELD_NUMBER; hash = (53 * hash) + getAutovacuumMaxWorkers().hashCode(); } if (hasAutovacuumVacuumCostDelay()) { hash = (37 * hash) + AUTOVACUUM_VACUUM_COST_DELAY_FIELD_NUMBER; hash = (53 * hash) + getAutovacuumVacuumCostDelay().hashCode(); } if (hasAutovacuumVacuumCostLimit()) { hash = (37 * hash) + AUTOVACUUM_VACUUM_COST_LIMIT_FIELD_NUMBER; hash = (53 * hash) + getAutovacuumVacuumCostLimit().hashCode(); } if (hasAutovacuumNaptime()) { hash = (37 * hash) + AUTOVACUUM_NAPTIME_FIELD_NUMBER; hash = (53 * hash) + getAutovacuumNaptime().hashCode(); } if (hasArchiveTimeout()) { hash = (37 * hash) + ARCHIVE_TIMEOUT_FIELD_NUMBER; hash = (53 * hash) + getArchiveTimeout().hashCode(); } if (hasTrackActivityQuerySize()) { hash = (37 * hash) + TRACK_ACTIVITY_QUERY_SIZE_FIELD_NUMBER; hash = (53 * hash) + getTrackActivityQuerySize().hashCode(); } if (hasEffectiveIoConcurrency()) { hash = (37 * hash) + EFFECTIVE_IO_CONCURRENCY_FIELD_NUMBER; hash = (53 * hash) + getEffectiveIoConcurrency().hashCode(); } if (hasEffectiveCacheSize()) { hash = (37 * hash) + EFFECTIVE_CACHE_SIZE_FIELD_NUMBER; hash = (53 * hash) + getEffectiveCacheSize().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Options and structure of `PostgresqlConfig` reflects PostgreSQL configuration file
     * parameters whose detailed description is available in
     * [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/static/runtime-config).
     * 
* * Protobuf type {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6) yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.class, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder.class); } // Construct using yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (maxConnectionsBuilder_ == null) { maxConnections_ = null; } else { maxConnections_ = null; maxConnectionsBuilder_ = null; } if (sharedBuffersBuilder_ == null) { sharedBuffers_ = null; } else { sharedBuffers_ = null; sharedBuffersBuilder_ = null; } if (tempBuffersBuilder_ == null) { tempBuffers_ = null; } else { tempBuffers_ = null; tempBuffersBuilder_ = null; } if (maxPreparedTransactionsBuilder_ == null) { maxPreparedTransactions_ = null; } else { maxPreparedTransactions_ = null; maxPreparedTransactionsBuilder_ = null; } if (workMemBuilder_ == null) { workMem_ = null; } else { workMem_ = null; workMemBuilder_ = null; } if (maintenanceWorkMemBuilder_ == null) { maintenanceWorkMem_ = null; } else { maintenanceWorkMem_ = null; maintenanceWorkMemBuilder_ = null; } if (replacementSortTuplesBuilder_ == null) { replacementSortTuples_ = null; } else { replacementSortTuples_ = null; replacementSortTuplesBuilder_ = null; } if (autovacuumWorkMemBuilder_ == null) { autovacuumWorkMem_ = null; } else { autovacuumWorkMem_ = null; autovacuumWorkMemBuilder_ = null; } if (tempFileLimitBuilder_ == null) { tempFileLimit_ = null; } else { tempFileLimit_ = null; tempFileLimitBuilder_ = null; } if (vacuumCostDelayBuilder_ == null) { vacuumCostDelay_ = null; } else { vacuumCostDelay_ = null; vacuumCostDelayBuilder_ = null; } if (vacuumCostPageHitBuilder_ == null) { vacuumCostPageHit_ = null; } else { vacuumCostPageHit_ = null; vacuumCostPageHitBuilder_ = null; } if (vacuumCostPageMissBuilder_ == null) { vacuumCostPageMiss_ = null; } else { vacuumCostPageMiss_ = null; vacuumCostPageMissBuilder_ = null; } if (vacuumCostPageDirtyBuilder_ == null) { vacuumCostPageDirty_ = null; } else { vacuumCostPageDirty_ = null; vacuumCostPageDirtyBuilder_ = null; } if (vacuumCostLimitBuilder_ == null) { vacuumCostLimit_ = null; } else { vacuumCostLimit_ = null; vacuumCostLimitBuilder_ = null; } if (bgwriterDelayBuilder_ == null) { bgwriterDelay_ = null; } else { bgwriterDelay_ = null; bgwriterDelayBuilder_ = null; } if (bgwriterLruMaxpagesBuilder_ == null) { bgwriterLruMaxpages_ = null; } else { bgwriterLruMaxpages_ = null; bgwriterLruMaxpagesBuilder_ = null; } if (bgwriterLruMultiplierBuilder_ == null) { bgwriterLruMultiplier_ = null; } else { bgwriterLruMultiplier_ = null; bgwriterLruMultiplierBuilder_ = null; } if (bgwriterFlushAfterBuilder_ == null) { bgwriterFlushAfter_ = null; } else { bgwriterFlushAfter_ = null; bgwriterFlushAfterBuilder_ = null; } if (backendFlushAfterBuilder_ == null) { backendFlushAfter_ = null; } else { backendFlushAfter_ = null; backendFlushAfterBuilder_ = null; } if (oldSnapshotThresholdBuilder_ == null) { oldSnapshotThreshold_ = null; } else { oldSnapshotThreshold_ = null; oldSnapshotThresholdBuilder_ = null; } walLevel_ = 0; synchronousCommit_ = 0; if (checkpointTimeoutBuilder_ == null) { checkpointTimeout_ = null; } else { checkpointTimeout_ = null; checkpointTimeoutBuilder_ = null; } if (checkpointCompletionTargetBuilder_ == null) { checkpointCompletionTarget_ = null; } else { checkpointCompletionTarget_ = null; checkpointCompletionTargetBuilder_ = null; } if (checkpointFlushAfterBuilder_ == null) { checkpointFlushAfter_ = null; } else { checkpointFlushAfter_ = null; checkpointFlushAfterBuilder_ = null; } if (maxWalSizeBuilder_ == null) { maxWalSize_ = null; } else { maxWalSize_ = null; maxWalSizeBuilder_ = null; } if (minWalSizeBuilder_ == null) { minWalSize_ = null; } else { minWalSize_ = null; minWalSizeBuilder_ = null; } if (maxStandbyStreamingDelayBuilder_ == null) { maxStandbyStreamingDelay_ = null; } else { maxStandbyStreamingDelay_ = null; maxStandbyStreamingDelayBuilder_ = null; } if (defaultStatisticsTargetBuilder_ == null) { defaultStatisticsTarget_ = null; } else { defaultStatisticsTarget_ = null; defaultStatisticsTargetBuilder_ = null; } constraintExclusion_ = 0; if (cursorTupleFractionBuilder_ == null) { cursorTupleFraction_ = null; } else { cursorTupleFraction_ = null; cursorTupleFractionBuilder_ = null; } if (fromCollapseLimitBuilder_ == null) { fromCollapseLimit_ = null; } else { fromCollapseLimit_ = null; fromCollapseLimitBuilder_ = null; } if (joinCollapseLimitBuilder_ == null) { joinCollapseLimit_ = null; } else { joinCollapseLimit_ = null; joinCollapseLimitBuilder_ = null; } forceParallelMode_ = 0; clientMinMessages_ = 0; logMinMessages_ = 0; logMinErrorStatement_ = 0; if (logMinDurationStatementBuilder_ == null) { logMinDurationStatement_ = null; } else { logMinDurationStatement_ = null; logMinDurationStatementBuilder_ = null; } if (logCheckpointsBuilder_ == null) { logCheckpoints_ = null; } else { logCheckpoints_ = null; logCheckpointsBuilder_ = null; } if (logConnectionsBuilder_ == null) { logConnections_ = null; } else { logConnections_ = null; logConnectionsBuilder_ = null; } if (logDisconnectionsBuilder_ == null) { logDisconnections_ = null; } else { logDisconnections_ = null; logDisconnectionsBuilder_ = null; } if (logDurationBuilder_ == null) { logDuration_ = null; } else { logDuration_ = null; logDurationBuilder_ = null; } logErrorVerbosity_ = 0; if (logLockWaitsBuilder_ == null) { logLockWaits_ = null; } else { logLockWaits_ = null; logLockWaitsBuilder_ = null; } logStatement_ = 0; if (logTempFilesBuilder_ == null) { logTempFiles_ = null; } else { logTempFiles_ = null; logTempFilesBuilder_ = null; } searchPath_ = ""; if (rowSecurityBuilder_ == null) { rowSecurity_ = null; } else { rowSecurity_ = null; rowSecurityBuilder_ = null; } defaultTransactionIsolation_ = 0; if (statementTimeoutBuilder_ == null) { statementTimeout_ = null; } else { statementTimeout_ = null; statementTimeoutBuilder_ = null; } if (lockTimeoutBuilder_ == null) { lockTimeout_ = null; } else { lockTimeout_ = null; lockTimeoutBuilder_ = null; } if (idleInTransactionSessionTimeoutBuilder_ == null) { idleInTransactionSessionTimeout_ = null; } else { idleInTransactionSessionTimeout_ = null; idleInTransactionSessionTimeoutBuilder_ = null; } byteaOutput_ = 0; xmlbinary_ = 0; xmloption_ = 0; if (ginPendingListLimitBuilder_ == null) { ginPendingListLimit_ = null; } else { ginPendingListLimit_ = null; ginPendingListLimitBuilder_ = null; } if (deadlockTimeoutBuilder_ == null) { deadlockTimeout_ = null; } else { deadlockTimeout_ = null; deadlockTimeoutBuilder_ = null; } if (maxLocksPerTransactionBuilder_ == null) { maxLocksPerTransaction_ = null; } else { maxLocksPerTransaction_ = null; maxLocksPerTransactionBuilder_ = null; } if (maxPredLocksPerTransactionBuilder_ == null) { maxPredLocksPerTransaction_ = null; } else { maxPredLocksPerTransaction_ = null; maxPredLocksPerTransactionBuilder_ = null; } if (arrayNullsBuilder_ == null) { arrayNulls_ = null; } else { arrayNulls_ = null; arrayNullsBuilder_ = null; } backslashQuote_ = 0; if (defaultWithOidsBuilder_ == null) { defaultWithOids_ = null; } else { defaultWithOids_ = null; defaultWithOidsBuilder_ = null; } if (escapeStringWarningBuilder_ == null) { escapeStringWarning_ = null; } else { escapeStringWarning_ = null; escapeStringWarningBuilder_ = null; } if (loCompatPrivilegesBuilder_ == null) { loCompatPrivileges_ = null; } else { loCompatPrivileges_ = null; loCompatPrivilegesBuilder_ = null; } if (operatorPrecedenceWarningBuilder_ == null) { operatorPrecedenceWarning_ = null; } else { operatorPrecedenceWarning_ = null; operatorPrecedenceWarningBuilder_ = null; } if (quoteAllIdentifiersBuilder_ == null) { quoteAllIdentifiers_ = null; } else { quoteAllIdentifiers_ = null; quoteAllIdentifiersBuilder_ = null; } if (standardConformingStringsBuilder_ == null) { standardConformingStrings_ = null; } else { standardConformingStrings_ = null; standardConformingStringsBuilder_ = null; } if (synchronizeSeqscansBuilder_ == null) { synchronizeSeqscans_ = null; } else { synchronizeSeqscans_ = null; synchronizeSeqscansBuilder_ = null; } if (transformNullEqualsBuilder_ == null) { transformNullEquals_ = null; } else { transformNullEquals_ = null; transformNullEqualsBuilder_ = null; } if (exitOnErrorBuilder_ == null) { exitOnError_ = null; } else { exitOnError_ = null; exitOnErrorBuilder_ = null; } if (seqPageCostBuilder_ == null) { seqPageCost_ = null; } else { seqPageCost_ = null; seqPageCostBuilder_ = null; } if (randomPageCostBuilder_ == null) { randomPageCost_ = null; } else { randomPageCost_ = null; randomPageCostBuilder_ = null; } if (sqlInheritanceBuilder_ == null) { sqlInheritance_ = null; } else { sqlInheritance_ = null; sqlInheritanceBuilder_ = null; } if (autovacuumMaxWorkersBuilder_ == null) { autovacuumMaxWorkers_ = null; } else { autovacuumMaxWorkers_ = null; autovacuumMaxWorkersBuilder_ = null; } if (autovacuumVacuumCostDelayBuilder_ == null) { autovacuumVacuumCostDelay_ = null; } else { autovacuumVacuumCostDelay_ = null; autovacuumVacuumCostDelayBuilder_ = null; } if (autovacuumVacuumCostLimitBuilder_ == null) { autovacuumVacuumCostLimit_ = null; } else { autovacuumVacuumCostLimit_ = null; autovacuumVacuumCostLimitBuilder_ = null; } if (autovacuumNaptimeBuilder_ == null) { autovacuumNaptime_ = null; } else { autovacuumNaptime_ = null; autovacuumNaptimeBuilder_ = null; } if (archiveTimeoutBuilder_ == null) { archiveTimeout_ = null; } else { archiveTimeout_ = null; archiveTimeoutBuilder_ = null; } if (trackActivityQuerySizeBuilder_ == null) { trackActivityQuerySize_ = null; } else { trackActivityQuerySize_ = null; trackActivityQuerySizeBuilder_ = null; } if (effectiveIoConcurrencyBuilder_ == null) { effectiveIoConcurrency_ = null; } else { effectiveIoConcurrency_ = null; effectiveIoConcurrencyBuilder_ = null; } if (effectiveCacheSizeBuilder_ == null) { effectiveCacheSize_ = null; } else { effectiveCacheSize_ = null; effectiveCacheSizeBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultInstanceForType() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance(); } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 build() { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 buildPartial() { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 result = new yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6(this); if (maxConnectionsBuilder_ == null) { result.maxConnections_ = maxConnections_; } else { result.maxConnections_ = maxConnectionsBuilder_.build(); } if (sharedBuffersBuilder_ == null) { result.sharedBuffers_ = sharedBuffers_; } else { result.sharedBuffers_ = sharedBuffersBuilder_.build(); } if (tempBuffersBuilder_ == null) { result.tempBuffers_ = tempBuffers_; } else { result.tempBuffers_ = tempBuffersBuilder_.build(); } if (maxPreparedTransactionsBuilder_ == null) { result.maxPreparedTransactions_ = maxPreparedTransactions_; } else { result.maxPreparedTransactions_ = maxPreparedTransactionsBuilder_.build(); } if (workMemBuilder_ == null) { result.workMem_ = workMem_; } else { result.workMem_ = workMemBuilder_.build(); } if (maintenanceWorkMemBuilder_ == null) { result.maintenanceWorkMem_ = maintenanceWorkMem_; } else { result.maintenanceWorkMem_ = maintenanceWorkMemBuilder_.build(); } if (replacementSortTuplesBuilder_ == null) { result.replacementSortTuples_ = replacementSortTuples_; } else { result.replacementSortTuples_ = replacementSortTuplesBuilder_.build(); } if (autovacuumWorkMemBuilder_ == null) { result.autovacuumWorkMem_ = autovacuumWorkMem_; } else { result.autovacuumWorkMem_ = autovacuumWorkMemBuilder_.build(); } if (tempFileLimitBuilder_ == null) { result.tempFileLimit_ = tempFileLimit_; } else { result.tempFileLimit_ = tempFileLimitBuilder_.build(); } if (vacuumCostDelayBuilder_ == null) { result.vacuumCostDelay_ = vacuumCostDelay_; } else { result.vacuumCostDelay_ = vacuumCostDelayBuilder_.build(); } if (vacuumCostPageHitBuilder_ == null) { result.vacuumCostPageHit_ = vacuumCostPageHit_; } else { result.vacuumCostPageHit_ = vacuumCostPageHitBuilder_.build(); } if (vacuumCostPageMissBuilder_ == null) { result.vacuumCostPageMiss_ = vacuumCostPageMiss_; } else { result.vacuumCostPageMiss_ = vacuumCostPageMissBuilder_.build(); } if (vacuumCostPageDirtyBuilder_ == null) { result.vacuumCostPageDirty_ = vacuumCostPageDirty_; } else { result.vacuumCostPageDirty_ = vacuumCostPageDirtyBuilder_.build(); } if (vacuumCostLimitBuilder_ == null) { result.vacuumCostLimit_ = vacuumCostLimit_; } else { result.vacuumCostLimit_ = vacuumCostLimitBuilder_.build(); } if (bgwriterDelayBuilder_ == null) { result.bgwriterDelay_ = bgwriterDelay_; } else { result.bgwriterDelay_ = bgwriterDelayBuilder_.build(); } if (bgwriterLruMaxpagesBuilder_ == null) { result.bgwriterLruMaxpages_ = bgwriterLruMaxpages_; } else { result.bgwriterLruMaxpages_ = bgwriterLruMaxpagesBuilder_.build(); } if (bgwriterLruMultiplierBuilder_ == null) { result.bgwriterLruMultiplier_ = bgwriterLruMultiplier_; } else { result.bgwriterLruMultiplier_ = bgwriterLruMultiplierBuilder_.build(); } if (bgwriterFlushAfterBuilder_ == null) { result.bgwriterFlushAfter_ = bgwriterFlushAfter_; } else { result.bgwriterFlushAfter_ = bgwriterFlushAfterBuilder_.build(); } if (backendFlushAfterBuilder_ == null) { result.backendFlushAfter_ = backendFlushAfter_; } else { result.backendFlushAfter_ = backendFlushAfterBuilder_.build(); } if (oldSnapshotThresholdBuilder_ == null) { result.oldSnapshotThreshold_ = oldSnapshotThreshold_; } else { result.oldSnapshotThreshold_ = oldSnapshotThresholdBuilder_.build(); } result.walLevel_ = walLevel_; result.synchronousCommit_ = synchronousCommit_; if (checkpointTimeoutBuilder_ == null) { result.checkpointTimeout_ = checkpointTimeout_; } else { result.checkpointTimeout_ = checkpointTimeoutBuilder_.build(); } if (checkpointCompletionTargetBuilder_ == null) { result.checkpointCompletionTarget_ = checkpointCompletionTarget_; } else { result.checkpointCompletionTarget_ = checkpointCompletionTargetBuilder_.build(); } if (checkpointFlushAfterBuilder_ == null) { result.checkpointFlushAfter_ = checkpointFlushAfter_; } else { result.checkpointFlushAfter_ = checkpointFlushAfterBuilder_.build(); } if (maxWalSizeBuilder_ == null) { result.maxWalSize_ = maxWalSize_; } else { result.maxWalSize_ = maxWalSizeBuilder_.build(); } if (minWalSizeBuilder_ == null) { result.minWalSize_ = minWalSize_; } else { result.minWalSize_ = minWalSizeBuilder_.build(); } if (maxStandbyStreamingDelayBuilder_ == null) { result.maxStandbyStreamingDelay_ = maxStandbyStreamingDelay_; } else { result.maxStandbyStreamingDelay_ = maxStandbyStreamingDelayBuilder_.build(); } if (defaultStatisticsTargetBuilder_ == null) { result.defaultStatisticsTarget_ = defaultStatisticsTarget_; } else { result.defaultStatisticsTarget_ = defaultStatisticsTargetBuilder_.build(); } result.constraintExclusion_ = constraintExclusion_; if (cursorTupleFractionBuilder_ == null) { result.cursorTupleFraction_ = cursorTupleFraction_; } else { result.cursorTupleFraction_ = cursorTupleFractionBuilder_.build(); } if (fromCollapseLimitBuilder_ == null) { result.fromCollapseLimit_ = fromCollapseLimit_; } else { result.fromCollapseLimit_ = fromCollapseLimitBuilder_.build(); } if (joinCollapseLimitBuilder_ == null) { result.joinCollapseLimit_ = joinCollapseLimit_; } else { result.joinCollapseLimit_ = joinCollapseLimitBuilder_.build(); } result.forceParallelMode_ = forceParallelMode_; result.clientMinMessages_ = clientMinMessages_; result.logMinMessages_ = logMinMessages_; result.logMinErrorStatement_ = logMinErrorStatement_; if (logMinDurationStatementBuilder_ == null) { result.logMinDurationStatement_ = logMinDurationStatement_; } else { result.logMinDurationStatement_ = logMinDurationStatementBuilder_.build(); } if (logCheckpointsBuilder_ == null) { result.logCheckpoints_ = logCheckpoints_; } else { result.logCheckpoints_ = logCheckpointsBuilder_.build(); } if (logConnectionsBuilder_ == null) { result.logConnections_ = logConnections_; } else { result.logConnections_ = logConnectionsBuilder_.build(); } if (logDisconnectionsBuilder_ == null) { result.logDisconnections_ = logDisconnections_; } else { result.logDisconnections_ = logDisconnectionsBuilder_.build(); } if (logDurationBuilder_ == null) { result.logDuration_ = logDuration_; } else { result.logDuration_ = logDurationBuilder_.build(); } result.logErrorVerbosity_ = logErrorVerbosity_; if (logLockWaitsBuilder_ == null) { result.logLockWaits_ = logLockWaits_; } else { result.logLockWaits_ = logLockWaitsBuilder_.build(); } result.logStatement_ = logStatement_; if (logTempFilesBuilder_ == null) { result.logTempFiles_ = logTempFiles_; } else { result.logTempFiles_ = logTempFilesBuilder_.build(); } result.searchPath_ = searchPath_; if (rowSecurityBuilder_ == null) { result.rowSecurity_ = rowSecurity_; } else { result.rowSecurity_ = rowSecurityBuilder_.build(); } result.defaultTransactionIsolation_ = defaultTransactionIsolation_; if (statementTimeoutBuilder_ == null) { result.statementTimeout_ = statementTimeout_; } else { result.statementTimeout_ = statementTimeoutBuilder_.build(); } if (lockTimeoutBuilder_ == null) { result.lockTimeout_ = lockTimeout_; } else { result.lockTimeout_ = lockTimeoutBuilder_.build(); } if (idleInTransactionSessionTimeoutBuilder_ == null) { result.idleInTransactionSessionTimeout_ = idleInTransactionSessionTimeout_; } else { result.idleInTransactionSessionTimeout_ = idleInTransactionSessionTimeoutBuilder_.build(); } result.byteaOutput_ = byteaOutput_; result.xmlbinary_ = xmlbinary_; result.xmloption_ = xmloption_; if (ginPendingListLimitBuilder_ == null) { result.ginPendingListLimit_ = ginPendingListLimit_; } else { result.ginPendingListLimit_ = ginPendingListLimitBuilder_.build(); } if (deadlockTimeoutBuilder_ == null) { result.deadlockTimeout_ = deadlockTimeout_; } else { result.deadlockTimeout_ = deadlockTimeoutBuilder_.build(); } if (maxLocksPerTransactionBuilder_ == null) { result.maxLocksPerTransaction_ = maxLocksPerTransaction_; } else { result.maxLocksPerTransaction_ = maxLocksPerTransactionBuilder_.build(); } if (maxPredLocksPerTransactionBuilder_ == null) { result.maxPredLocksPerTransaction_ = maxPredLocksPerTransaction_; } else { result.maxPredLocksPerTransaction_ = maxPredLocksPerTransactionBuilder_.build(); } if (arrayNullsBuilder_ == null) { result.arrayNulls_ = arrayNulls_; } else { result.arrayNulls_ = arrayNullsBuilder_.build(); } result.backslashQuote_ = backslashQuote_; if (defaultWithOidsBuilder_ == null) { result.defaultWithOids_ = defaultWithOids_; } else { result.defaultWithOids_ = defaultWithOidsBuilder_.build(); } if (escapeStringWarningBuilder_ == null) { result.escapeStringWarning_ = escapeStringWarning_; } else { result.escapeStringWarning_ = escapeStringWarningBuilder_.build(); } if (loCompatPrivilegesBuilder_ == null) { result.loCompatPrivileges_ = loCompatPrivileges_; } else { result.loCompatPrivileges_ = loCompatPrivilegesBuilder_.build(); } if (operatorPrecedenceWarningBuilder_ == null) { result.operatorPrecedenceWarning_ = operatorPrecedenceWarning_; } else { result.operatorPrecedenceWarning_ = operatorPrecedenceWarningBuilder_.build(); } if (quoteAllIdentifiersBuilder_ == null) { result.quoteAllIdentifiers_ = quoteAllIdentifiers_; } else { result.quoteAllIdentifiers_ = quoteAllIdentifiersBuilder_.build(); } if (standardConformingStringsBuilder_ == null) { result.standardConformingStrings_ = standardConformingStrings_; } else { result.standardConformingStrings_ = standardConformingStringsBuilder_.build(); } if (synchronizeSeqscansBuilder_ == null) { result.synchronizeSeqscans_ = synchronizeSeqscans_; } else { result.synchronizeSeqscans_ = synchronizeSeqscansBuilder_.build(); } if (transformNullEqualsBuilder_ == null) { result.transformNullEquals_ = transformNullEquals_; } else { result.transformNullEquals_ = transformNullEqualsBuilder_.build(); } if (exitOnErrorBuilder_ == null) { result.exitOnError_ = exitOnError_; } else { result.exitOnError_ = exitOnErrorBuilder_.build(); } if (seqPageCostBuilder_ == null) { result.seqPageCost_ = seqPageCost_; } else { result.seqPageCost_ = seqPageCostBuilder_.build(); } if (randomPageCostBuilder_ == null) { result.randomPageCost_ = randomPageCost_; } else { result.randomPageCost_ = randomPageCostBuilder_.build(); } if (sqlInheritanceBuilder_ == null) { result.sqlInheritance_ = sqlInheritance_; } else { result.sqlInheritance_ = sqlInheritanceBuilder_.build(); } if (autovacuumMaxWorkersBuilder_ == null) { result.autovacuumMaxWorkers_ = autovacuumMaxWorkers_; } else { result.autovacuumMaxWorkers_ = autovacuumMaxWorkersBuilder_.build(); } if (autovacuumVacuumCostDelayBuilder_ == null) { result.autovacuumVacuumCostDelay_ = autovacuumVacuumCostDelay_; } else { result.autovacuumVacuumCostDelay_ = autovacuumVacuumCostDelayBuilder_.build(); } if (autovacuumVacuumCostLimitBuilder_ == null) { result.autovacuumVacuumCostLimit_ = autovacuumVacuumCostLimit_; } else { result.autovacuumVacuumCostLimit_ = autovacuumVacuumCostLimitBuilder_.build(); } if (autovacuumNaptimeBuilder_ == null) { result.autovacuumNaptime_ = autovacuumNaptime_; } else { result.autovacuumNaptime_ = autovacuumNaptimeBuilder_.build(); } if (archiveTimeoutBuilder_ == null) { result.archiveTimeout_ = archiveTimeout_; } else { result.archiveTimeout_ = archiveTimeoutBuilder_.build(); } if (trackActivityQuerySizeBuilder_ == null) { result.trackActivityQuerySize_ = trackActivityQuerySize_; } else { result.trackActivityQuerySize_ = trackActivityQuerySizeBuilder_.build(); } if (effectiveIoConcurrencyBuilder_ == null) { result.effectiveIoConcurrency_ = effectiveIoConcurrency_; } else { result.effectiveIoConcurrency_ = effectiveIoConcurrencyBuilder_.build(); } if (effectiveCacheSizeBuilder_ == null) { result.effectiveCacheSize_ = effectiveCacheSize_; } else { result.effectiveCacheSize_ = effectiveCacheSizeBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6) { return mergeFrom((yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 other) { if (other == yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance()) return this; if (other.hasMaxConnections()) { mergeMaxConnections(other.getMaxConnections()); } if (other.hasSharedBuffers()) { mergeSharedBuffers(other.getSharedBuffers()); } if (other.hasTempBuffers()) { mergeTempBuffers(other.getTempBuffers()); } if (other.hasMaxPreparedTransactions()) { mergeMaxPreparedTransactions(other.getMaxPreparedTransactions()); } if (other.hasWorkMem()) { mergeWorkMem(other.getWorkMem()); } if (other.hasMaintenanceWorkMem()) { mergeMaintenanceWorkMem(other.getMaintenanceWorkMem()); } if (other.hasReplacementSortTuples()) { mergeReplacementSortTuples(other.getReplacementSortTuples()); } if (other.hasAutovacuumWorkMem()) { mergeAutovacuumWorkMem(other.getAutovacuumWorkMem()); } if (other.hasTempFileLimit()) { mergeTempFileLimit(other.getTempFileLimit()); } if (other.hasVacuumCostDelay()) { mergeVacuumCostDelay(other.getVacuumCostDelay()); } if (other.hasVacuumCostPageHit()) { mergeVacuumCostPageHit(other.getVacuumCostPageHit()); } if (other.hasVacuumCostPageMiss()) { mergeVacuumCostPageMiss(other.getVacuumCostPageMiss()); } if (other.hasVacuumCostPageDirty()) { mergeVacuumCostPageDirty(other.getVacuumCostPageDirty()); } if (other.hasVacuumCostLimit()) { mergeVacuumCostLimit(other.getVacuumCostLimit()); } if (other.hasBgwriterDelay()) { mergeBgwriterDelay(other.getBgwriterDelay()); } if (other.hasBgwriterLruMaxpages()) { mergeBgwriterLruMaxpages(other.getBgwriterLruMaxpages()); } if (other.hasBgwriterLruMultiplier()) { mergeBgwriterLruMultiplier(other.getBgwriterLruMultiplier()); } if (other.hasBgwriterFlushAfter()) { mergeBgwriterFlushAfter(other.getBgwriterFlushAfter()); } if (other.hasBackendFlushAfter()) { mergeBackendFlushAfter(other.getBackendFlushAfter()); } if (other.hasOldSnapshotThreshold()) { mergeOldSnapshotThreshold(other.getOldSnapshotThreshold()); } if (other.walLevel_ != 0) { setWalLevelValue(other.getWalLevelValue()); } if (other.synchronousCommit_ != 0) { setSynchronousCommitValue(other.getSynchronousCommitValue()); } if (other.hasCheckpointTimeout()) { mergeCheckpointTimeout(other.getCheckpointTimeout()); } if (other.hasCheckpointCompletionTarget()) { mergeCheckpointCompletionTarget(other.getCheckpointCompletionTarget()); } if (other.hasCheckpointFlushAfter()) { mergeCheckpointFlushAfter(other.getCheckpointFlushAfter()); } if (other.hasMaxWalSize()) { mergeMaxWalSize(other.getMaxWalSize()); } if (other.hasMinWalSize()) { mergeMinWalSize(other.getMinWalSize()); } if (other.hasMaxStandbyStreamingDelay()) { mergeMaxStandbyStreamingDelay(other.getMaxStandbyStreamingDelay()); } if (other.hasDefaultStatisticsTarget()) { mergeDefaultStatisticsTarget(other.getDefaultStatisticsTarget()); } if (other.constraintExclusion_ != 0) { setConstraintExclusionValue(other.getConstraintExclusionValue()); } if (other.hasCursorTupleFraction()) { mergeCursorTupleFraction(other.getCursorTupleFraction()); } if (other.hasFromCollapseLimit()) { mergeFromCollapseLimit(other.getFromCollapseLimit()); } if (other.hasJoinCollapseLimit()) { mergeJoinCollapseLimit(other.getJoinCollapseLimit()); } if (other.forceParallelMode_ != 0) { setForceParallelModeValue(other.getForceParallelModeValue()); } if (other.clientMinMessages_ != 0) { setClientMinMessagesValue(other.getClientMinMessagesValue()); } if (other.logMinMessages_ != 0) { setLogMinMessagesValue(other.getLogMinMessagesValue()); } if (other.logMinErrorStatement_ != 0) { setLogMinErrorStatementValue(other.getLogMinErrorStatementValue()); } if (other.hasLogMinDurationStatement()) { mergeLogMinDurationStatement(other.getLogMinDurationStatement()); } if (other.hasLogCheckpoints()) { mergeLogCheckpoints(other.getLogCheckpoints()); } if (other.hasLogConnections()) { mergeLogConnections(other.getLogConnections()); } if (other.hasLogDisconnections()) { mergeLogDisconnections(other.getLogDisconnections()); } if (other.hasLogDuration()) { mergeLogDuration(other.getLogDuration()); } if (other.logErrorVerbosity_ != 0) { setLogErrorVerbosityValue(other.getLogErrorVerbosityValue()); } if (other.hasLogLockWaits()) { mergeLogLockWaits(other.getLogLockWaits()); } if (other.logStatement_ != 0) { setLogStatementValue(other.getLogStatementValue()); } if (other.hasLogTempFiles()) { mergeLogTempFiles(other.getLogTempFiles()); } if (!other.getSearchPath().isEmpty()) { searchPath_ = other.searchPath_; onChanged(); } if (other.hasRowSecurity()) { mergeRowSecurity(other.getRowSecurity()); } if (other.defaultTransactionIsolation_ != 0) { setDefaultTransactionIsolationValue(other.getDefaultTransactionIsolationValue()); } if (other.hasStatementTimeout()) { mergeStatementTimeout(other.getStatementTimeout()); } if (other.hasLockTimeout()) { mergeLockTimeout(other.getLockTimeout()); } if (other.hasIdleInTransactionSessionTimeout()) { mergeIdleInTransactionSessionTimeout(other.getIdleInTransactionSessionTimeout()); } if (other.byteaOutput_ != 0) { setByteaOutputValue(other.getByteaOutputValue()); } if (other.xmlbinary_ != 0) { setXmlbinaryValue(other.getXmlbinaryValue()); } if (other.xmloption_ != 0) { setXmloptionValue(other.getXmloptionValue()); } if (other.hasGinPendingListLimit()) { mergeGinPendingListLimit(other.getGinPendingListLimit()); } if (other.hasDeadlockTimeout()) { mergeDeadlockTimeout(other.getDeadlockTimeout()); } if (other.hasMaxLocksPerTransaction()) { mergeMaxLocksPerTransaction(other.getMaxLocksPerTransaction()); } if (other.hasMaxPredLocksPerTransaction()) { mergeMaxPredLocksPerTransaction(other.getMaxPredLocksPerTransaction()); } if (other.hasArrayNulls()) { mergeArrayNulls(other.getArrayNulls()); } if (other.backslashQuote_ != 0) { setBackslashQuoteValue(other.getBackslashQuoteValue()); } if (other.hasDefaultWithOids()) { mergeDefaultWithOids(other.getDefaultWithOids()); } if (other.hasEscapeStringWarning()) { mergeEscapeStringWarning(other.getEscapeStringWarning()); } if (other.hasLoCompatPrivileges()) { mergeLoCompatPrivileges(other.getLoCompatPrivileges()); } if (other.hasOperatorPrecedenceWarning()) { mergeOperatorPrecedenceWarning(other.getOperatorPrecedenceWarning()); } if (other.hasQuoteAllIdentifiers()) { mergeQuoteAllIdentifiers(other.getQuoteAllIdentifiers()); } if (other.hasStandardConformingStrings()) { mergeStandardConformingStrings(other.getStandardConformingStrings()); } if (other.hasSynchronizeSeqscans()) { mergeSynchronizeSeqscans(other.getSynchronizeSeqscans()); } if (other.hasTransformNullEquals()) { mergeTransformNullEquals(other.getTransformNullEquals()); } if (other.hasExitOnError()) { mergeExitOnError(other.getExitOnError()); } if (other.hasSeqPageCost()) { mergeSeqPageCost(other.getSeqPageCost()); } if (other.hasRandomPageCost()) { mergeRandomPageCost(other.getRandomPageCost()); } if (other.hasSqlInheritance()) { mergeSqlInheritance(other.getSqlInheritance()); } if (other.hasAutovacuumMaxWorkers()) { mergeAutovacuumMaxWorkers(other.getAutovacuumMaxWorkers()); } if (other.hasAutovacuumVacuumCostDelay()) { mergeAutovacuumVacuumCostDelay(other.getAutovacuumVacuumCostDelay()); } if (other.hasAutovacuumVacuumCostLimit()) { mergeAutovacuumVacuumCostLimit(other.getAutovacuumVacuumCostLimit()); } if (other.hasAutovacuumNaptime()) { mergeAutovacuumNaptime(other.getAutovacuumNaptime()); } if (other.hasArchiveTimeout()) { mergeArchiveTimeout(other.getArchiveTimeout()); } if (other.hasTrackActivityQuerySize()) { mergeTrackActivityQuerySize(other.getTrackActivityQuerySize()); } if (other.hasEffectiveIoConcurrency()) { mergeEffectiveIoConcurrency(other.getEffectiveIoConcurrency()); } if (other.hasEffectiveCacheSize()) { mergeEffectiveCacheSize(other.getEffectiveCacheSize()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.google.protobuf.Int64Value maxConnections_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxConnectionsBuilder_; /** * .google.protobuf.Int64Value max_connections = 1; * @return Whether the maxConnections field is set. */ public boolean hasMaxConnections() { return maxConnectionsBuilder_ != null || maxConnections_ != null; } /** * .google.protobuf.Int64Value max_connections = 1; * @return The maxConnections. */ public com.google.protobuf.Int64Value getMaxConnections() { if (maxConnectionsBuilder_ == null) { return maxConnections_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxConnections_; } else { return maxConnectionsBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value max_connections = 1; */ public Builder setMaxConnections(com.google.protobuf.Int64Value value) { if (maxConnectionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxConnections_ = value; onChanged(); } else { maxConnectionsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value max_connections = 1; */ public Builder setMaxConnections( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxConnectionsBuilder_ == null) { maxConnections_ = builderForValue.build(); onChanged(); } else { maxConnectionsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value max_connections = 1; */ public Builder mergeMaxConnections(com.google.protobuf.Int64Value value) { if (maxConnectionsBuilder_ == null) { if (maxConnections_ != null) { maxConnections_ = com.google.protobuf.Int64Value.newBuilder(maxConnections_).mergeFrom(value).buildPartial(); } else { maxConnections_ = value; } onChanged(); } else { maxConnectionsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value max_connections = 1; */ public Builder clearMaxConnections() { if (maxConnectionsBuilder_ == null) { maxConnections_ = null; onChanged(); } else { maxConnections_ = null; maxConnectionsBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value max_connections = 1; */ public com.google.protobuf.Int64Value.Builder getMaxConnectionsBuilder() { onChanged(); return getMaxConnectionsFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value max_connections = 1; */ public com.google.protobuf.Int64ValueOrBuilder getMaxConnectionsOrBuilder() { if (maxConnectionsBuilder_ != null) { return maxConnectionsBuilder_.getMessageOrBuilder(); } else { return maxConnections_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxConnections_; } } /** * .google.protobuf.Int64Value max_connections = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxConnectionsFieldBuilder() { if (maxConnectionsBuilder_ == null) { maxConnectionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxConnections(), getParentForChildren(), isClean()); maxConnections_ = null; } return maxConnectionsBuilder_; } private com.google.protobuf.Int64Value sharedBuffers_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> sharedBuffersBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return Whether the sharedBuffers field is set. */ public boolean hasSharedBuffers() { return sharedBuffersBuilder_ != null || sharedBuffers_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; * @return The sharedBuffers. */ public com.google.protobuf.Int64Value getSharedBuffers() { if (sharedBuffersBuilder_ == null) { return sharedBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : sharedBuffers_; } else { return sharedBuffersBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public Builder setSharedBuffers(com.google.protobuf.Int64Value value) { if (sharedBuffersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } sharedBuffers_ = value; onChanged(); } else { sharedBuffersBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public Builder setSharedBuffers( com.google.protobuf.Int64Value.Builder builderForValue) { if (sharedBuffersBuilder_ == null) { sharedBuffers_ = builderForValue.build(); onChanged(); } else { sharedBuffersBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public Builder mergeSharedBuffers(com.google.protobuf.Int64Value value) { if (sharedBuffersBuilder_ == null) { if (sharedBuffers_ != null) { sharedBuffers_ = com.google.protobuf.Int64Value.newBuilder(sharedBuffers_).mergeFrom(value).buildPartial(); } else { sharedBuffers_ = value; } onChanged(); } else { sharedBuffersBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public Builder clearSharedBuffers() { if (sharedBuffersBuilder_ == null) { sharedBuffers_ = null; onChanged(); } else { sharedBuffers_ = null; sharedBuffersBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public com.google.protobuf.Int64Value.Builder getSharedBuffersBuilder() { onChanged(); return getSharedBuffersFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ public com.google.protobuf.Int64ValueOrBuilder getSharedBuffersOrBuilder() { if (sharedBuffersBuilder_ != null) { return sharedBuffersBuilder_.getMessageOrBuilder(); } else { return sharedBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : sharedBuffers_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value shared_buffers = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getSharedBuffersFieldBuilder() { if (sharedBuffersBuilder_ == null) { sharedBuffersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getSharedBuffers(), getParentForChildren(), isClean()); sharedBuffers_ = null; } return sharedBuffersBuilder_; } private com.google.protobuf.Int64Value tempBuffers_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> tempBuffersBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return Whether the tempBuffers field is set. */ public boolean hasTempBuffers() { return tempBuffersBuilder_ != null || tempBuffers_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; * @return The tempBuffers. */ public com.google.protobuf.Int64Value getTempBuffers() { if (tempBuffersBuilder_ == null) { return tempBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempBuffers_; } else { return tempBuffersBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public Builder setTempBuffers(com.google.protobuf.Int64Value value) { if (tempBuffersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } tempBuffers_ = value; onChanged(); } else { tempBuffersBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public Builder setTempBuffers( com.google.protobuf.Int64Value.Builder builderForValue) { if (tempBuffersBuilder_ == null) { tempBuffers_ = builderForValue.build(); onChanged(); } else { tempBuffersBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public Builder mergeTempBuffers(com.google.protobuf.Int64Value value) { if (tempBuffersBuilder_ == null) { if (tempBuffers_ != null) { tempBuffers_ = com.google.protobuf.Int64Value.newBuilder(tempBuffers_).mergeFrom(value).buildPartial(); } else { tempBuffers_ = value; } onChanged(); } else { tempBuffersBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public Builder clearTempBuffers() { if (tempBuffersBuilder_ == null) { tempBuffers_ = null; onChanged(); } else { tempBuffers_ = null; tempBuffersBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public com.google.protobuf.Int64Value.Builder getTempBuffersBuilder() { onChanged(); return getTempBuffersFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ public com.google.protobuf.Int64ValueOrBuilder getTempBuffersOrBuilder() { if (tempBuffersBuilder_ != null) { return tempBuffersBuilder_.getMessageOrBuilder(); } else { return tempBuffers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempBuffers_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_buffers = 3; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getTempBuffersFieldBuilder() { if (tempBuffersBuilder_ == null) { tempBuffersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getTempBuffers(), getParentForChildren(), isClean()); tempBuffers_ = null; } return tempBuffersBuilder_; } private com.google.protobuf.Int64Value maxPreparedTransactions_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxPreparedTransactionsBuilder_; /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return Whether the maxPreparedTransactions field is set. */ public boolean hasMaxPreparedTransactions() { return maxPreparedTransactionsBuilder_ != null || maxPreparedTransactions_ != null; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; * @return The maxPreparedTransactions. */ public com.google.protobuf.Int64Value getMaxPreparedTransactions() { if (maxPreparedTransactionsBuilder_ == null) { return maxPreparedTransactions_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPreparedTransactions_; } else { return maxPreparedTransactionsBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public Builder setMaxPreparedTransactions(com.google.protobuf.Int64Value value) { if (maxPreparedTransactionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxPreparedTransactions_ = value; onChanged(); } else { maxPreparedTransactionsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public Builder setMaxPreparedTransactions( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxPreparedTransactionsBuilder_ == null) { maxPreparedTransactions_ = builderForValue.build(); onChanged(); } else { maxPreparedTransactionsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public Builder mergeMaxPreparedTransactions(com.google.protobuf.Int64Value value) { if (maxPreparedTransactionsBuilder_ == null) { if (maxPreparedTransactions_ != null) { maxPreparedTransactions_ = com.google.protobuf.Int64Value.newBuilder(maxPreparedTransactions_).mergeFrom(value).buildPartial(); } else { maxPreparedTransactions_ = value; } onChanged(); } else { maxPreparedTransactionsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public Builder clearMaxPreparedTransactions() { if (maxPreparedTransactionsBuilder_ == null) { maxPreparedTransactions_ = null; onChanged(); } else { maxPreparedTransactions_ = null; maxPreparedTransactionsBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public com.google.protobuf.Int64Value.Builder getMaxPreparedTransactionsBuilder() { onChanged(); return getMaxPreparedTransactionsFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ public com.google.protobuf.Int64ValueOrBuilder getMaxPreparedTransactionsOrBuilder() { if (maxPreparedTransactionsBuilder_ != null) { return maxPreparedTransactionsBuilder_.getMessageOrBuilder(); } else { return maxPreparedTransactions_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPreparedTransactions_; } } /** * .google.protobuf.Int64Value max_prepared_transactions = 4; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxPreparedTransactionsFieldBuilder() { if (maxPreparedTransactionsBuilder_ == null) { maxPreparedTransactionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxPreparedTransactions(), getParentForChildren(), isClean()); maxPreparedTransactions_ = null; } return maxPreparedTransactionsBuilder_; } private com.google.protobuf.Int64Value workMem_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> workMemBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; * @return Whether the workMem field is set. */ public boolean hasWorkMem() { return workMemBuilder_ != null || workMem_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; * @return The workMem. */ public com.google.protobuf.Int64Value getWorkMem() { if (workMemBuilder_ == null) { return workMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : workMem_; } else { return workMemBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public Builder setWorkMem(com.google.protobuf.Int64Value value) { if (workMemBuilder_ == null) { if (value == null) { throw new NullPointerException(); } workMem_ = value; onChanged(); } else { workMemBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public Builder setWorkMem( com.google.protobuf.Int64Value.Builder builderForValue) { if (workMemBuilder_ == null) { workMem_ = builderForValue.build(); onChanged(); } else { workMemBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public Builder mergeWorkMem(com.google.protobuf.Int64Value value) { if (workMemBuilder_ == null) { if (workMem_ != null) { workMem_ = com.google.protobuf.Int64Value.newBuilder(workMem_).mergeFrom(value).buildPartial(); } else { workMem_ = value; } onChanged(); } else { workMemBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public Builder clearWorkMem() { if (workMemBuilder_ == null) { workMem_ = null; onChanged(); } else { workMem_ = null; workMemBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public com.google.protobuf.Int64Value.Builder getWorkMemBuilder() { onChanged(); return getWorkMemFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ public com.google.protobuf.Int64ValueOrBuilder getWorkMemOrBuilder() { if (workMemBuilder_ != null) { return workMemBuilder_.getMessageOrBuilder(); } else { return workMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : workMem_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value work_mem = 5; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getWorkMemFieldBuilder() { if (workMemBuilder_ == null) { workMemBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getWorkMem(), getParentForChildren(), isClean()); workMem_ = null; } return workMemBuilder_; } private com.google.protobuf.Int64Value maintenanceWorkMem_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maintenanceWorkMemBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return Whether the maintenanceWorkMem field is set. */ public boolean hasMaintenanceWorkMem() { return maintenanceWorkMemBuilder_ != null || maintenanceWorkMem_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; * @return The maintenanceWorkMem. */ public com.google.protobuf.Int64Value getMaintenanceWorkMem() { if (maintenanceWorkMemBuilder_ == null) { return maintenanceWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maintenanceWorkMem_; } else { return maintenanceWorkMemBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public Builder setMaintenanceWorkMem(com.google.protobuf.Int64Value value) { if (maintenanceWorkMemBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maintenanceWorkMem_ = value; onChanged(); } else { maintenanceWorkMemBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public Builder setMaintenanceWorkMem( com.google.protobuf.Int64Value.Builder builderForValue) { if (maintenanceWorkMemBuilder_ == null) { maintenanceWorkMem_ = builderForValue.build(); onChanged(); } else { maintenanceWorkMemBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public Builder mergeMaintenanceWorkMem(com.google.protobuf.Int64Value value) { if (maintenanceWorkMemBuilder_ == null) { if (maintenanceWorkMem_ != null) { maintenanceWorkMem_ = com.google.protobuf.Int64Value.newBuilder(maintenanceWorkMem_).mergeFrom(value).buildPartial(); } else { maintenanceWorkMem_ = value; } onChanged(); } else { maintenanceWorkMemBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public Builder clearMaintenanceWorkMem() { if (maintenanceWorkMemBuilder_ == null) { maintenanceWorkMem_ = null; onChanged(); } else { maintenanceWorkMem_ = null; maintenanceWorkMemBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public com.google.protobuf.Int64Value.Builder getMaintenanceWorkMemBuilder() { onChanged(); return getMaintenanceWorkMemFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ public com.google.protobuf.Int64ValueOrBuilder getMaintenanceWorkMemOrBuilder() { if (maintenanceWorkMemBuilder_ != null) { return maintenanceWorkMemBuilder_.getMessageOrBuilder(); } else { return maintenanceWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maintenanceWorkMem_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value maintenance_work_mem = 6; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaintenanceWorkMemFieldBuilder() { if (maintenanceWorkMemBuilder_ == null) { maintenanceWorkMemBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaintenanceWorkMem(), getParentForChildren(), isClean()); maintenanceWorkMem_ = null; } return maintenanceWorkMemBuilder_; } private com.google.protobuf.Int64Value replacementSortTuples_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> replacementSortTuplesBuilder_; /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return Whether the replacementSortTuples field is set. */ public boolean hasReplacementSortTuples() { return replacementSortTuplesBuilder_ != null || replacementSortTuples_ != null; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; * @return The replacementSortTuples. */ public com.google.protobuf.Int64Value getReplacementSortTuples() { if (replacementSortTuplesBuilder_ == null) { return replacementSortTuples_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : replacementSortTuples_; } else { return replacementSortTuplesBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public Builder setReplacementSortTuples(com.google.protobuf.Int64Value value) { if (replacementSortTuplesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } replacementSortTuples_ = value; onChanged(); } else { replacementSortTuplesBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public Builder setReplacementSortTuples( com.google.protobuf.Int64Value.Builder builderForValue) { if (replacementSortTuplesBuilder_ == null) { replacementSortTuples_ = builderForValue.build(); onChanged(); } else { replacementSortTuplesBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public Builder mergeReplacementSortTuples(com.google.protobuf.Int64Value value) { if (replacementSortTuplesBuilder_ == null) { if (replacementSortTuples_ != null) { replacementSortTuples_ = com.google.protobuf.Int64Value.newBuilder(replacementSortTuples_).mergeFrom(value).buildPartial(); } else { replacementSortTuples_ = value; } onChanged(); } else { replacementSortTuplesBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public Builder clearReplacementSortTuples() { if (replacementSortTuplesBuilder_ == null) { replacementSortTuples_ = null; onChanged(); } else { replacementSortTuples_ = null; replacementSortTuplesBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public com.google.protobuf.Int64Value.Builder getReplacementSortTuplesBuilder() { onChanged(); return getReplacementSortTuplesFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ public com.google.protobuf.Int64ValueOrBuilder getReplacementSortTuplesOrBuilder() { if (replacementSortTuplesBuilder_ != null) { return replacementSortTuplesBuilder_.getMessageOrBuilder(); } else { return replacementSortTuples_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : replacementSortTuples_; } } /** * .google.protobuf.Int64Value replacement_sort_tuples = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getReplacementSortTuplesFieldBuilder() { if (replacementSortTuplesBuilder_ == null) { replacementSortTuplesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getReplacementSortTuples(), getParentForChildren(), isClean()); replacementSortTuples_ = null; } return replacementSortTuplesBuilder_; } private com.google.protobuf.Int64Value autovacuumWorkMem_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> autovacuumWorkMemBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return Whether the autovacuumWorkMem field is set. */ public boolean hasAutovacuumWorkMem() { return autovacuumWorkMemBuilder_ != null || autovacuumWorkMem_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; * @return The autovacuumWorkMem. */ public com.google.protobuf.Int64Value getAutovacuumWorkMem() { if (autovacuumWorkMemBuilder_ == null) { return autovacuumWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumWorkMem_; } else { return autovacuumWorkMemBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public Builder setAutovacuumWorkMem(com.google.protobuf.Int64Value value) { if (autovacuumWorkMemBuilder_ == null) { if (value == null) { throw new NullPointerException(); } autovacuumWorkMem_ = value; onChanged(); } else { autovacuumWorkMemBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public Builder setAutovacuumWorkMem( com.google.protobuf.Int64Value.Builder builderForValue) { if (autovacuumWorkMemBuilder_ == null) { autovacuumWorkMem_ = builderForValue.build(); onChanged(); } else { autovacuumWorkMemBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public Builder mergeAutovacuumWorkMem(com.google.protobuf.Int64Value value) { if (autovacuumWorkMemBuilder_ == null) { if (autovacuumWorkMem_ != null) { autovacuumWorkMem_ = com.google.protobuf.Int64Value.newBuilder(autovacuumWorkMem_).mergeFrom(value).buildPartial(); } else { autovacuumWorkMem_ = value; } onChanged(); } else { autovacuumWorkMemBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public Builder clearAutovacuumWorkMem() { if (autovacuumWorkMemBuilder_ == null) { autovacuumWorkMem_ = null; onChanged(); } else { autovacuumWorkMem_ = null; autovacuumWorkMemBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public com.google.protobuf.Int64Value.Builder getAutovacuumWorkMemBuilder() { onChanged(); return getAutovacuumWorkMemFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ public com.google.protobuf.Int64ValueOrBuilder getAutovacuumWorkMemOrBuilder() { if (autovacuumWorkMemBuilder_ != null) { return autovacuumWorkMemBuilder_.getMessageOrBuilder(); } else { return autovacuumWorkMem_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumWorkMem_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value autovacuum_work_mem = 8; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getAutovacuumWorkMemFieldBuilder() { if (autovacuumWorkMemBuilder_ == null) { autovacuumWorkMemBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getAutovacuumWorkMem(), getParentForChildren(), isClean()); autovacuumWorkMem_ = null; } return autovacuumWorkMemBuilder_; } private com.google.protobuf.Int64Value tempFileLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> tempFileLimitBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return Whether the tempFileLimit field is set. */ public boolean hasTempFileLimit() { return tempFileLimitBuilder_ != null || tempFileLimit_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; * @return The tempFileLimit. */ public com.google.protobuf.Int64Value getTempFileLimit() { if (tempFileLimitBuilder_ == null) { return tempFileLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempFileLimit_; } else { return tempFileLimitBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public Builder setTempFileLimit(com.google.protobuf.Int64Value value) { if (tempFileLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } tempFileLimit_ = value; onChanged(); } else { tempFileLimitBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public Builder setTempFileLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (tempFileLimitBuilder_ == null) { tempFileLimit_ = builderForValue.build(); onChanged(); } else { tempFileLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public Builder mergeTempFileLimit(com.google.protobuf.Int64Value value) { if (tempFileLimitBuilder_ == null) { if (tempFileLimit_ != null) { tempFileLimit_ = com.google.protobuf.Int64Value.newBuilder(tempFileLimit_).mergeFrom(value).buildPartial(); } else { tempFileLimit_ = value; } onChanged(); } else { tempFileLimitBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public Builder clearTempFileLimit() { if (tempFileLimitBuilder_ == null) { tempFileLimit_ = null; onChanged(); } else { tempFileLimit_ = null; tempFileLimitBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public com.google.protobuf.Int64Value.Builder getTempFileLimitBuilder() { onChanged(); return getTempFileLimitFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ public com.google.protobuf.Int64ValueOrBuilder getTempFileLimitOrBuilder() { if (tempFileLimitBuilder_ != null) { return tempFileLimitBuilder_.getMessageOrBuilder(); } else { return tempFileLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : tempFileLimit_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value temp_file_limit = 9; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getTempFileLimitFieldBuilder() { if (tempFileLimitBuilder_ == null) { tempFileLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getTempFileLimit(), getParentForChildren(), isClean()); tempFileLimit_ = null; } return tempFileLimitBuilder_; } private com.google.protobuf.Int64Value vacuumCostDelay_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> vacuumCostDelayBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return Whether the vacuumCostDelay field is set. */ public boolean hasVacuumCostDelay() { return vacuumCostDelayBuilder_ != null || vacuumCostDelay_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; * @return The vacuumCostDelay. */ public com.google.protobuf.Int64Value getVacuumCostDelay() { if (vacuumCostDelayBuilder_ == null) { return vacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostDelay_; } else { return vacuumCostDelayBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public Builder setVacuumCostDelay(com.google.protobuf.Int64Value value) { if (vacuumCostDelayBuilder_ == null) { if (value == null) { throw new NullPointerException(); } vacuumCostDelay_ = value; onChanged(); } else { vacuumCostDelayBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public Builder setVacuumCostDelay( com.google.protobuf.Int64Value.Builder builderForValue) { if (vacuumCostDelayBuilder_ == null) { vacuumCostDelay_ = builderForValue.build(); onChanged(); } else { vacuumCostDelayBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public Builder mergeVacuumCostDelay(com.google.protobuf.Int64Value value) { if (vacuumCostDelayBuilder_ == null) { if (vacuumCostDelay_ != null) { vacuumCostDelay_ = com.google.protobuf.Int64Value.newBuilder(vacuumCostDelay_).mergeFrom(value).buildPartial(); } else { vacuumCostDelay_ = value; } onChanged(); } else { vacuumCostDelayBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public Builder clearVacuumCostDelay() { if (vacuumCostDelayBuilder_ == null) { vacuumCostDelay_ = null; onChanged(); } else { vacuumCostDelay_ = null; vacuumCostDelayBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public com.google.protobuf.Int64Value.Builder getVacuumCostDelayBuilder() { onChanged(); return getVacuumCostDelayFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ public com.google.protobuf.Int64ValueOrBuilder getVacuumCostDelayOrBuilder() { if (vacuumCostDelayBuilder_ != null) { return vacuumCostDelayBuilder_.getMessageOrBuilder(); } else { return vacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostDelay_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value vacuum_cost_delay = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getVacuumCostDelayFieldBuilder() { if (vacuumCostDelayBuilder_ == null) { vacuumCostDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getVacuumCostDelay(), getParentForChildren(), isClean()); vacuumCostDelay_ = null; } return vacuumCostDelayBuilder_; } private com.google.protobuf.Int64Value vacuumCostPageHit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> vacuumCostPageHitBuilder_; /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return Whether the vacuumCostPageHit field is set. */ public boolean hasVacuumCostPageHit() { return vacuumCostPageHitBuilder_ != null || vacuumCostPageHit_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; * @return The vacuumCostPageHit. */ public com.google.protobuf.Int64Value getVacuumCostPageHit() { if (vacuumCostPageHitBuilder_ == null) { return vacuumCostPageHit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageHit_; } else { return vacuumCostPageHitBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public Builder setVacuumCostPageHit(com.google.protobuf.Int64Value value) { if (vacuumCostPageHitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } vacuumCostPageHit_ = value; onChanged(); } else { vacuumCostPageHitBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public Builder setVacuumCostPageHit( com.google.protobuf.Int64Value.Builder builderForValue) { if (vacuumCostPageHitBuilder_ == null) { vacuumCostPageHit_ = builderForValue.build(); onChanged(); } else { vacuumCostPageHitBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public Builder mergeVacuumCostPageHit(com.google.protobuf.Int64Value value) { if (vacuumCostPageHitBuilder_ == null) { if (vacuumCostPageHit_ != null) { vacuumCostPageHit_ = com.google.protobuf.Int64Value.newBuilder(vacuumCostPageHit_).mergeFrom(value).buildPartial(); } else { vacuumCostPageHit_ = value; } onChanged(); } else { vacuumCostPageHitBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public Builder clearVacuumCostPageHit() { if (vacuumCostPageHitBuilder_ == null) { vacuumCostPageHit_ = null; onChanged(); } else { vacuumCostPageHit_ = null; vacuumCostPageHitBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public com.google.protobuf.Int64Value.Builder getVacuumCostPageHitBuilder() { onChanged(); return getVacuumCostPageHitFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageHitOrBuilder() { if (vacuumCostPageHitBuilder_ != null) { return vacuumCostPageHitBuilder_.getMessageOrBuilder(); } else { return vacuumCostPageHit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageHit_; } } /** * .google.protobuf.Int64Value vacuum_cost_page_hit = 11; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getVacuumCostPageHitFieldBuilder() { if (vacuumCostPageHitBuilder_ == null) { vacuumCostPageHitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getVacuumCostPageHit(), getParentForChildren(), isClean()); vacuumCostPageHit_ = null; } return vacuumCostPageHitBuilder_; } private com.google.protobuf.Int64Value vacuumCostPageMiss_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> vacuumCostPageMissBuilder_; /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return Whether the vacuumCostPageMiss field is set. */ public boolean hasVacuumCostPageMiss() { return vacuumCostPageMissBuilder_ != null || vacuumCostPageMiss_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; * @return The vacuumCostPageMiss. */ public com.google.protobuf.Int64Value getVacuumCostPageMiss() { if (vacuumCostPageMissBuilder_ == null) { return vacuumCostPageMiss_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageMiss_; } else { return vacuumCostPageMissBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public Builder setVacuumCostPageMiss(com.google.protobuf.Int64Value value) { if (vacuumCostPageMissBuilder_ == null) { if (value == null) { throw new NullPointerException(); } vacuumCostPageMiss_ = value; onChanged(); } else { vacuumCostPageMissBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public Builder setVacuumCostPageMiss( com.google.protobuf.Int64Value.Builder builderForValue) { if (vacuumCostPageMissBuilder_ == null) { vacuumCostPageMiss_ = builderForValue.build(); onChanged(); } else { vacuumCostPageMissBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public Builder mergeVacuumCostPageMiss(com.google.protobuf.Int64Value value) { if (vacuumCostPageMissBuilder_ == null) { if (vacuumCostPageMiss_ != null) { vacuumCostPageMiss_ = com.google.protobuf.Int64Value.newBuilder(vacuumCostPageMiss_).mergeFrom(value).buildPartial(); } else { vacuumCostPageMiss_ = value; } onChanged(); } else { vacuumCostPageMissBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public Builder clearVacuumCostPageMiss() { if (vacuumCostPageMissBuilder_ == null) { vacuumCostPageMiss_ = null; onChanged(); } else { vacuumCostPageMiss_ = null; vacuumCostPageMissBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public com.google.protobuf.Int64Value.Builder getVacuumCostPageMissBuilder() { onChanged(); return getVacuumCostPageMissFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageMissOrBuilder() { if (vacuumCostPageMissBuilder_ != null) { return vacuumCostPageMissBuilder_.getMessageOrBuilder(); } else { return vacuumCostPageMiss_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageMiss_; } } /** * .google.protobuf.Int64Value vacuum_cost_page_miss = 12; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getVacuumCostPageMissFieldBuilder() { if (vacuumCostPageMissBuilder_ == null) { vacuumCostPageMissBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getVacuumCostPageMiss(), getParentForChildren(), isClean()); vacuumCostPageMiss_ = null; } return vacuumCostPageMissBuilder_; } private com.google.protobuf.Int64Value vacuumCostPageDirty_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> vacuumCostPageDirtyBuilder_; /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return Whether the vacuumCostPageDirty field is set. */ public boolean hasVacuumCostPageDirty() { return vacuumCostPageDirtyBuilder_ != null || vacuumCostPageDirty_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; * @return The vacuumCostPageDirty. */ public com.google.protobuf.Int64Value getVacuumCostPageDirty() { if (vacuumCostPageDirtyBuilder_ == null) { return vacuumCostPageDirty_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageDirty_; } else { return vacuumCostPageDirtyBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public Builder setVacuumCostPageDirty(com.google.protobuf.Int64Value value) { if (vacuumCostPageDirtyBuilder_ == null) { if (value == null) { throw new NullPointerException(); } vacuumCostPageDirty_ = value; onChanged(); } else { vacuumCostPageDirtyBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public Builder setVacuumCostPageDirty( com.google.protobuf.Int64Value.Builder builderForValue) { if (vacuumCostPageDirtyBuilder_ == null) { vacuumCostPageDirty_ = builderForValue.build(); onChanged(); } else { vacuumCostPageDirtyBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public Builder mergeVacuumCostPageDirty(com.google.protobuf.Int64Value value) { if (vacuumCostPageDirtyBuilder_ == null) { if (vacuumCostPageDirty_ != null) { vacuumCostPageDirty_ = com.google.protobuf.Int64Value.newBuilder(vacuumCostPageDirty_).mergeFrom(value).buildPartial(); } else { vacuumCostPageDirty_ = value; } onChanged(); } else { vacuumCostPageDirtyBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public Builder clearVacuumCostPageDirty() { if (vacuumCostPageDirtyBuilder_ == null) { vacuumCostPageDirty_ = null; onChanged(); } else { vacuumCostPageDirty_ = null; vacuumCostPageDirtyBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public com.google.protobuf.Int64Value.Builder getVacuumCostPageDirtyBuilder() { onChanged(); return getVacuumCostPageDirtyFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ public com.google.protobuf.Int64ValueOrBuilder getVacuumCostPageDirtyOrBuilder() { if (vacuumCostPageDirtyBuilder_ != null) { return vacuumCostPageDirtyBuilder_.getMessageOrBuilder(); } else { return vacuumCostPageDirty_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostPageDirty_; } } /** * .google.protobuf.Int64Value vacuum_cost_page_dirty = 13; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getVacuumCostPageDirtyFieldBuilder() { if (vacuumCostPageDirtyBuilder_ == null) { vacuumCostPageDirtyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getVacuumCostPageDirty(), getParentForChildren(), isClean()); vacuumCostPageDirty_ = null; } return vacuumCostPageDirtyBuilder_; } private com.google.protobuf.Int64Value vacuumCostLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> vacuumCostLimitBuilder_; /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return Whether the vacuumCostLimit field is set. */ public boolean hasVacuumCostLimit() { return vacuumCostLimitBuilder_ != null || vacuumCostLimit_ != null; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; * @return The vacuumCostLimit. */ public com.google.protobuf.Int64Value getVacuumCostLimit() { if (vacuumCostLimitBuilder_ == null) { return vacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostLimit_; } else { return vacuumCostLimitBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public Builder setVacuumCostLimit(com.google.protobuf.Int64Value value) { if (vacuumCostLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } vacuumCostLimit_ = value; onChanged(); } else { vacuumCostLimitBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public Builder setVacuumCostLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (vacuumCostLimitBuilder_ == null) { vacuumCostLimit_ = builderForValue.build(); onChanged(); } else { vacuumCostLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public Builder mergeVacuumCostLimit(com.google.protobuf.Int64Value value) { if (vacuumCostLimitBuilder_ == null) { if (vacuumCostLimit_ != null) { vacuumCostLimit_ = com.google.protobuf.Int64Value.newBuilder(vacuumCostLimit_).mergeFrom(value).buildPartial(); } else { vacuumCostLimit_ = value; } onChanged(); } else { vacuumCostLimitBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public Builder clearVacuumCostLimit() { if (vacuumCostLimitBuilder_ == null) { vacuumCostLimit_ = null; onChanged(); } else { vacuumCostLimit_ = null; vacuumCostLimitBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public com.google.protobuf.Int64Value.Builder getVacuumCostLimitBuilder() { onChanged(); return getVacuumCostLimitFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ public com.google.protobuf.Int64ValueOrBuilder getVacuumCostLimitOrBuilder() { if (vacuumCostLimitBuilder_ != null) { return vacuumCostLimitBuilder_.getMessageOrBuilder(); } else { return vacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : vacuumCostLimit_; } } /** * .google.protobuf.Int64Value vacuum_cost_limit = 14; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getVacuumCostLimitFieldBuilder() { if (vacuumCostLimitBuilder_ == null) { vacuumCostLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getVacuumCostLimit(), getParentForChildren(), isClean()); vacuumCostLimit_ = null; } return vacuumCostLimitBuilder_; } private com.google.protobuf.Int64Value bgwriterDelay_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> bgwriterDelayBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return Whether the bgwriterDelay field is set. */ public boolean hasBgwriterDelay() { return bgwriterDelayBuilder_ != null || bgwriterDelay_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; * @return The bgwriterDelay. */ public com.google.protobuf.Int64Value getBgwriterDelay() { if (bgwriterDelayBuilder_ == null) { return bgwriterDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterDelay_; } else { return bgwriterDelayBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public Builder setBgwriterDelay(com.google.protobuf.Int64Value value) { if (bgwriterDelayBuilder_ == null) { if (value == null) { throw new NullPointerException(); } bgwriterDelay_ = value; onChanged(); } else { bgwriterDelayBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public Builder setBgwriterDelay( com.google.protobuf.Int64Value.Builder builderForValue) { if (bgwriterDelayBuilder_ == null) { bgwriterDelay_ = builderForValue.build(); onChanged(); } else { bgwriterDelayBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public Builder mergeBgwriterDelay(com.google.protobuf.Int64Value value) { if (bgwriterDelayBuilder_ == null) { if (bgwriterDelay_ != null) { bgwriterDelay_ = com.google.protobuf.Int64Value.newBuilder(bgwriterDelay_).mergeFrom(value).buildPartial(); } else { bgwriterDelay_ = value; } onChanged(); } else { bgwriterDelayBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public Builder clearBgwriterDelay() { if (bgwriterDelayBuilder_ == null) { bgwriterDelay_ = null; onChanged(); } else { bgwriterDelay_ = null; bgwriterDelayBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public com.google.protobuf.Int64Value.Builder getBgwriterDelayBuilder() { onChanged(); return getBgwriterDelayFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ public com.google.protobuf.Int64ValueOrBuilder getBgwriterDelayOrBuilder() { if (bgwriterDelayBuilder_ != null) { return bgwriterDelayBuilder_.getMessageOrBuilder(); } else { return bgwriterDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterDelay_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value bgwriter_delay = 15 [(.yandex.cloud.value) = "10-10000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getBgwriterDelayFieldBuilder() { if (bgwriterDelayBuilder_ == null) { bgwriterDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getBgwriterDelay(), getParentForChildren(), isClean()); bgwriterDelay_ = null; } return bgwriterDelayBuilder_; } private com.google.protobuf.Int64Value bgwriterLruMaxpages_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> bgwriterLruMaxpagesBuilder_; /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return Whether the bgwriterLruMaxpages field is set. */ public boolean hasBgwriterLruMaxpages() { return bgwriterLruMaxpagesBuilder_ != null || bgwriterLruMaxpages_ != null; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; * @return The bgwriterLruMaxpages. */ public com.google.protobuf.Int64Value getBgwriterLruMaxpages() { if (bgwriterLruMaxpagesBuilder_ == null) { return bgwriterLruMaxpages_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterLruMaxpages_; } else { return bgwriterLruMaxpagesBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public Builder setBgwriterLruMaxpages(com.google.protobuf.Int64Value value) { if (bgwriterLruMaxpagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } bgwriterLruMaxpages_ = value; onChanged(); } else { bgwriterLruMaxpagesBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public Builder setBgwriterLruMaxpages( com.google.protobuf.Int64Value.Builder builderForValue) { if (bgwriterLruMaxpagesBuilder_ == null) { bgwriterLruMaxpages_ = builderForValue.build(); onChanged(); } else { bgwriterLruMaxpagesBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public Builder mergeBgwriterLruMaxpages(com.google.protobuf.Int64Value value) { if (bgwriterLruMaxpagesBuilder_ == null) { if (bgwriterLruMaxpages_ != null) { bgwriterLruMaxpages_ = com.google.protobuf.Int64Value.newBuilder(bgwriterLruMaxpages_).mergeFrom(value).buildPartial(); } else { bgwriterLruMaxpages_ = value; } onChanged(); } else { bgwriterLruMaxpagesBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public Builder clearBgwriterLruMaxpages() { if (bgwriterLruMaxpagesBuilder_ == null) { bgwriterLruMaxpages_ = null; onChanged(); } else { bgwriterLruMaxpages_ = null; bgwriterLruMaxpagesBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public com.google.protobuf.Int64Value.Builder getBgwriterLruMaxpagesBuilder() { onChanged(); return getBgwriterLruMaxpagesFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ public com.google.protobuf.Int64ValueOrBuilder getBgwriterLruMaxpagesOrBuilder() { if (bgwriterLruMaxpagesBuilder_ != null) { return bgwriterLruMaxpagesBuilder_.getMessageOrBuilder(); } else { return bgwriterLruMaxpages_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterLruMaxpages_; } } /** * .google.protobuf.Int64Value bgwriter_lru_maxpages = 16; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getBgwriterLruMaxpagesFieldBuilder() { if (bgwriterLruMaxpagesBuilder_ == null) { bgwriterLruMaxpagesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getBgwriterLruMaxpages(), getParentForChildren(), isClean()); bgwriterLruMaxpages_ = null; } return bgwriterLruMaxpagesBuilder_; } private com.google.protobuf.DoubleValue bgwriterLruMultiplier_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> bgwriterLruMultiplierBuilder_; /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return Whether the bgwriterLruMultiplier field is set. */ public boolean hasBgwriterLruMultiplier() { return bgwriterLruMultiplierBuilder_ != null || bgwriterLruMultiplier_ != null; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; * @return The bgwriterLruMultiplier. */ public com.google.protobuf.DoubleValue getBgwriterLruMultiplier() { if (bgwriterLruMultiplierBuilder_ == null) { return bgwriterLruMultiplier_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : bgwriterLruMultiplier_; } else { return bgwriterLruMultiplierBuilder_.getMessage(); } } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public Builder setBgwriterLruMultiplier(com.google.protobuf.DoubleValue value) { if (bgwriterLruMultiplierBuilder_ == null) { if (value == null) { throw new NullPointerException(); } bgwriterLruMultiplier_ = value; onChanged(); } else { bgwriterLruMultiplierBuilder_.setMessage(value); } return this; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public Builder setBgwriterLruMultiplier( com.google.protobuf.DoubleValue.Builder builderForValue) { if (bgwriterLruMultiplierBuilder_ == null) { bgwriterLruMultiplier_ = builderForValue.build(); onChanged(); } else { bgwriterLruMultiplierBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public Builder mergeBgwriterLruMultiplier(com.google.protobuf.DoubleValue value) { if (bgwriterLruMultiplierBuilder_ == null) { if (bgwriterLruMultiplier_ != null) { bgwriterLruMultiplier_ = com.google.protobuf.DoubleValue.newBuilder(bgwriterLruMultiplier_).mergeFrom(value).buildPartial(); } else { bgwriterLruMultiplier_ = value; } onChanged(); } else { bgwriterLruMultiplierBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public Builder clearBgwriterLruMultiplier() { if (bgwriterLruMultiplierBuilder_ == null) { bgwriterLruMultiplier_ = null; onChanged(); } else { bgwriterLruMultiplier_ = null; bgwriterLruMultiplierBuilder_ = null; } return this; } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public com.google.protobuf.DoubleValue.Builder getBgwriterLruMultiplierBuilder() { onChanged(); return getBgwriterLruMultiplierFieldBuilder().getBuilder(); } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ public com.google.protobuf.DoubleValueOrBuilder getBgwriterLruMultiplierOrBuilder() { if (bgwriterLruMultiplierBuilder_ != null) { return bgwriterLruMultiplierBuilder_.getMessageOrBuilder(); } else { return bgwriterLruMultiplier_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : bgwriterLruMultiplier_; } } /** * .google.protobuf.DoubleValue bgwriter_lru_multiplier = 17; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getBgwriterLruMultiplierFieldBuilder() { if (bgwriterLruMultiplierBuilder_ == null) { bgwriterLruMultiplierBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getBgwriterLruMultiplier(), getParentForChildren(), isClean()); bgwriterLruMultiplier_ = null; } return bgwriterLruMultiplierBuilder_; } private com.google.protobuf.Int64Value bgwriterFlushAfter_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> bgwriterFlushAfterBuilder_; /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the bgwriterFlushAfter field is set. */ public boolean hasBgwriterFlushAfter() { return bgwriterFlushAfterBuilder_ != null || bgwriterFlushAfter_ != null; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; * @return The bgwriterFlushAfter. */ public com.google.protobuf.Int64Value getBgwriterFlushAfter() { if (bgwriterFlushAfterBuilder_ == null) { return bgwriterFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterFlushAfter_; } else { return bgwriterFlushAfterBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setBgwriterFlushAfter(com.google.protobuf.Int64Value value) { if (bgwriterFlushAfterBuilder_ == null) { if (value == null) { throw new NullPointerException(); } bgwriterFlushAfter_ = value; onChanged(); } else { bgwriterFlushAfterBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setBgwriterFlushAfter( com.google.protobuf.Int64Value.Builder builderForValue) { if (bgwriterFlushAfterBuilder_ == null) { bgwriterFlushAfter_ = builderForValue.build(); onChanged(); } else { bgwriterFlushAfterBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public Builder mergeBgwriterFlushAfter(com.google.protobuf.Int64Value value) { if (bgwriterFlushAfterBuilder_ == null) { if (bgwriterFlushAfter_ != null) { bgwriterFlushAfter_ = com.google.protobuf.Int64Value.newBuilder(bgwriterFlushAfter_).mergeFrom(value).buildPartial(); } else { bgwriterFlushAfter_ = value; } onChanged(); } else { bgwriterFlushAfterBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public Builder clearBgwriterFlushAfter() { if (bgwriterFlushAfterBuilder_ == null) { bgwriterFlushAfter_ = null; onChanged(); } else { bgwriterFlushAfter_ = null; bgwriterFlushAfterBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64Value.Builder getBgwriterFlushAfterBuilder() { onChanged(); return getBgwriterFlushAfterFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64ValueOrBuilder getBgwriterFlushAfterOrBuilder() { if (bgwriterFlushAfterBuilder_ != null) { return bgwriterFlushAfterBuilder_.getMessageOrBuilder(); } else { return bgwriterFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : bgwriterFlushAfter_; } } /** * .google.protobuf.Int64Value bgwriter_flush_after = 18 [(.yandex.cloud.value) = "0-2048"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getBgwriterFlushAfterFieldBuilder() { if (bgwriterFlushAfterBuilder_ == null) { bgwriterFlushAfterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getBgwriterFlushAfter(), getParentForChildren(), isClean()); bgwriterFlushAfter_ = null; } return bgwriterFlushAfterBuilder_; } private com.google.protobuf.Int64Value backendFlushAfter_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> backendFlushAfterBuilder_; /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the backendFlushAfter field is set. */ public boolean hasBackendFlushAfter() { return backendFlushAfterBuilder_ != null || backendFlushAfter_ != null; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; * @return The backendFlushAfter. */ public com.google.protobuf.Int64Value getBackendFlushAfter() { if (backendFlushAfterBuilder_ == null) { return backendFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : backendFlushAfter_; } else { return backendFlushAfterBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setBackendFlushAfter(com.google.protobuf.Int64Value value) { if (backendFlushAfterBuilder_ == null) { if (value == null) { throw new NullPointerException(); } backendFlushAfter_ = value; onChanged(); } else { backendFlushAfterBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setBackendFlushAfter( com.google.protobuf.Int64Value.Builder builderForValue) { if (backendFlushAfterBuilder_ == null) { backendFlushAfter_ = builderForValue.build(); onChanged(); } else { backendFlushAfterBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public Builder mergeBackendFlushAfter(com.google.protobuf.Int64Value value) { if (backendFlushAfterBuilder_ == null) { if (backendFlushAfter_ != null) { backendFlushAfter_ = com.google.protobuf.Int64Value.newBuilder(backendFlushAfter_).mergeFrom(value).buildPartial(); } else { backendFlushAfter_ = value; } onChanged(); } else { backendFlushAfterBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public Builder clearBackendFlushAfter() { if (backendFlushAfterBuilder_ == null) { backendFlushAfter_ = null; onChanged(); } else { backendFlushAfter_ = null; backendFlushAfterBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64Value.Builder getBackendFlushAfterBuilder() { onChanged(); return getBackendFlushAfterFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64ValueOrBuilder getBackendFlushAfterOrBuilder() { if (backendFlushAfterBuilder_ != null) { return backendFlushAfterBuilder_.getMessageOrBuilder(); } else { return backendFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : backendFlushAfter_; } } /** * .google.protobuf.Int64Value backend_flush_after = 19 [(.yandex.cloud.value) = "0-2048"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getBackendFlushAfterFieldBuilder() { if (backendFlushAfterBuilder_ == null) { backendFlushAfterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getBackendFlushAfter(), getParentForChildren(), isClean()); backendFlushAfter_ = null; } return backendFlushAfterBuilder_; } private com.google.protobuf.Int64Value oldSnapshotThreshold_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> oldSnapshotThresholdBuilder_; /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return Whether the oldSnapshotThreshold field is set. */ public boolean hasOldSnapshotThreshold() { return oldSnapshotThresholdBuilder_ != null || oldSnapshotThreshold_ != null; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; * @return The oldSnapshotThreshold. */ public com.google.protobuf.Int64Value getOldSnapshotThreshold() { if (oldSnapshotThresholdBuilder_ == null) { return oldSnapshotThreshold_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : oldSnapshotThreshold_; } else { return oldSnapshotThresholdBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public Builder setOldSnapshotThreshold(com.google.protobuf.Int64Value value) { if (oldSnapshotThresholdBuilder_ == null) { if (value == null) { throw new NullPointerException(); } oldSnapshotThreshold_ = value; onChanged(); } else { oldSnapshotThresholdBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public Builder setOldSnapshotThreshold( com.google.protobuf.Int64Value.Builder builderForValue) { if (oldSnapshotThresholdBuilder_ == null) { oldSnapshotThreshold_ = builderForValue.build(); onChanged(); } else { oldSnapshotThresholdBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public Builder mergeOldSnapshotThreshold(com.google.protobuf.Int64Value value) { if (oldSnapshotThresholdBuilder_ == null) { if (oldSnapshotThreshold_ != null) { oldSnapshotThreshold_ = com.google.protobuf.Int64Value.newBuilder(oldSnapshotThreshold_).mergeFrom(value).buildPartial(); } else { oldSnapshotThreshold_ = value; } onChanged(); } else { oldSnapshotThresholdBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public Builder clearOldSnapshotThreshold() { if (oldSnapshotThresholdBuilder_ == null) { oldSnapshotThreshold_ = null; onChanged(); } else { oldSnapshotThreshold_ = null; oldSnapshotThresholdBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public com.google.protobuf.Int64Value.Builder getOldSnapshotThresholdBuilder() { onChanged(); return getOldSnapshotThresholdFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ public com.google.protobuf.Int64ValueOrBuilder getOldSnapshotThresholdOrBuilder() { if (oldSnapshotThresholdBuilder_ != null) { return oldSnapshotThresholdBuilder_.getMessageOrBuilder(); } else { return oldSnapshotThreshold_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : oldSnapshotThreshold_; } } /** * .google.protobuf.Int64Value old_snapshot_threshold = 20 [(.yandex.cloud.value) = "-1-86400000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getOldSnapshotThresholdFieldBuilder() { if (oldSnapshotThresholdBuilder_ == null) { oldSnapshotThresholdBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getOldSnapshotThreshold(), getParentForChildren(), isClean()); oldSnapshotThreshold_ = null; } return oldSnapshotThresholdBuilder_; } private int walLevel_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The enum numeric value on the wire for walLevel. */ @java.lang.Override public int getWalLevelValue() { return walLevel_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @param value The enum numeric value on the wire for walLevel to set. * @return This builder for chaining. */ public Builder setWalLevelValue(int value) { walLevel_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return The walLevel. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel getWalLevel() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.valueOf(walLevel_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @param value The walLevel to set. * @return This builder for chaining. */ public Builder setWalLevel(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.WalLevel value) { if (value == null) { throw new NullPointerException(); } walLevel_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.WalLevel wal_level = 21; * @return This builder for chaining. */ public Builder clearWalLevel() { walLevel_ = 0; onChanged(); return this; } private int synchronousCommit_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The enum numeric value on the wire for synchronousCommit. */ @java.lang.Override public int getSynchronousCommitValue() { return synchronousCommit_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @param value The enum numeric value on the wire for synchronousCommit to set. * @return This builder for chaining. */ public Builder setSynchronousCommitValue(int value) { synchronousCommit_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return The synchronousCommit. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit getSynchronousCommit() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.valueOf(synchronousCommit_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @param value The synchronousCommit to set. * @return This builder for chaining. */ public Builder setSynchronousCommit(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.SynchronousCommit value) { if (value == null) { throw new NullPointerException(); } synchronousCommit_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.SynchronousCommit synchronous_commit = 22; * @return This builder for chaining. */ public Builder clearSynchronousCommit() { synchronousCommit_ = 0; onChanged(); return this; } private com.google.protobuf.Int64Value checkpointTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> checkpointTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return Whether the checkpointTimeout field is set. */ public boolean hasCheckpointTimeout() { return checkpointTimeoutBuilder_ != null || checkpointTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; * @return The checkpointTimeout. */ public com.google.protobuf.Int64Value getCheckpointTimeout() { if (checkpointTimeoutBuilder_ == null) { return checkpointTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointTimeout_; } else { return checkpointTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public Builder setCheckpointTimeout(com.google.protobuf.Int64Value value) { if (checkpointTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } checkpointTimeout_ = value; onChanged(); } else { checkpointTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public Builder setCheckpointTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (checkpointTimeoutBuilder_ == null) { checkpointTimeout_ = builderForValue.build(); onChanged(); } else { checkpointTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public Builder mergeCheckpointTimeout(com.google.protobuf.Int64Value value) { if (checkpointTimeoutBuilder_ == null) { if (checkpointTimeout_ != null) { checkpointTimeout_ = com.google.protobuf.Int64Value.newBuilder(checkpointTimeout_).mergeFrom(value).buildPartial(); } else { checkpointTimeout_ = value; } onChanged(); } else { checkpointTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public Builder clearCheckpointTimeout() { if (checkpointTimeoutBuilder_ == null) { checkpointTimeout_ = null; onChanged(); } else { checkpointTimeout_ = null; checkpointTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public com.google.protobuf.Int64Value.Builder getCheckpointTimeoutBuilder() { onChanged(); return getCheckpointTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ public com.google.protobuf.Int64ValueOrBuilder getCheckpointTimeoutOrBuilder() { if (checkpointTimeoutBuilder_ != null) { return checkpointTimeoutBuilder_.getMessageOrBuilder(); } else { return checkpointTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value checkpoint_timeout = 23 [(.yandex.cloud.value) = "30000-86400000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getCheckpointTimeoutFieldBuilder() { if (checkpointTimeoutBuilder_ == null) { checkpointTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getCheckpointTimeout(), getParentForChildren(), isClean()); checkpointTimeout_ = null; } return checkpointTimeoutBuilder_; } private com.google.protobuf.DoubleValue checkpointCompletionTarget_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> checkpointCompletionTargetBuilder_; /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return Whether the checkpointCompletionTarget field is set. */ public boolean hasCheckpointCompletionTarget() { return checkpointCompletionTargetBuilder_ != null || checkpointCompletionTarget_ != null; } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; * @return The checkpointCompletionTarget. */ public com.google.protobuf.DoubleValue getCheckpointCompletionTarget() { if (checkpointCompletionTargetBuilder_ == null) { return checkpointCompletionTarget_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : checkpointCompletionTarget_; } else { return checkpointCompletionTargetBuilder_.getMessage(); } } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public Builder setCheckpointCompletionTarget(com.google.protobuf.DoubleValue value) { if (checkpointCompletionTargetBuilder_ == null) { if (value == null) { throw new NullPointerException(); } checkpointCompletionTarget_ = value; onChanged(); } else { checkpointCompletionTargetBuilder_.setMessage(value); } return this; } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public Builder setCheckpointCompletionTarget( com.google.protobuf.DoubleValue.Builder builderForValue) { if (checkpointCompletionTargetBuilder_ == null) { checkpointCompletionTarget_ = builderForValue.build(); onChanged(); } else { checkpointCompletionTargetBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public Builder mergeCheckpointCompletionTarget(com.google.protobuf.DoubleValue value) { if (checkpointCompletionTargetBuilder_ == null) { if (checkpointCompletionTarget_ != null) { checkpointCompletionTarget_ = com.google.protobuf.DoubleValue.newBuilder(checkpointCompletionTarget_).mergeFrom(value).buildPartial(); } else { checkpointCompletionTarget_ = value; } onChanged(); } else { checkpointCompletionTargetBuilder_.mergeFrom(value); } return this; } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public Builder clearCheckpointCompletionTarget() { if (checkpointCompletionTargetBuilder_ == null) { checkpointCompletionTarget_ = null; onChanged(); } else { checkpointCompletionTarget_ = null; checkpointCompletionTargetBuilder_ = null; } return this; } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public com.google.protobuf.DoubleValue.Builder getCheckpointCompletionTargetBuilder() { onChanged(); return getCheckpointCompletionTargetFieldBuilder().getBuilder(); } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ public com.google.protobuf.DoubleValueOrBuilder getCheckpointCompletionTargetOrBuilder() { if (checkpointCompletionTargetBuilder_ != null) { return checkpointCompletionTargetBuilder_.getMessageOrBuilder(); } else { return checkpointCompletionTarget_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : checkpointCompletionTarget_; } } /** *
       * Acceptable values are 0.0 to 1.0, inclusive.
       * 
* * .google.protobuf.DoubleValue checkpoint_completion_target = 24; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getCheckpointCompletionTargetFieldBuilder() { if (checkpointCompletionTargetBuilder_ == null) { checkpointCompletionTargetBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getCheckpointCompletionTarget(), getParentForChildren(), isClean()); checkpointCompletionTarget_ = null; } return checkpointCompletionTargetBuilder_; } private com.google.protobuf.Int64Value checkpointFlushAfter_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> checkpointFlushAfterBuilder_; /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return Whether the checkpointFlushAfter field is set. */ public boolean hasCheckpointFlushAfter() { return checkpointFlushAfterBuilder_ != null || checkpointFlushAfter_ != null; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; * @return The checkpointFlushAfter. */ public com.google.protobuf.Int64Value getCheckpointFlushAfter() { if (checkpointFlushAfterBuilder_ == null) { return checkpointFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointFlushAfter_; } else { return checkpointFlushAfterBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setCheckpointFlushAfter(com.google.protobuf.Int64Value value) { if (checkpointFlushAfterBuilder_ == null) { if (value == null) { throw new NullPointerException(); } checkpointFlushAfter_ = value; onChanged(); } else { checkpointFlushAfterBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public Builder setCheckpointFlushAfter( com.google.protobuf.Int64Value.Builder builderForValue) { if (checkpointFlushAfterBuilder_ == null) { checkpointFlushAfter_ = builderForValue.build(); onChanged(); } else { checkpointFlushAfterBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public Builder mergeCheckpointFlushAfter(com.google.protobuf.Int64Value value) { if (checkpointFlushAfterBuilder_ == null) { if (checkpointFlushAfter_ != null) { checkpointFlushAfter_ = com.google.protobuf.Int64Value.newBuilder(checkpointFlushAfter_).mergeFrom(value).buildPartial(); } else { checkpointFlushAfter_ = value; } onChanged(); } else { checkpointFlushAfterBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public Builder clearCheckpointFlushAfter() { if (checkpointFlushAfterBuilder_ == null) { checkpointFlushAfter_ = null; onChanged(); } else { checkpointFlushAfter_ = null; checkpointFlushAfterBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64Value.Builder getCheckpointFlushAfterBuilder() { onChanged(); return getCheckpointFlushAfterFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ public com.google.protobuf.Int64ValueOrBuilder getCheckpointFlushAfterOrBuilder() { if (checkpointFlushAfterBuilder_ != null) { return checkpointFlushAfterBuilder_.getMessageOrBuilder(); } else { return checkpointFlushAfter_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : checkpointFlushAfter_; } } /** * .google.protobuf.Int64Value checkpoint_flush_after = 25 [(.yandex.cloud.value) = "0-2048"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getCheckpointFlushAfterFieldBuilder() { if (checkpointFlushAfterBuilder_ == null) { checkpointFlushAfterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getCheckpointFlushAfter(), getParentForChildren(), isClean()); checkpointFlushAfter_ = null; } return checkpointFlushAfterBuilder_; } private com.google.protobuf.Int64Value maxWalSize_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxWalSizeBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return Whether the maxWalSize field is set. */ public boolean hasMaxWalSize() { return maxWalSizeBuilder_ != null || maxWalSize_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; * @return The maxWalSize. */ public com.google.protobuf.Int64Value getMaxWalSize() { if (maxWalSizeBuilder_ == null) { return maxWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxWalSize_; } else { return maxWalSizeBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public Builder setMaxWalSize(com.google.protobuf.Int64Value value) { if (maxWalSizeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxWalSize_ = value; onChanged(); } else { maxWalSizeBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public Builder setMaxWalSize( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxWalSizeBuilder_ == null) { maxWalSize_ = builderForValue.build(); onChanged(); } else { maxWalSizeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public Builder mergeMaxWalSize(com.google.protobuf.Int64Value value) { if (maxWalSizeBuilder_ == null) { if (maxWalSize_ != null) { maxWalSize_ = com.google.protobuf.Int64Value.newBuilder(maxWalSize_).mergeFrom(value).buildPartial(); } else { maxWalSize_ = value; } onChanged(); } else { maxWalSizeBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public Builder clearMaxWalSize() { if (maxWalSizeBuilder_ == null) { maxWalSize_ = null; onChanged(); } else { maxWalSize_ = null; maxWalSizeBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public com.google.protobuf.Int64Value.Builder getMaxWalSizeBuilder() { onChanged(); return getMaxWalSizeFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ public com.google.protobuf.Int64ValueOrBuilder getMaxWalSizeOrBuilder() { if (maxWalSizeBuilder_ != null) { return maxWalSizeBuilder_.getMessageOrBuilder(); } else { return maxWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxWalSize_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value max_wal_size = 26; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxWalSizeFieldBuilder() { if (maxWalSizeBuilder_ == null) { maxWalSizeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxWalSize(), getParentForChildren(), isClean()); maxWalSize_ = null; } return maxWalSizeBuilder_; } private com.google.protobuf.Int64Value minWalSize_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> minWalSizeBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return Whether the minWalSize field is set. */ public boolean hasMinWalSize() { return minWalSizeBuilder_ != null || minWalSize_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; * @return The minWalSize. */ public com.google.protobuf.Int64Value getMinWalSize() { if (minWalSizeBuilder_ == null) { return minWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : minWalSize_; } else { return minWalSizeBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public Builder setMinWalSize(com.google.protobuf.Int64Value value) { if (minWalSizeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } minWalSize_ = value; onChanged(); } else { minWalSizeBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public Builder setMinWalSize( com.google.protobuf.Int64Value.Builder builderForValue) { if (minWalSizeBuilder_ == null) { minWalSize_ = builderForValue.build(); onChanged(); } else { minWalSizeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public Builder mergeMinWalSize(com.google.protobuf.Int64Value value) { if (minWalSizeBuilder_ == null) { if (minWalSize_ != null) { minWalSize_ = com.google.protobuf.Int64Value.newBuilder(minWalSize_).mergeFrom(value).buildPartial(); } else { minWalSize_ = value; } onChanged(); } else { minWalSizeBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public Builder clearMinWalSize() { if (minWalSizeBuilder_ == null) { minWalSize_ = null; onChanged(); } else { minWalSize_ = null; minWalSizeBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public com.google.protobuf.Int64Value.Builder getMinWalSizeBuilder() { onChanged(); return getMinWalSizeFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ public com.google.protobuf.Int64ValueOrBuilder getMinWalSizeOrBuilder() { if (minWalSizeBuilder_ != null) { return minWalSizeBuilder_.getMessageOrBuilder(); } else { return minWalSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : minWalSize_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value min_wal_size = 27; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMinWalSizeFieldBuilder() { if (minWalSizeBuilder_ == null) { minWalSizeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMinWalSize(), getParentForChildren(), isClean()); minWalSize_ = null; } return minWalSizeBuilder_; } private com.google.protobuf.Int64Value maxStandbyStreamingDelay_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxStandbyStreamingDelayBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return Whether the maxStandbyStreamingDelay field is set. */ public boolean hasMaxStandbyStreamingDelay() { return maxStandbyStreamingDelayBuilder_ != null || maxStandbyStreamingDelay_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; * @return The maxStandbyStreamingDelay. */ public com.google.protobuf.Int64Value getMaxStandbyStreamingDelay() { if (maxStandbyStreamingDelayBuilder_ == null) { return maxStandbyStreamingDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxStandbyStreamingDelay_; } else { return maxStandbyStreamingDelayBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public Builder setMaxStandbyStreamingDelay(com.google.protobuf.Int64Value value) { if (maxStandbyStreamingDelayBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxStandbyStreamingDelay_ = value; onChanged(); } else { maxStandbyStreamingDelayBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public Builder setMaxStandbyStreamingDelay( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxStandbyStreamingDelayBuilder_ == null) { maxStandbyStreamingDelay_ = builderForValue.build(); onChanged(); } else { maxStandbyStreamingDelayBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public Builder mergeMaxStandbyStreamingDelay(com.google.protobuf.Int64Value value) { if (maxStandbyStreamingDelayBuilder_ == null) { if (maxStandbyStreamingDelay_ != null) { maxStandbyStreamingDelay_ = com.google.protobuf.Int64Value.newBuilder(maxStandbyStreamingDelay_).mergeFrom(value).buildPartial(); } else { maxStandbyStreamingDelay_ = value; } onChanged(); } else { maxStandbyStreamingDelayBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public Builder clearMaxStandbyStreamingDelay() { if (maxStandbyStreamingDelayBuilder_ == null) { maxStandbyStreamingDelay_ = null; onChanged(); } else { maxStandbyStreamingDelay_ = null; maxStandbyStreamingDelayBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public com.google.protobuf.Int64Value.Builder getMaxStandbyStreamingDelayBuilder() { onChanged(); return getMaxStandbyStreamingDelayFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ public com.google.protobuf.Int64ValueOrBuilder getMaxStandbyStreamingDelayOrBuilder() { if (maxStandbyStreamingDelayBuilder_ != null) { return maxStandbyStreamingDelayBuilder_.getMessageOrBuilder(); } else { return maxStandbyStreamingDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxStandbyStreamingDelay_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value max_standby_streaming_delay = 28; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxStandbyStreamingDelayFieldBuilder() { if (maxStandbyStreamingDelayBuilder_ == null) { maxStandbyStreamingDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxStandbyStreamingDelay(), getParentForChildren(), isClean()); maxStandbyStreamingDelay_ = null; } return maxStandbyStreamingDelayBuilder_; } private com.google.protobuf.Int64Value defaultStatisticsTarget_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> defaultStatisticsTargetBuilder_; /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return Whether the defaultStatisticsTarget field is set. */ public boolean hasDefaultStatisticsTarget() { return defaultStatisticsTargetBuilder_ != null || defaultStatisticsTarget_ != null; } /** * .google.protobuf.Int64Value default_statistics_target = 29; * @return The defaultStatisticsTarget. */ public com.google.protobuf.Int64Value getDefaultStatisticsTarget() { if (defaultStatisticsTargetBuilder_ == null) { return defaultStatisticsTarget_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : defaultStatisticsTarget_; } else { return defaultStatisticsTargetBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public Builder setDefaultStatisticsTarget(com.google.protobuf.Int64Value value) { if (defaultStatisticsTargetBuilder_ == null) { if (value == null) { throw new NullPointerException(); } defaultStatisticsTarget_ = value; onChanged(); } else { defaultStatisticsTargetBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public Builder setDefaultStatisticsTarget( com.google.protobuf.Int64Value.Builder builderForValue) { if (defaultStatisticsTargetBuilder_ == null) { defaultStatisticsTarget_ = builderForValue.build(); onChanged(); } else { defaultStatisticsTargetBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public Builder mergeDefaultStatisticsTarget(com.google.protobuf.Int64Value value) { if (defaultStatisticsTargetBuilder_ == null) { if (defaultStatisticsTarget_ != null) { defaultStatisticsTarget_ = com.google.protobuf.Int64Value.newBuilder(defaultStatisticsTarget_).mergeFrom(value).buildPartial(); } else { defaultStatisticsTarget_ = value; } onChanged(); } else { defaultStatisticsTargetBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public Builder clearDefaultStatisticsTarget() { if (defaultStatisticsTargetBuilder_ == null) { defaultStatisticsTarget_ = null; onChanged(); } else { defaultStatisticsTarget_ = null; defaultStatisticsTargetBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public com.google.protobuf.Int64Value.Builder getDefaultStatisticsTargetBuilder() { onChanged(); return getDefaultStatisticsTargetFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ public com.google.protobuf.Int64ValueOrBuilder getDefaultStatisticsTargetOrBuilder() { if (defaultStatisticsTargetBuilder_ != null) { return defaultStatisticsTargetBuilder_.getMessageOrBuilder(); } else { return defaultStatisticsTarget_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : defaultStatisticsTarget_; } } /** * .google.protobuf.Int64Value default_statistics_target = 29; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getDefaultStatisticsTargetFieldBuilder() { if (defaultStatisticsTargetBuilder_ == null) { defaultStatisticsTargetBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getDefaultStatisticsTarget(), getParentForChildren(), isClean()); defaultStatisticsTarget_ = null; } return defaultStatisticsTargetBuilder_; } private int constraintExclusion_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The enum numeric value on the wire for constraintExclusion. */ @java.lang.Override public int getConstraintExclusionValue() { return constraintExclusion_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @param value The enum numeric value on the wire for constraintExclusion to set. * @return This builder for chaining. */ public Builder setConstraintExclusionValue(int value) { constraintExclusion_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return The constraintExclusion. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion getConstraintExclusion() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.valueOf(constraintExclusion_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @param value The constraintExclusion to set. * @return This builder for chaining. */ public Builder setConstraintExclusion(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ConstraintExclusion value) { if (value == null) { throw new NullPointerException(); } constraintExclusion_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ConstraintExclusion constraint_exclusion = 30; * @return This builder for chaining. */ public Builder clearConstraintExclusion() { constraintExclusion_ = 0; onChanged(); return this; } private com.google.protobuf.DoubleValue cursorTupleFraction_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> cursorTupleFractionBuilder_; /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return Whether the cursorTupleFraction field is set. */ public boolean hasCursorTupleFraction() { return cursorTupleFractionBuilder_ != null || cursorTupleFraction_ != null; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; * @return The cursorTupleFraction. */ public com.google.protobuf.DoubleValue getCursorTupleFraction() { if (cursorTupleFractionBuilder_ == null) { return cursorTupleFraction_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : cursorTupleFraction_; } else { return cursorTupleFractionBuilder_.getMessage(); } } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public Builder setCursorTupleFraction(com.google.protobuf.DoubleValue value) { if (cursorTupleFractionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cursorTupleFraction_ = value; onChanged(); } else { cursorTupleFractionBuilder_.setMessage(value); } return this; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public Builder setCursorTupleFraction( com.google.protobuf.DoubleValue.Builder builderForValue) { if (cursorTupleFractionBuilder_ == null) { cursorTupleFraction_ = builderForValue.build(); onChanged(); } else { cursorTupleFractionBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public Builder mergeCursorTupleFraction(com.google.protobuf.DoubleValue value) { if (cursorTupleFractionBuilder_ == null) { if (cursorTupleFraction_ != null) { cursorTupleFraction_ = com.google.protobuf.DoubleValue.newBuilder(cursorTupleFraction_).mergeFrom(value).buildPartial(); } else { cursorTupleFraction_ = value; } onChanged(); } else { cursorTupleFractionBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public Builder clearCursorTupleFraction() { if (cursorTupleFractionBuilder_ == null) { cursorTupleFraction_ = null; onChanged(); } else { cursorTupleFraction_ = null; cursorTupleFractionBuilder_ = null; } return this; } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public com.google.protobuf.DoubleValue.Builder getCursorTupleFractionBuilder() { onChanged(); return getCursorTupleFractionFieldBuilder().getBuilder(); } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ public com.google.protobuf.DoubleValueOrBuilder getCursorTupleFractionOrBuilder() { if (cursorTupleFractionBuilder_ != null) { return cursorTupleFractionBuilder_.getMessageOrBuilder(); } else { return cursorTupleFraction_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : cursorTupleFraction_; } } /** * .google.protobuf.DoubleValue cursor_tuple_fraction = 31; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getCursorTupleFractionFieldBuilder() { if (cursorTupleFractionBuilder_ == null) { cursorTupleFractionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getCursorTupleFraction(), getParentForChildren(), isClean()); cursorTupleFraction_ = null; } return cursorTupleFractionBuilder_; } private com.google.protobuf.Int64Value fromCollapseLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> fromCollapseLimitBuilder_; /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the fromCollapseLimit field is set. */ public boolean hasFromCollapseLimit() { return fromCollapseLimitBuilder_ != null || fromCollapseLimit_ != null; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; * @return The fromCollapseLimit. */ public com.google.protobuf.Int64Value getFromCollapseLimit() { if (fromCollapseLimitBuilder_ == null) { return fromCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fromCollapseLimit_; } else { return fromCollapseLimitBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder setFromCollapseLimit(com.google.protobuf.Int64Value value) { if (fromCollapseLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fromCollapseLimit_ = value; onChanged(); } else { fromCollapseLimitBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder setFromCollapseLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (fromCollapseLimitBuilder_ == null) { fromCollapseLimit_ = builderForValue.build(); onChanged(); } else { fromCollapseLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder mergeFromCollapseLimit(com.google.protobuf.Int64Value value) { if (fromCollapseLimitBuilder_ == null) { if (fromCollapseLimit_ != null) { fromCollapseLimit_ = com.google.protobuf.Int64Value.newBuilder(fromCollapseLimit_).mergeFrom(value).buildPartial(); } else { fromCollapseLimit_ = value; } onChanged(); } else { fromCollapseLimitBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder clearFromCollapseLimit() { if (fromCollapseLimitBuilder_ == null) { fromCollapseLimit_ = null; onChanged(); } else { fromCollapseLimit_ = null; fromCollapseLimitBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public com.google.protobuf.Int64Value.Builder getFromCollapseLimitBuilder() { onChanged(); return getFromCollapseLimitFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ public com.google.protobuf.Int64ValueOrBuilder getFromCollapseLimitOrBuilder() { if (fromCollapseLimitBuilder_ != null) { return fromCollapseLimitBuilder_.getMessageOrBuilder(); } else { return fromCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : fromCollapseLimit_; } } /** * .google.protobuf.Int64Value from_collapse_limit = 32 [(.yandex.cloud.value) = "1-2147483647"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getFromCollapseLimitFieldBuilder() { if (fromCollapseLimitBuilder_ == null) { fromCollapseLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getFromCollapseLimit(), getParentForChildren(), isClean()); fromCollapseLimit_ = null; } return fromCollapseLimitBuilder_; } private com.google.protobuf.Int64Value joinCollapseLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> joinCollapseLimitBuilder_; /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return Whether the joinCollapseLimit field is set. */ public boolean hasJoinCollapseLimit() { return joinCollapseLimitBuilder_ != null || joinCollapseLimit_ != null; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; * @return The joinCollapseLimit. */ public com.google.protobuf.Int64Value getJoinCollapseLimit() { if (joinCollapseLimitBuilder_ == null) { return joinCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : joinCollapseLimit_; } else { return joinCollapseLimitBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder setJoinCollapseLimit(com.google.protobuf.Int64Value value) { if (joinCollapseLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } joinCollapseLimit_ = value; onChanged(); } else { joinCollapseLimitBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder setJoinCollapseLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (joinCollapseLimitBuilder_ == null) { joinCollapseLimit_ = builderForValue.build(); onChanged(); } else { joinCollapseLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder mergeJoinCollapseLimit(com.google.protobuf.Int64Value value) { if (joinCollapseLimitBuilder_ == null) { if (joinCollapseLimit_ != null) { joinCollapseLimit_ = com.google.protobuf.Int64Value.newBuilder(joinCollapseLimit_).mergeFrom(value).buildPartial(); } else { joinCollapseLimit_ = value; } onChanged(); } else { joinCollapseLimitBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public Builder clearJoinCollapseLimit() { if (joinCollapseLimitBuilder_ == null) { joinCollapseLimit_ = null; onChanged(); } else { joinCollapseLimit_ = null; joinCollapseLimitBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public com.google.protobuf.Int64Value.Builder getJoinCollapseLimitBuilder() { onChanged(); return getJoinCollapseLimitFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ public com.google.protobuf.Int64ValueOrBuilder getJoinCollapseLimitOrBuilder() { if (joinCollapseLimitBuilder_ != null) { return joinCollapseLimitBuilder_.getMessageOrBuilder(); } else { return joinCollapseLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : joinCollapseLimit_; } } /** * .google.protobuf.Int64Value join_collapse_limit = 33 [(.yandex.cloud.value) = "1-2147483647"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getJoinCollapseLimitFieldBuilder() { if (joinCollapseLimitBuilder_ == null) { joinCollapseLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getJoinCollapseLimit(), getParentForChildren(), isClean()); joinCollapseLimit_ = null; } return joinCollapseLimitBuilder_; } private int forceParallelMode_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The enum numeric value on the wire for forceParallelMode. */ @java.lang.Override public int getForceParallelModeValue() { return forceParallelMode_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @param value The enum numeric value on the wire for forceParallelMode to set. * @return This builder for chaining. */ public Builder setForceParallelModeValue(int value) { forceParallelMode_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return The forceParallelMode. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode getForceParallelMode() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.valueOf(forceParallelMode_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @param value The forceParallelMode to set. * @return This builder for chaining. */ public Builder setForceParallelMode(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ForceParallelMode value) { if (value == null) { throw new NullPointerException(); } forceParallelMode_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ForceParallelMode force_parallel_mode = 34; * @return This builder for chaining. */ public Builder clearForceParallelMode() { forceParallelMode_ = 0; onChanged(); return this; } private int clientMinMessages_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The enum numeric value on the wire for clientMinMessages. */ @java.lang.Override public int getClientMinMessagesValue() { return clientMinMessages_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @param value The enum numeric value on the wire for clientMinMessages to set. * @return This builder for chaining. */ public Builder setClientMinMessagesValue(int value) { clientMinMessages_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return The clientMinMessages. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getClientMinMessages() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(clientMinMessages_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @param value The clientMinMessages to set. * @return This builder for chaining. */ public Builder setClientMinMessages(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel value) { if (value == null) { throw new NullPointerException(); } clientMinMessages_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel client_min_messages = 35; * @return This builder for chaining. */ public Builder clearClientMinMessages() { clientMinMessages_ = 0; onChanged(); return this; } private int logMinMessages_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The enum numeric value on the wire for logMinMessages. */ @java.lang.Override public int getLogMinMessagesValue() { return logMinMessages_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @param value The enum numeric value on the wire for logMinMessages to set. * @return This builder for chaining. */ public Builder setLogMinMessagesValue(int value) { logMinMessages_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return The logMinMessages. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinMessages() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(logMinMessages_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @param value The logMinMessages to set. * @return This builder for chaining. */ public Builder setLogMinMessages(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel value) { if (value == null) { throw new NullPointerException(); } logMinMessages_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_messages = 36; * @return This builder for chaining. */ public Builder clearLogMinMessages() { logMinMessages_ = 0; onChanged(); return this; } private int logMinErrorStatement_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The enum numeric value on the wire for logMinErrorStatement. */ @java.lang.Override public int getLogMinErrorStatementValue() { return logMinErrorStatement_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @param value The enum numeric value on the wire for logMinErrorStatement to set. * @return This builder for chaining. */ public Builder setLogMinErrorStatementValue(int value) { logMinErrorStatement_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return The logMinErrorStatement. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel getLogMinErrorStatement() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.valueOf(logMinErrorStatement_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @param value The logMinErrorStatement to set. * @return This builder for chaining. */ public Builder setLogMinErrorStatement(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogLevel value) { if (value == null) { throw new NullPointerException(); } logMinErrorStatement_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogLevel log_min_error_statement = 37; * @return This builder for chaining. */ public Builder clearLogMinErrorStatement() { logMinErrorStatement_ = 0; onChanged(); return this; } private com.google.protobuf.Int64Value logMinDurationStatement_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> logMinDurationStatementBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return Whether the logMinDurationStatement field is set. */ public boolean hasLogMinDurationStatement() { return logMinDurationStatementBuilder_ != null || logMinDurationStatement_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; * @return The logMinDurationStatement. */ public com.google.protobuf.Int64Value getLogMinDurationStatement() { if (logMinDurationStatementBuilder_ == null) { return logMinDurationStatement_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logMinDurationStatement_; } else { return logMinDurationStatementBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public Builder setLogMinDurationStatement(com.google.protobuf.Int64Value value) { if (logMinDurationStatementBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logMinDurationStatement_ = value; onChanged(); } else { logMinDurationStatementBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public Builder setLogMinDurationStatement( com.google.protobuf.Int64Value.Builder builderForValue) { if (logMinDurationStatementBuilder_ == null) { logMinDurationStatement_ = builderForValue.build(); onChanged(); } else { logMinDurationStatementBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public Builder mergeLogMinDurationStatement(com.google.protobuf.Int64Value value) { if (logMinDurationStatementBuilder_ == null) { if (logMinDurationStatement_ != null) { logMinDurationStatement_ = com.google.protobuf.Int64Value.newBuilder(logMinDurationStatement_).mergeFrom(value).buildPartial(); } else { logMinDurationStatement_ = value; } onChanged(); } else { logMinDurationStatementBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public Builder clearLogMinDurationStatement() { if (logMinDurationStatementBuilder_ == null) { logMinDurationStatement_ = null; onChanged(); } else { logMinDurationStatement_ = null; logMinDurationStatementBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public com.google.protobuf.Int64Value.Builder getLogMinDurationStatementBuilder() { onChanged(); return getLogMinDurationStatementFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ public com.google.protobuf.Int64ValueOrBuilder getLogMinDurationStatementOrBuilder() { if (logMinDurationStatementBuilder_ != null) { return logMinDurationStatementBuilder_.getMessageOrBuilder(); } else { return logMinDurationStatement_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logMinDurationStatement_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value log_min_duration_statement = 38; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getLogMinDurationStatementFieldBuilder() { if (logMinDurationStatementBuilder_ == null) { logMinDurationStatementBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getLogMinDurationStatement(), getParentForChildren(), isClean()); logMinDurationStatement_ = null; } return logMinDurationStatementBuilder_; } private com.google.protobuf.BoolValue logCheckpoints_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> logCheckpointsBuilder_; /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return Whether the logCheckpoints field is set. */ public boolean hasLogCheckpoints() { return logCheckpointsBuilder_ != null || logCheckpoints_ != null; } /** * .google.protobuf.BoolValue log_checkpoints = 39; * @return The logCheckpoints. */ public com.google.protobuf.BoolValue getLogCheckpoints() { if (logCheckpointsBuilder_ == null) { return logCheckpoints_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logCheckpoints_; } else { return logCheckpointsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public Builder setLogCheckpoints(com.google.protobuf.BoolValue value) { if (logCheckpointsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logCheckpoints_ = value; onChanged(); } else { logCheckpointsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public Builder setLogCheckpoints( com.google.protobuf.BoolValue.Builder builderForValue) { if (logCheckpointsBuilder_ == null) { logCheckpoints_ = builderForValue.build(); onChanged(); } else { logCheckpointsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public Builder mergeLogCheckpoints(com.google.protobuf.BoolValue value) { if (logCheckpointsBuilder_ == null) { if (logCheckpoints_ != null) { logCheckpoints_ = com.google.protobuf.BoolValue.newBuilder(logCheckpoints_).mergeFrom(value).buildPartial(); } else { logCheckpoints_ = value; } onChanged(); } else { logCheckpointsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public Builder clearLogCheckpoints() { if (logCheckpointsBuilder_ == null) { logCheckpoints_ = null; onChanged(); } else { logCheckpoints_ = null; logCheckpointsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public com.google.protobuf.BoolValue.Builder getLogCheckpointsBuilder() { onChanged(); return getLogCheckpointsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ public com.google.protobuf.BoolValueOrBuilder getLogCheckpointsOrBuilder() { if (logCheckpointsBuilder_ != null) { return logCheckpointsBuilder_.getMessageOrBuilder(); } else { return logCheckpoints_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logCheckpoints_; } } /** * .google.protobuf.BoolValue log_checkpoints = 39; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLogCheckpointsFieldBuilder() { if (logCheckpointsBuilder_ == null) { logCheckpointsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLogCheckpoints(), getParentForChildren(), isClean()); logCheckpoints_ = null; } return logCheckpointsBuilder_; } private com.google.protobuf.BoolValue logConnections_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> logConnectionsBuilder_; /** * .google.protobuf.BoolValue log_connections = 40; * @return Whether the logConnections field is set. */ public boolean hasLogConnections() { return logConnectionsBuilder_ != null || logConnections_ != null; } /** * .google.protobuf.BoolValue log_connections = 40; * @return The logConnections. */ public com.google.protobuf.BoolValue getLogConnections() { if (logConnectionsBuilder_ == null) { return logConnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logConnections_; } else { return logConnectionsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue log_connections = 40; */ public Builder setLogConnections(com.google.protobuf.BoolValue value) { if (logConnectionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logConnections_ = value; onChanged(); } else { logConnectionsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue log_connections = 40; */ public Builder setLogConnections( com.google.protobuf.BoolValue.Builder builderForValue) { if (logConnectionsBuilder_ == null) { logConnections_ = builderForValue.build(); onChanged(); } else { logConnectionsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue log_connections = 40; */ public Builder mergeLogConnections(com.google.protobuf.BoolValue value) { if (logConnectionsBuilder_ == null) { if (logConnections_ != null) { logConnections_ = com.google.protobuf.BoolValue.newBuilder(logConnections_).mergeFrom(value).buildPartial(); } else { logConnections_ = value; } onChanged(); } else { logConnectionsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue log_connections = 40; */ public Builder clearLogConnections() { if (logConnectionsBuilder_ == null) { logConnections_ = null; onChanged(); } else { logConnections_ = null; logConnectionsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue log_connections = 40; */ public com.google.protobuf.BoolValue.Builder getLogConnectionsBuilder() { onChanged(); return getLogConnectionsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue log_connections = 40; */ public com.google.protobuf.BoolValueOrBuilder getLogConnectionsOrBuilder() { if (logConnectionsBuilder_ != null) { return logConnectionsBuilder_.getMessageOrBuilder(); } else { return logConnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logConnections_; } } /** * .google.protobuf.BoolValue log_connections = 40; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLogConnectionsFieldBuilder() { if (logConnectionsBuilder_ == null) { logConnectionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLogConnections(), getParentForChildren(), isClean()); logConnections_ = null; } return logConnectionsBuilder_; } private com.google.protobuf.BoolValue logDisconnections_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> logDisconnectionsBuilder_; /** * .google.protobuf.BoolValue log_disconnections = 41; * @return Whether the logDisconnections field is set. */ public boolean hasLogDisconnections() { return logDisconnectionsBuilder_ != null || logDisconnections_ != null; } /** * .google.protobuf.BoolValue log_disconnections = 41; * @return The logDisconnections. */ public com.google.protobuf.BoolValue getLogDisconnections() { if (logDisconnectionsBuilder_ == null) { return logDisconnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDisconnections_; } else { return logDisconnectionsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public Builder setLogDisconnections(com.google.protobuf.BoolValue value) { if (logDisconnectionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logDisconnections_ = value; onChanged(); } else { logDisconnectionsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public Builder setLogDisconnections( com.google.protobuf.BoolValue.Builder builderForValue) { if (logDisconnectionsBuilder_ == null) { logDisconnections_ = builderForValue.build(); onChanged(); } else { logDisconnectionsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public Builder mergeLogDisconnections(com.google.protobuf.BoolValue value) { if (logDisconnectionsBuilder_ == null) { if (logDisconnections_ != null) { logDisconnections_ = com.google.protobuf.BoolValue.newBuilder(logDisconnections_).mergeFrom(value).buildPartial(); } else { logDisconnections_ = value; } onChanged(); } else { logDisconnectionsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public Builder clearLogDisconnections() { if (logDisconnectionsBuilder_ == null) { logDisconnections_ = null; onChanged(); } else { logDisconnections_ = null; logDisconnectionsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public com.google.protobuf.BoolValue.Builder getLogDisconnectionsBuilder() { onChanged(); return getLogDisconnectionsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue log_disconnections = 41; */ public com.google.protobuf.BoolValueOrBuilder getLogDisconnectionsOrBuilder() { if (logDisconnectionsBuilder_ != null) { return logDisconnectionsBuilder_.getMessageOrBuilder(); } else { return logDisconnections_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDisconnections_; } } /** * .google.protobuf.BoolValue log_disconnections = 41; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLogDisconnectionsFieldBuilder() { if (logDisconnectionsBuilder_ == null) { logDisconnectionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLogDisconnections(), getParentForChildren(), isClean()); logDisconnections_ = null; } return logDisconnectionsBuilder_; } private com.google.protobuf.BoolValue logDuration_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> logDurationBuilder_; /** * .google.protobuf.BoolValue log_duration = 42; * @return Whether the logDuration field is set. */ public boolean hasLogDuration() { return logDurationBuilder_ != null || logDuration_ != null; } /** * .google.protobuf.BoolValue log_duration = 42; * @return The logDuration. */ public com.google.protobuf.BoolValue getLogDuration() { if (logDurationBuilder_ == null) { return logDuration_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDuration_; } else { return logDurationBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue log_duration = 42; */ public Builder setLogDuration(com.google.protobuf.BoolValue value) { if (logDurationBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logDuration_ = value; onChanged(); } else { logDurationBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue log_duration = 42; */ public Builder setLogDuration( com.google.protobuf.BoolValue.Builder builderForValue) { if (logDurationBuilder_ == null) { logDuration_ = builderForValue.build(); onChanged(); } else { logDurationBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue log_duration = 42; */ public Builder mergeLogDuration(com.google.protobuf.BoolValue value) { if (logDurationBuilder_ == null) { if (logDuration_ != null) { logDuration_ = com.google.protobuf.BoolValue.newBuilder(logDuration_).mergeFrom(value).buildPartial(); } else { logDuration_ = value; } onChanged(); } else { logDurationBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue log_duration = 42; */ public Builder clearLogDuration() { if (logDurationBuilder_ == null) { logDuration_ = null; onChanged(); } else { logDuration_ = null; logDurationBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue log_duration = 42; */ public com.google.protobuf.BoolValue.Builder getLogDurationBuilder() { onChanged(); return getLogDurationFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue log_duration = 42; */ public com.google.protobuf.BoolValueOrBuilder getLogDurationOrBuilder() { if (logDurationBuilder_ != null) { return logDurationBuilder_.getMessageOrBuilder(); } else { return logDuration_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logDuration_; } } /** * .google.protobuf.BoolValue log_duration = 42; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLogDurationFieldBuilder() { if (logDurationBuilder_ == null) { logDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLogDuration(), getParentForChildren(), isClean()); logDuration_ = null; } return logDurationBuilder_; } private int logErrorVerbosity_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The enum numeric value on the wire for logErrorVerbosity. */ @java.lang.Override public int getLogErrorVerbosityValue() { return logErrorVerbosity_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @param value The enum numeric value on the wire for logErrorVerbosity to set. * @return This builder for chaining. */ public Builder setLogErrorVerbosityValue(int value) { logErrorVerbosity_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return The logErrorVerbosity. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity getLogErrorVerbosity() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.valueOf(logErrorVerbosity_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @param value The logErrorVerbosity to set. * @return This builder for chaining. */ public Builder setLogErrorVerbosity(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogErrorVerbosity value) { if (value == null) { throw new NullPointerException(); } logErrorVerbosity_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogErrorVerbosity log_error_verbosity = 43; * @return This builder for chaining. */ public Builder clearLogErrorVerbosity() { logErrorVerbosity_ = 0; onChanged(); return this; } private com.google.protobuf.BoolValue logLockWaits_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> logLockWaitsBuilder_; /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return Whether the logLockWaits field is set. */ public boolean hasLogLockWaits() { return logLockWaitsBuilder_ != null || logLockWaits_ != null; } /** * .google.protobuf.BoolValue log_lock_waits = 44; * @return The logLockWaits. */ public com.google.protobuf.BoolValue getLogLockWaits() { if (logLockWaitsBuilder_ == null) { return logLockWaits_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logLockWaits_; } else { return logLockWaitsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public Builder setLogLockWaits(com.google.protobuf.BoolValue value) { if (logLockWaitsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logLockWaits_ = value; onChanged(); } else { logLockWaitsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public Builder setLogLockWaits( com.google.protobuf.BoolValue.Builder builderForValue) { if (logLockWaitsBuilder_ == null) { logLockWaits_ = builderForValue.build(); onChanged(); } else { logLockWaitsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public Builder mergeLogLockWaits(com.google.protobuf.BoolValue value) { if (logLockWaitsBuilder_ == null) { if (logLockWaits_ != null) { logLockWaits_ = com.google.protobuf.BoolValue.newBuilder(logLockWaits_).mergeFrom(value).buildPartial(); } else { logLockWaits_ = value; } onChanged(); } else { logLockWaitsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public Builder clearLogLockWaits() { if (logLockWaitsBuilder_ == null) { logLockWaits_ = null; onChanged(); } else { logLockWaits_ = null; logLockWaitsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public com.google.protobuf.BoolValue.Builder getLogLockWaitsBuilder() { onChanged(); return getLogLockWaitsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ public com.google.protobuf.BoolValueOrBuilder getLogLockWaitsOrBuilder() { if (logLockWaitsBuilder_ != null) { return logLockWaitsBuilder_.getMessageOrBuilder(); } else { return logLockWaits_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : logLockWaits_; } } /** * .google.protobuf.BoolValue log_lock_waits = 44; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLogLockWaitsFieldBuilder() { if (logLockWaitsBuilder_ == null) { logLockWaitsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLogLockWaits(), getParentForChildren(), isClean()); logLockWaits_ = null; } return logLockWaitsBuilder_; } private int logStatement_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The enum numeric value on the wire for logStatement. */ @java.lang.Override public int getLogStatementValue() { return logStatement_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @param value The enum numeric value on the wire for logStatement to set. * @return This builder for chaining. */ public Builder setLogStatementValue(int value) { logStatement_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return The logStatement. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement getLogStatement() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.valueOf(logStatement_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @param value The logStatement to set. * @return This builder for chaining. */ public Builder setLogStatement(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.LogStatement value) { if (value == null) { throw new NullPointerException(); } logStatement_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.LogStatement log_statement = 45; * @return This builder for chaining. */ public Builder clearLogStatement() { logStatement_ = 0; onChanged(); return this; } private com.google.protobuf.Int64Value logTempFiles_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> logTempFilesBuilder_; /** * .google.protobuf.Int64Value log_temp_files = 46; * @return Whether the logTempFiles field is set. */ public boolean hasLogTempFiles() { return logTempFilesBuilder_ != null || logTempFiles_ != null; } /** * .google.protobuf.Int64Value log_temp_files = 46; * @return The logTempFiles. */ public com.google.protobuf.Int64Value getLogTempFiles() { if (logTempFilesBuilder_ == null) { return logTempFiles_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logTempFiles_; } else { return logTempFilesBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public Builder setLogTempFiles(com.google.protobuf.Int64Value value) { if (logTempFilesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } logTempFiles_ = value; onChanged(); } else { logTempFilesBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public Builder setLogTempFiles( com.google.protobuf.Int64Value.Builder builderForValue) { if (logTempFilesBuilder_ == null) { logTempFiles_ = builderForValue.build(); onChanged(); } else { logTempFilesBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public Builder mergeLogTempFiles(com.google.protobuf.Int64Value value) { if (logTempFilesBuilder_ == null) { if (logTempFiles_ != null) { logTempFiles_ = com.google.protobuf.Int64Value.newBuilder(logTempFiles_).mergeFrom(value).buildPartial(); } else { logTempFiles_ = value; } onChanged(); } else { logTempFilesBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public Builder clearLogTempFiles() { if (logTempFilesBuilder_ == null) { logTempFiles_ = null; onChanged(); } else { logTempFiles_ = null; logTempFilesBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public com.google.protobuf.Int64Value.Builder getLogTempFilesBuilder() { onChanged(); return getLogTempFilesFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value log_temp_files = 46; */ public com.google.protobuf.Int64ValueOrBuilder getLogTempFilesOrBuilder() { if (logTempFilesBuilder_ != null) { return logTempFilesBuilder_.getMessageOrBuilder(); } else { return logTempFiles_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : logTempFiles_; } } /** * .google.protobuf.Int64Value log_temp_files = 46; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getLogTempFilesFieldBuilder() { if (logTempFilesBuilder_ == null) { logTempFilesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getLogTempFiles(), getParentForChildren(), isClean()); logTempFiles_ = null; } return logTempFilesBuilder_; } private java.lang.Object searchPath_ = ""; /** * string search_path = 47; * @return The searchPath. */ public java.lang.String getSearchPath() { java.lang.Object ref = searchPath_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); searchPath_ = s; return s; } else { return (java.lang.String) ref; } } /** * string search_path = 47; * @return The bytes for searchPath. */ public com.google.protobuf.ByteString getSearchPathBytes() { java.lang.Object ref = searchPath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); searchPath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string search_path = 47; * @param value The searchPath to set. * @return This builder for chaining. */ public Builder setSearchPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } searchPath_ = value; onChanged(); return this; } /** * string search_path = 47; * @return This builder for chaining. */ public Builder clearSearchPath() { searchPath_ = getDefaultInstance().getSearchPath(); onChanged(); return this; } /** * string search_path = 47; * @param value The bytes for searchPath to set. * @return This builder for chaining. */ public Builder setSearchPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); searchPath_ = value; onChanged(); return this; } private com.google.protobuf.BoolValue rowSecurity_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> rowSecurityBuilder_; /** * .google.protobuf.BoolValue row_security = 48; * @return Whether the rowSecurity field is set. */ public boolean hasRowSecurity() { return rowSecurityBuilder_ != null || rowSecurity_ != null; } /** * .google.protobuf.BoolValue row_security = 48; * @return The rowSecurity. */ public com.google.protobuf.BoolValue getRowSecurity() { if (rowSecurityBuilder_ == null) { return rowSecurity_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : rowSecurity_; } else { return rowSecurityBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue row_security = 48; */ public Builder setRowSecurity(com.google.protobuf.BoolValue value) { if (rowSecurityBuilder_ == null) { if (value == null) { throw new NullPointerException(); } rowSecurity_ = value; onChanged(); } else { rowSecurityBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue row_security = 48; */ public Builder setRowSecurity( com.google.protobuf.BoolValue.Builder builderForValue) { if (rowSecurityBuilder_ == null) { rowSecurity_ = builderForValue.build(); onChanged(); } else { rowSecurityBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue row_security = 48; */ public Builder mergeRowSecurity(com.google.protobuf.BoolValue value) { if (rowSecurityBuilder_ == null) { if (rowSecurity_ != null) { rowSecurity_ = com.google.protobuf.BoolValue.newBuilder(rowSecurity_).mergeFrom(value).buildPartial(); } else { rowSecurity_ = value; } onChanged(); } else { rowSecurityBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue row_security = 48; */ public Builder clearRowSecurity() { if (rowSecurityBuilder_ == null) { rowSecurity_ = null; onChanged(); } else { rowSecurity_ = null; rowSecurityBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue row_security = 48; */ public com.google.protobuf.BoolValue.Builder getRowSecurityBuilder() { onChanged(); return getRowSecurityFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue row_security = 48; */ public com.google.protobuf.BoolValueOrBuilder getRowSecurityOrBuilder() { if (rowSecurityBuilder_ != null) { return rowSecurityBuilder_.getMessageOrBuilder(); } else { return rowSecurity_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : rowSecurity_; } } /** * .google.protobuf.BoolValue row_security = 48; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getRowSecurityFieldBuilder() { if (rowSecurityBuilder_ == null) { rowSecurityBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getRowSecurity(), getParentForChildren(), isClean()); rowSecurity_ = null; } return rowSecurityBuilder_; } private int defaultTransactionIsolation_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The enum numeric value on the wire for defaultTransactionIsolation. */ @java.lang.Override public int getDefaultTransactionIsolationValue() { return defaultTransactionIsolation_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @param value The enum numeric value on the wire for defaultTransactionIsolation to set. * @return This builder for chaining. */ public Builder setDefaultTransactionIsolationValue(int value) { defaultTransactionIsolation_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return The defaultTransactionIsolation. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation getDefaultTransactionIsolation() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.valueOf(defaultTransactionIsolation_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @param value The defaultTransactionIsolation to set. * @return This builder for chaining. */ public Builder setDefaultTransactionIsolation(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.TransactionIsolation value) { if (value == null) { throw new NullPointerException(); } defaultTransactionIsolation_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.TransactionIsolation default_transaction_isolation = 49; * @return This builder for chaining. */ public Builder clearDefaultTransactionIsolation() { defaultTransactionIsolation_ = 0; onChanged(); return this; } private com.google.protobuf.Int64Value statementTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> statementTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return Whether the statementTimeout field is set. */ public boolean hasStatementTimeout() { return statementTimeoutBuilder_ != null || statementTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; * @return The statementTimeout. */ public com.google.protobuf.Int64Value getStatementTimeout() { if (statementTimeoutBuilder_ == null) { return statementTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : statementTimeout_; } else { return statementTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public Builder setStatementTimeout(com.google.protobuf.Int64Value value) { if (statementTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } statementTimeout_ = value; onChanged(); } else { statementTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public Builder setStatementTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (statementTimeoutBuilder_ == null) { statementTimeout_ = builderForValue.build(); onChanged(); } else { statementTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public Builder mergeStatementTimeout(com.google.protobuf.Int64Value value) { if (statementTimeoutBuilder_ == null) { if (statementTimeout_ != null) { statementTimeout_ = com.google.protobuf.Int64Value.newBuilder(statementTimeout_).mergeFrom(value).buildPartial(); } else { statementTimeout_ = value; } onChanged(); } else { statementTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public Builder clearStatementTimeout() { if (statementTimeoutBuilder_ == null) { statementTimeout_ = null; onChanged(); } else { statementTimeout_ = null; statementTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public com.google.protobuf.Int64Value.Builder getStatementTimeoutBuilder() { onChanged(); return getStatementTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ public com.google.protobuf.Int64ValueOrBuilder getStatementTimeoutOrBuilder() { if (statementTimeoutBuilder_ != null) { return statementTimeoutBuilder_.getMessageOrBuilder(); } else { return statementTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : statementTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value statement_timeout = 50; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getStatementTimeoutFieldBuilder() { if (statementTimeoutBuilder_ == null) { statementTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getStatementTimeout(), getParentForChildren(), isClean()); statementTimeout_ = null; } return statementTimeoutBuilder_; } private com.google.protobuf.Int64Value lockTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> lockTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return Whether the lockTimeout field is set. */ public boolean hasLockTimeout() { return lockTimeoutBuilder_ != null || lockTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; * @return The lockTimeout. */ public com.google.protobuf.Int64Value getLockTimeout() { if (lockTimeoutBuilder_ == null) { return lockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : lockTimeout_; } else { return lockTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public Builder setLockTimeout(com.google.protobuf.Int64Value value) { if (lockTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } lockTimeout_ = value; onChanged(); } else { lockTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public Builder setLockTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (lockTimeoutBuilder_ == null) { lockTimeout_ = builderForValue.build(); onChanged(); } else { lockTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public Builder mergeLockTimeout(com.google.protobuf.Int64Value value) { if (lockTimeoutBuilder_ == null) { if (lockTimeout_ != null) { lockTimeout_ = com.google.protobuf.Int64Value.newBuilder(lockTimeout_).mergeFrom(value).buildPartial(); } else { lockTimeout_ = value; } onChanged(); } else { lockTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public Builder clearLockTimeout() { if (lockTimeoutBuilder_ == null) { lockTimeout_ = null; onChanged(); } else { lockTimeout_ = null; lockTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public com.google.protobuf.Int64Value.Builder getLockTimeoutBuilder() { onChanged(); return getLockTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ public com.google.protobuf.Int64ValueOrBuilder getLockTimeoutOrBuilder() { if (lockTimeoutBuilder_ != null) { return lockTimeoutBuilder_.getMessageOrBuilder(); } else { return lockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : lockTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value lock_timeout = 51; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getLockTimeoutFieldBuilder() { if (lockTimeoutBuilder_ == null) { lockTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getLockTimeout(), getParentForChildren(), isClean()); lockTimeout_ = null; } return lockTimeoutBuilder_; } private com.google.protobuf.Int64Value idleInTransactionSessionTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> idleInTransactionSessionTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return Whether the idleInTransactionSessionTimeout field is set. */ public boolean hasIdleInTransactionSessionTimeout() { return idleInTransactionSessionTimeoutBuilder_ != null || idleInTransactionSessionTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; * @return The idleInTransactionSessionTimeout. */ public com.google.protobuf.Int64Value getIdleInTransactionSessionTimeout() { if (idleInTransactionSessionTimeoutBuilder_ == null) { return idleInTransactionSessionTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : idleInTransactionSessionTimeout_; } else { return idleInTransactionSessionTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public Builder setIdleInTransactionSessionTimeout(com.google.protobuf.Int64Value value) { if (idleInTransactionSessionTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } idleInTransactionSessionTimeout_ = value; onChanged(); } else { idleInTransactionSessionTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public Builder setIdleInTransactionSessionTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (idleInTransactionSessionTimeoutBuilder_ == null) { idleInTransactionSessionTimeout_ = builderForValue.build(); onChanged(); } else { idleInTransactionSessionTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public Builder mergeIdleInTransactionSessionTimeout(com.google.protobuf.Int64Value value) { if (idleInTransactionSessionTimeoutBuilder_ == null) { if (idleInTransactionSessionTimeout_ != null) { idleInTransactionSessionTimeout_ = com.google.protobuf.Int64Value.newBuilder(idleInTransactionSessionTimeout_).mergeFrom(value).buildPartial(); } else { idleInTransactionSessionTimeout_ = value; } onChanged(); } else { idleInTransactionSessionTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public Builder clearIdleInTransactionSessionTimeout() { if (idleInTransactionSessionTimeoutBuilder_ == null) { idleInTransactionSessionTimeout_ = null; onChanged(); } else { idleInTransactionSessionTimeout_ = null; idleInTransactionSessionTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public com.google.protobuf.Int64Value.Builder getIdleInTransactionSessionTimeoutBuilder() { onChanged(); return getIdleInTransactionSessionTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ public com.google.protobuf.Int64ValueOrBuilder getIdleInTransactionSessionTimeoutOrBuilder() { if (idleInTransactionSessionTimeoutBuilder_ != null) { return idleInTransactionSessionTimeoutBuilder_.getMessageOrBuilder(); } else { return idleInTransactionSessionTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : idleInTransactionSessionTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value idle_in_transaction_session_timeout = 52; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getIdleInTransactionSessionTimeoutFieldBuilder() { if (idleInTransactionSessionTimeoutBuilder_ == null) { idleInTransactionSessionTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getIdleInTransactionSessionTimeout(), getParentForChildren(), isClean()); idleInTransactionSessionTimeout_ = null; } return idleInTransactionSessionTimeoutBuilder_; } private int byteaOutput_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The enum numeric value on the wire for byteaOutput. */ @java.lang.Override public int getByteaOutputValue() { return byteaOutput_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @param value The enum numeric value on the wire for byteaOutput to set. * @return This builder for chaining. */ public Builder setByteaOutputValue(int value) { byteaOutput_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return The byteaOutput. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput getByteaOutput() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.valueOf(byteaOutput_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @param value The byteaOutput to set. * @return This builder for chaining. */ public Builder setByteaOutput(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.ByteaOutput value) { if (value == null) { throw new NullPointerException(); } byteaOutput_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.ByteaOutput bytea_output = 53; * @return This builder for chaining. */ public Builder clearByteaOutput() { byteaOutput_ = 0; onChanged(); return this; } private int xmlbinary_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The enum numeric value on the wire for xmlbinary. */ @java.lang.Override public int getXmlbinaryValue() { return xmlbinary_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @param value The enum numeric value on the wire for xmlbinary to set. * @return This builder for chaining. */ public Builder setXmlbinaryValue(int value) { xmlbinary_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return The xmlbinary. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary getXmlbinary() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.valueOf(xmlbinary_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @param value The xmlbinary to set. * @return This builder for chaining. */ public Builder setXmlbinary(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlBinary value) { if (value == null) { throw new NullPointerException(); } xmlbinary_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlBinary xmlbinary = 54; * @return This builder for chaining. */ public Builder clearXmlbinary() { xmlbinary_ = 0; onChanged(); return this; } private int xmloption_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The enum numeric value on the wire for xmloption. */ @java.lang.Override public int getXmloptionValue() { return xmloption_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @param value The enum numeric value on the wire for xmloption to set. * @return This builder for chaining. */ public Builder setXmloptionValue(int value) { xmloption_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return The xmloption. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption getXmloption() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.valueOf(xmloption_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @param value The xmloption to set. * @return This builder for chaining. */ public Builder setXmloption(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.XmlOption value) { if (value == null) { throw new NullPointerException(); } xmloption_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.XmlOption xmloption = 55; * @return This builder for chaining. */ public Builder clearXmloption() { xmloption_ = 0; onChanged(); return this; } private com.google.protobuf.Int64Value ginPendingListLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> ginPendingListLimitBuilder_; /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return Whether the ginPendingListLimit field is set. */ public boolean hasGinPendingListLimit() { return ginPendingListLimitBuilder_ != null || ginPendingListLimit_ != null; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; * @return The ginPendingListLimit. */ public com.google.protobuf.Int64Value getGinPendingListLimit() { if (ginPendingListLimitBuilder_ == null) { return ginPendingListLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : ginPendingListLimit_; } else { return ginPendingListLimitBuilder_.getMessage(); } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public Builder setGinPendingListLimit(com.google.protobuf.Int64Value value) { if (ginPendingListLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ginPendingListLimit_ = value; onChanged(); } else { ginPendingListLimitBuilder_.setMessage(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public Builder setGinPendingListLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (ginPendingListLimitBuilder_ == null) { ginPendingListLimit_ = builderForValue.build(); onChanged(); } else { ginPendingListLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public Builder mergeGinPendingListLimit(com.google.protobuf.Int64Value value) { if (ginPendingListLimitBuilder_ == null) { if (ginPendingListLimit_ != null) { ginPendingListLimit_ = com.google.protobuf.Int64Value.newBuilder(ginPendingListLimit_).mergeFrom(value).buildPartial(); } else { ginPendingListLimit_ = value; } onChanged(); } else { ginPendingListLimitBuilder_.mergeFrom(value); } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public Builder clearGinPendingListLimit() { if (ginPendingListLimitBuilder_ == null) { ginPendingListLimit_ = null; onChanged(); } else { ginPendingListLimit_ = null; ginPendingListLimitBuilder_ = null; } return this; } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public com.google.protobuf.Int64Value.Builder getGinPendingListLimitBuilder() { onChanged(); return getGinPendingListLimitFieldBuilder().getBuilder(); } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ public com.google.protobuf.Int64ValueOrBuilder getGinPendingListLimitOrBuilder() { if (ginPendingListLimitBuilder_ != null) { return ginPendingListLimitBuilder_.getMessageOrBuilder(); } else { return ginPendingListLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : ginPendingListLimit_; } } /** *
       * in bytes.
       * 
* * .google.protobuf.Int64Value gin_pending_list_limit = 56; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getGinPendingListLimitFieldBuilder() { if (ginPendingListLimitBuilder_ == null) { ginPendingListLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getGinPendingListLimit(), getParentForChildren(), isClean()); ginPendingListLimit_ = null; } return ginPendingListLimitBuilder_; } private com.google.protobuf.Int64Value deadlockTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> deadlockTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return Whether the deadlockTimeout field is set. */ public boolean hasDeadlockTimeout() { return deadlockTimeoutBuilder_ != null || deadlockTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; * @return The deadlockTimeout. */ public com.google.protobuf.Int64Value getDeadlockTimeout() { if (deadlockTimeoutBuilder_ == null) { return deadlockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : deadlockTimeout_; } else { return deadlockTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public Builder setDeadlockTimeout(com.google.protobuf.Int64Value value) { if (deadlockTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } deadlockTimeout_ = value; onChanged(); } else { deadlockTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public Builder setDeadlockTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (deadlockTimeoutBuilder_ == null) { deadlockTimeout_ = builderForValue.build(); onChanged(); } else { deadlockTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public Builder mergeDeadlockTimeout(com.google.protobuf.Int64Value value) { if (deadlockTimeoutBuilder_ == null) { if (deadlockTimeout_ != null) { deadlockTimeout_ = com.google.protobuf.Int64Value.newBuilder(deadlockTimeout_).mergeFrom(value).buildPartial(); } else { deadlockTimeout_ = value; } onChanged(); } else { deadlockTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public Builder clearDeadlockTimeout() { if (deadlockTimeoutBuilder_ == null) { deadlockTimeout_ = null; onChanged(); } else { deadlockTimeout_ = null; deadlockTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public com.google.protobuf.Int64Value.Builder getDeadlockTimeoutBuilder() { onChanged(); return getDeadlockTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ public com.google.protobuf.Int64ValueOrBuilder getDeadlockTimeoutOrBuilder() { if (deadlockTimeoutBuilder_ != null) { return deadlockTimeoutBuilder_.getMessageOrBuilder(); } else { return deadlockTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : deadlockTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value deadlock_timeout = 57; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getDeadlockTimeoutFieldBuilder() { if (deadlockTimeoutBuilder_ == null) { deadlockTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getDeadlockTimeout(), getParentForChildren(), isClean()); deadlockTimeout_ = null; } return deadlockTimeoutBuilder_; } private com.google.protobuf.Int64Value maxLocksPerTransaction_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxLocksPerTransactionBuilder_; /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return Whether the maxLocksPerTransaction field is set. */ public boolean hasMaxLocksPerTransaction() { return maxLocksPerTransactionBuilder_ != null || maxLocksPerTransaction_ != null; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; * @return The maxLocksPerTransaction. */ public com.google.protobuf.Int64Value getMaxLocksPerTransaction() { if (maxLocksPerTransactionBuilder_ == null) { return maxLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxLocksPerTransaction_; } else { return maxLocksPerTransactionBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public Builder setMaxLocksPerTransaction(com.google.protobuf.Int64Value value) { if (maxLocksPerTransactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxLocksPerTransaction_ = value; onChanged(); } else { maxLocksPerTransactionBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public Builder setMaxLocksPerTransaction( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxLocksPerTransactionBuilder_ == null) { maxLocksPerTransaction_ = builderForValue.build(); onChanged(); } else { maxLocksPerTransactionBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public Builder mergeMaxLocksPerTransaction(com.google.protobuf.Int64Value value) { if (maxLocksPerTransactionBuilder_ == null) { if (maxLocksPerTransaction_ != null) { maxLocksPerTransaction_ = com.google.protobuf.Int64Value.newBuilder(maxLocksPerTransaction_).mergeFrom(value).buildPartial(); } else { maxLocksPerTransaction_ = value; } onChanged(); } else { maxLocksPerTransactionBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public Builder clearMaxLocksPerTransaction() { if (maxLocksPerTransactionBuilder_ == null) { maxLocksPerTransaction_ = null; onChanged(); } else { maxLocksPerTransaction_ = null; maxLocksPerTransactionBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public com.google.protobuf.Int64Value.Builder getMaxLocksPerTransactionBuilder() { onChanged(); return getMaxLocksPerTransactionFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ public com.google.protobuf.Int64ValueOrBuilder getMaxLocksPerTransactionOrBuilder() { if (maxLocksPerTransactionBuilder_ != null) { return maxLocksPerTransactionBuilder_.getMessageOrBuilder(); } else { return maxLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxLocksPerTransaction_; } } /** * .google.protobuf.Int64Value max_locks_per_transaction = 58; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxLocksPerTransactionFieldBuilder() { if (maxLocksPerTransactionBuilder_ == null) { maxLocksPerTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxLocksPerTransaction(), getParentForChildren(), isClean()); maxLocksPerTransaction_ = null; } return maxLocksPerTransactionBuilder_; } private com.google.protobuf.Int64Value maxPredLocksPerTransaction_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> maxPredLocksPerTransactionBuilder_; /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return Whether the maxPredLocksPerTransaction field is set. */ public boolean hasMaxPredLocksPerTransaction() { return maxPredLocksPerTransactionBuilder_ != null || maxPredLocksPerTransaction_ != null; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; * @return The maxPredLocksPerTransaction. */ public com.google.protobuf.Int64Value getMaxPredLocksPerTransaction() { if (maxPredLocksPerTransactionBuilder_ == null) { return maxPredLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPredLocksPerTransaction_; } else { return maxPredLocksPerTransactionBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public Builder setMaxPredLocksPerTransaction(com.google.protobuf.Int64Value value) { if (maxPredLocksPerTransactionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } maxPredLocksPerTransaction_ = value; onChanged(); } else { maxPredLocksPerTransactionBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public Builder setMaxPredLocksPerTransaction( com.google.protobuf.Int64Value.Builder builderForValue) { if (maxPredLocksPerTransactionBuilder_ == null) { maxPredLocksPerTransaction_ = builderForValue.build(); onChanged(); } else { maxPredLocksPerTransactionBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public Builder mergeMaxPredLocksPerTransaction(com.google.protobuf.Int64Value value) { if (maxPredLocksPerTransactionBuilder_ == null) { if (maxPredLocksPerTransaction_ != null) { maxPredLocksPerTransaction_ = com.google.protobuf.Int64Value.newBuilder(maxPredLocksPerTransaction_).mergeFrom(value).buildPartial(); } else { maxPredLocksPerTransaction_ = value; } onChanged(); } else { maxPredLocksPerTransactionBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public Builder clearMaxPredLocksPerTransaction() { if (maxPredLocksPerTransactionBuilder_ == null) { maxPredLocksPerTransaction_ = null; onChanged(); } else { maxPredLocksPerTransaction_ = null; maxPredLocksPerTransactionBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public com.google.protobuf.Int64Value.Builder getMaxPredLocksPerTransactionBuilder() { onChanged(); return getMaxPredLocksPerTransactionFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ public com.google.protobuf.Int64ValueOrBuilder getMaxPredLocksPerTransactionOrBuilder() { if (maxPredLocksPerTransactionBuilder_ != null) { return maxPredLocksPerTransactionBuilder_.getMessageOrBuilder(); } else { return maxPredLocksPerTransaction_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : maxPredLocksPerTransaction_; } } /** * .google.protobuf.Int64Value max_pred_locks_per_transaction = 59; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getMaxPredLocksPerTransactionFieldBuilder() { if (maxPredLocksPerTransactionBuilder_ == null) { maxPredLocksPerTransactionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getMaxPredLocksPerTransaction(), getParentForChildren(), isClean()); maxPredLocksPerTransaction_ = null; } return maxPredLocksPerTransactionBuilder_; } private com.google.protobuf.BoolValue arrayNulls_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> arrayNullsBuilder_; /** * .google.protobuf.BoolValue array_nulls = 60; * @return Whether the arrayNulls field is set. */ public boolean hasArrayNulls() { return arrayNullsBuilder_ != null || arrayNulls_ != null; } /** * .google.protobuf.BoolValue array_nulls = 60; * @return The arrayNulls. */ public com.google.protobuf.BoolValue getArrayNulls() { if (arrayNullsBuilder_ == null) { return arrayNulls_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : arrayNulls_; } else { return arrayNullsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue array_nulls = 60; */ public Builder setArrayNulls(com.google.protobuf.BoolValue value) { if (arrayNullsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } arrayNulls_ = value; onChanged(); } else { arrayNullsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue array_nulls = 60; */ public Builder setArrayNulls( com.google.protobuf.BoolValue.Builder builderForValue) { if (arrayNullsBuilder_ == null) { arrayNulls_ = builderForValue.build(); onChanged(); } else { arrayNullsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue array_nulls = 60; */ public Builder mergeArrayNulls(com.google.protobuf.BoolValue value) { if (arrayNullsBuilder_ == null) { if (arrayNulls_ != null) { arrayNulls_ = com.google.protobuf.BoolValue.newBuilder(arrayNulls_).mergeFrom(value).buildPartial(); } else { arrayNulls_ = value; } onChanged(); } else { arrayNullsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue array_nulls = 60; */ public Builder clearArrayNulls() { if (arrayNullsBuilder_ == null) { arrayNulls_ = null; onChanged(); } else { arrayNulls_ = null; arrayNullsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue array_nulls = 60; */ public com.google.protobuf.BoolValue.Builder getArrayNullsBuilder() { onChanged(); return getArrayNullsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue array_nulls = 60; */ public com.google.protobuf.BoolValueOrBuilder getArrayNullsOrBuilder() { if (arrayNullsBuilder_ != null) { return arrayNullsBuilder_.getMessageOrBuilder(); } else { return arrayNulls_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : arrayNulls_; } } /** * .google.protobuf.BoolValue array_nulls = 60; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getArrayNullsFieldBuilder() { if (arrayNullsBuilder_ == null) { arrayNullsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getArrayNulls(), getParentForChildren(), isClean()); arrayNulls_ = null; } return arrayNullsBuilder_; } private int backslashQuote_ = 0; /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The enum numeric value on the wire for backslashQuote. */ @java.lang.Override public int getBackslashQuoteValue() { return backslashQuote_; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @param value The enum numeric value on the wire for backslashQuote to set. * @return This builder for chaining. */ public Builder setBackslashQuoteValue(int value) { backslashQuote_ = value; onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return The backslashQuote. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote getBackslashQuote() { @SuppressWarnings("deprecation") yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote result = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.valueOf(backslashQuote_); return result == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote.UNRECOGNIZED : result; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @param value The backslashQuote to set. * @return This builder for chaining. */ public Builder setBackslashQuote(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.BackslashQuote value) { if (value == null) { throw new NullPointerException(); } backslashQuote_ = value.getNumber(); onChanged(); return this; } /** * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6.BackslashQuote backslash_quote = 61; * @return This builder for chaining. */ public Builder clearBackslashQuote() { backslashQuote_ = 0; onChanged(); return this; } private com.google.protobuf.BoolValue defaultWithOids_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> defaultWithOidsBuilder_; /** * .google.protobuf.BoolValue default_with_oids = 62; * @return Whether the defaultWithOids field is set. */ public boolean hasDefaultWithOids() { return defaultWithOidsBuilder_ != null || defaultWithOids_ != null; } /** * .google.protobuf.BoolValue default_with_oids = 62; * @return The defaultWithOids. */ public com.google.protobuf.BoolValue getDefaultWithOids() { if (defaultWithOidsBuilder_ == null) { return defaultWithOids_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : defaultWithOids_; } else { return defaultWithOidsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public Builder setDefaultWithOids(com.google.protobuf.BoolValue value) { if (defaultWithOidsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } defaultWithOids_ = value; onChanged(); } else { defaultWithOidsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public Builder setDefaultWithOids( com.google.protobuf.BoolValue.Builder builderForValue) { if (defaultWithOidsBuilder_ == null) { defaultWithOids_ = builderForValue.build(); onChanged(); } else { defaultWithOidsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public Builder mergeDefaultWithOids(com.google.protobuf.BoolValue value) { if (defaultWithOidsBuilder_ == null) { if (defaultWithOids_ != null) { defaultWithOids_ = com.google.protobuf.BoolValue.newBuilder(defaultWithOids_).mergeFrom(value).buildPartial(); } else { defaultWithOids_ = value; } onChanged(); } else { defaultWithOidsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public Builder clearDefaultWithOids() { if (defaultWithOidsBuilder_ == null) { defaultWithOids_ = null; onChanged(); } else { defaultWithOids_ = null; defaultWithOidsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public com.google.protobuf.BoolValue.Builder getDefaultWithOidsBuilder() { onChanged(); return getDefaultWithOidsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue default_with_oids = 62; */ public com.google.protobuf.BoolValueOrBuilder getDefaultWithOidsOrBuilder() { if (defaultWithOidsBuilder_ != null) { return defaultWithOidsBuilder_.getMessageOrBuilder(); } else { return defaultWithOids_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : defaultWithOids_; } } /** * .google.protobuf.BoolValue default_with_oids = 62; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getDefaultWithOidsFieldBuilder() { if (defaultWithOidsBuilder_ == null) { defaultWithOidsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getDefaultWithOids(), getParentForChildren(), isClean()); defaultWithOids_ = null; } return defaultWithOidsBuilder_; } private com.google.protobuf.BoolValue escapeStringWarning_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> escapeStringWarningBuilder_; /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return Whether the escapeStringWarning field is set. */ public boolean hasEscapeStringWarning() { return escapeStringWarningBuilder_ != null || escapeStringWarning_ != null; } /** * .google.protobuf.BoolValue escape_string_warning = 63; * @return The escapeStringWarning. */ public com.google.protobuf.BoolValue getEscapeStringWarning() { if (escapeStringWarningBuilder_ == null) { return escapeStringWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : escapeStringWarning_; } else { return escapeStringWarningBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public Builder setEscapeStringWarning(com.google.protobuf.BoolValue value) { if (escapeStringWarningBuilder_ == null) { if (value == null) { throw new NullPointerException(); } escapeStringWarning_ = value; onChanged(); } else { escapeStringWarningBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public Builder setEscapeStringWarning( com.google.protobuf.BoolValue.Builder builderForValue) { if (escapeStringWarningBuilder_ == null) { escapeStringWarning_ = builderForValue.build(); onChanged(); } else { escapeStringWarningBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public Builder mergeEscapeStringWarning(com.google.protobuf.BoolValue value) { if (escapeStringWarningBuilder_ == null) { if (escapeStringWarning_ != null) { escapeStringWarning_ = com.google.protobuf.BoolValue.newBuilder(escapeStringWarning_).mergeFrom(value).buildPartial(); } else { escapeStringWarning_ = value; } onChanged(); } else { escapeStringWarningBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public Builder clearEscapeStringWarning() { if (escapeStringWarningBuilder_ == null) { escapeStringWarning_ = null; onChanged(); } else { escapeStringWarning_ = null; escapeStringWarningBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public com.google.protobuf.BoolValue.Builder getEscapeStringWarningBuilder() { onChanged(); return getEscapeStringWarningFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ public com.google.protobuf.BoolValueOrBuilder getEscapeStringWarningOrBuilder() { if (escapeStringWarningBuilder_ != null) { return escapeStringWarningBuilder_.getMessageOrBuilder(); } else { return escapeStringWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : escapeStringWarning_; } } /** * .google.protobuf.BoolValue escape_string_warning = 63; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getEscapeStringWarningFieldBuilder() { if (escapeStringWarningBuilder_ == null) { escapeStringWarningBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getEscapeStringWarning(), getParentForChildren(), isClean()); escapeStringWarning_ = null; } return escapeStringWarningBuilder_; } private com.google.protobuf.BoolValue loCompatPrivileges_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> loCompatPrivilegesBuilder_; /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return Whether the loCompatPrivileges field is set. */ public boolean hasLoCompatPrivileges() { return loCompatPrivilegesBuilder_ != null || loCompatPrivileges_ != null; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; * @return The loCompatPrivileges. */ public com.google.protobuf.BoolValue getLoCompatPrivileges() { if (loCompatPrivilegesBuilder_ == null) { return loCompatPrivileges_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : loCompatPrivileges_; } else { return loCompatPrivilegesBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public Builder setLoCompatPrivileges(com.google.protobuf.BoolValue value) { if (loCompatPrivilegesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } loCompatPrivileges_ = value; onChanged(); } else { loCompatPrivilegesBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public Builder setLoCompatPrivileges( com.google.protobuf.BoolValue.Builder builderForValue) { if (loCompatPrivilegesBuilder_ == null) { loCompatPrivileges_ = builderForValue.build(); onChanged(); } else { loCompatPrivilegesBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public Builder mergeLoCompatPrivileges(com.google.protobuf.BoolValue value) { if (loCompatPrivilegesBuilder_ == null) { if (loCompatPrivileges_ != null) { loCompatPrivileges_ = com.google.protobuf.BoolValue.newBuilder(loCompatPrivileges_).mergeFrom(value).buildPartial(); } else { loCompatPrivileges_ = value; } onChanged(); } else { loCompatPrivilegesBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public Builder clearLoCompatPrivileges() { if (loCompatPrivilegesBuilder_ == null) { loCompatPrivileges_ = null; onChanged(); } else { loCompatPrivileges_ = null; loCompatPrivilegesBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public com.google.protobuf.BoolValue.Builder getLoCompatPrivilegesBuilder() { onChanged(); return getLoCompatPrivilegesFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ public com.google.protobuf.BoolValueOrBuilder getLoCompatPrivilegesOrBuilder() { if (loCompatPrivilegesBuilder_ != null) { return loCompatPrivilegesBuilder_.getMessageOrBuilder(); } else { return loCompatPrivileges_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : loCompatPrivileges_; } } /** * .google.protobuf.BoolValue lo_compat_privileges = 64; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getLoCompatPrivilegesFieldBuilder() { if (loCompatPrivilegesBuilder_ == null) { loCompatPrivilegesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getLoCompatPrivileges(), getParentForChildren(), isClean()); loCompatPrivileges_ = null; } return loCompatPrivilegesBuilder_; } private com.google.protobuf.BoolValue operatorPrecedenceWarning_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> operatorPrecedenceWarningBuilder_; /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return Whether the operatorPrecedenceWarning field is set. */ public boolean hasOperatorPrecedenceWarning() { return operatorPrecedenceWarningBuilder_ != null || operatorPrecedenceWarning_ != null; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; * @return The operatorPrecedenceWarning. */ public com.google.protobuf.BoolValue getOperatorPrecedenceWarning() { if (operatorPrecedenceWarningBuilder_ == null) { return operatorPrecedenceWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : operatorPrecedenceWarning_; } else { return operatorPrecedenceWarningBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public Builder setOperatorPrecedenceWarning(com.google.protobuf.BoolValue value) { if (operatorPrecedenceWarningBuilder_ == null) { if (value == null) { throw new NullPointerException(); } operatorPrecedenceWarning_ = value; onChanged(); } else { operatorPrecedenceWarningBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public Builder setOperatorPrecedenceWarning( com.google.protobuf.BoolValue.Builder builderForValue) { if (operatorPrecedenceWarningBuilder_ == null) { operatorPrecedenceWarning_ = builderForValue.build(); onChanged(); } else { operatorPrecedenceWarningBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public Builder mergeOperatorPrecedenceWarning(com.google.protobuf.BoolValue value) { if (operatorPrecedenceWarningBuilder_ == null) { if (operatorPrecedenceWarning_ != null) { operatorPrecedenceWarning_ = com.google.protobuf.BoolValue.newBuilder(operatorPrecedenceWarning_).mergeFrom(value).buildPartial(); } else { operatorPrecedenceWarning_ = value; } onChanged(); } else { operatorPrecedenceWarningBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public Builder clearOperatorPrecedenceWarning() { if (operatorPrecedenceWarningBuilder_ == null) { operatorPrecedenceWarning_ = null; onChanged(); } else { operatorPrecedenceWarning_ = null; operatorPrecedenceWarningBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public com.google.protobuf.BoolValue.Builder getOperatorPrecedenceWarningBuilder() { onChanged(); return getOperatorPrecedenceWarningFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ public com.google.protobuf.BoolValueOrBuilder getOperatorPrecedenceWarningOrBuilder() { if (operatorPrecedenceWarningBuilder_ != null) { return operatorPrecedenceWarningBuilder_.getMessageOrBuilder(); } else { return operatorPrecedenceWarning_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : operatorPrecedenceWarning_; } } /** * .google.protobuf.BoolValue operator_precedence_warning = 65; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getOperatorPrecedenceWarningFieldBuilder() { if (operatorPrecedenceWarningBuilder_ == null) { operatorPrecedenceWarningBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getOperatorPrecedenceWarning(), getParentForChildren(), isClean()); operatorPrecedenceWarning_ = null; } return operatorPrecedenceWarningBuilder_; } private com.google.protobuf.BoolValue quoteAllIdentifiers_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> quoteAllIdentifiersBuilder_; /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return Whether the quoteAllIdentifiers field is set. */ public boolean hasQuoteAllIdentifiers() { return quoteAllIdentifiersBuilder_ != null || quoteAllIdentifiers_ != null; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; * @return The quoteAllIdentifiers. */ public com.google.protobuf.BoolValue getQuoteAllIdentifiers() { if (quoteAllIdentifiersBuilder_ == null) { return quoteAllIdentifiers_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : quoteAllIdentifiers_; } else { return quoteAllIdentifiersBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public Builder setQuoteAllIdentifiers(com.google.protobuf.BoolValue value) { if (quoteAllIdentifiersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } quoteAllIdentifiers_ = value; onChanged(); } else { quoteAllIdentifiersBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public Builder setQuoteAllIdentifiers( com.google.protobuf.BoolValue.Builder builderForValue) { if (quoteAllIdentifiersBuilder_ == null) { quoteAllIdentifiers_ = builderForValue.build(); onChanged(); } else { quoteAllIdentifiersBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public Builder mergeQuoteAllIdentifiers(com.google.protobuf.BoolValue value) { if (quoteAllIdentifiersBuilder_ == null) { if (quoteAllIdentifiers_ != null) { quoteAllIdentifiers_ = com.google.protobuf.BoolValue.newBuilder(quoteAllIdentifiers_).mergeFrom(value).buildPartial(); } else { quoteAllIdentifiers_ = value; } onChanged(); } else { quoteAllIdentifiersBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public Builder clearQuoteAllIdentifiers() { if (quoteAllIdentifiersBuilder_ == null) { quoteAllIdentifiers_ = null; onChanged(); } else { quoteAllIdentifiers_ = null; quoteAllIdentifiersBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public com.google.protobuf.BoolValue.Builder getQuoteAllIdentifiersBuilder() { onChanged(); return getQuoteAllIdentifiersFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ public com.google.protobuf.BoolValueOrBuilder getQuoteAllIdentifiersOrBuilder() { if (quoteAllIdentifiersBuilder_ != null) { return quoteAllIdentifiersBuilder_.getMessageOrBuilder(); } else { return quoteAllIdentifiers_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : quoteAllIdentifiers_; } } /** * .google.protobuf.BoolValue quote_all_identifiers = 66; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getQuoteAllIdentifiersFieldBuilder() { if (quoteAllIdentifiersBuilder_ == null) { quoteAllIdentifiersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getQuoteAllIdentifiers(), getParentForChildren(), isClean()); quoteAllIdentifiers_ = null; } return quoteAllIdentifiersBuilder_; } private com.google.protobuf.BoolValue standardConformingStrings_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> standardConformingStringsBuilder_; /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return Whether the standardConformingStrings field is set. */ public boolean hasStandardConformingStrings() { return standardConformingStringsBuilder_ != null || standardConformingStrings_ != null; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; * @return The standardConformingStrings. */ public com.google.protobuf.BoolValue getStandardConformingStrings() { if (standardConformingStringsBuilder_ == null) { return standardConformingStrings_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : standardConformingStrings_; } else { return standardConformingStringsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public Builder setStandardConformingStrings(com.google.protobuf.BoolValue value) { if (standardConformingStringsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } standardConformingStrings_ = value; onChanged(); } else { standardConformingStringsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public Builder setStandardConformingStrings( com.google.protobuf.BoolValue.Builder builderForValue) { if (standardConformingStringsBuilder_ == null) { standardConformingStrings_ = builderForValue.build(); onChanged(); } else { standardConformingStringsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public Builder mergeStandardConformingStrings(com.google.protobuf.BoolValue value) { if (standardConformingStringsBuilder_ == null) { if (standardConformingStrings_ != null) { standardConformingStrings_ = com.google.protobuf.BoolValue.newBuilder(standardConformingStrings_).mergeFrom(value).buildPartial(); } else { standardConformingStrings_ = value; } onChanged(); } else { standardConformingStringsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public Builder clearStandardConformingStrings() { if (standardConformingStringsBuilder_ == null) { standardConformingStrings_ = null; onChanged(); } else { standardConformingStrings_ = null; standardConformingStringsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public com.google.protobuf.BoolValue.Builder getStandardConformingStringsBuilder() { onChanged(); return getStandardConformingStringsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ public com.google.protobuf.BoolValueOrBuilder getStandardConformingStringsOrBuilder() { if (standardConformingStringsBuilder_ != null) { return standardConformingStringsBuilder_.getMessageOrBuilder(); } else { return standardConformingStrings_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : standardConformingStrings_; } } /** * .google.protobuf.BoolValue standard_conforming_strings = 67; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getStandardConformingStringsFieldBuilder() { if (standardConformingStringsBuilder_ == null) { standardConformingStringsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getStandardConformingStrings(), getParentForChildren(), isClean()); standardConformingStrings_ = null; } return standardConformingStringsBuilder_; } private com.google.protobuf.BoolValue synchronizeSeqscans_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> synchronizeSeqscansBuilder_; /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return Whether the synchronizeSeqscans field is set. */ public boolean hasSynchronizeSeqscans() { return synchronizeSeqscansBuilder_ != null || synchronizeSeqscans_ != null; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; * @return The synchronizeSeqscans. */ public com.google.protobuf.BoolValue getSynchronizeSeqscans() { if (synchronizeSeqscansBuilder_ == null) { return synchronizeSeqscans_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : synchronizeSeqscans_; } else { return synchronizeSeqscansBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public Builder setSynchronizeSeqscans(com.google.protobuf.BoolValue value) { if (synchronizeSeqscansBuilder_ == null) { if (value == null) { throw new NullPointerException(); } synchronizeSeqscans_ = value; onChanged(); } else { synchronizeSeqscansBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public Builder setSynchronizeSeqscans( com.google.protobuf.BoolValue.Builder builderForValue) { if (synchronizeSeqscansBuilder_ == null) { synchronizeSeqscans_ = builderForValue.build(); onChanged(); } else { synchronizeSeqscansBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public Builder mergeSynchronizeSeqscans(com.google.protobuf.BoolValue value) { if (synchronizeSeqscansBuilder_ == null) { if (synchronizeSeqscans_ != null) { synchronizeSeqscans_ = com.google.protobuf.BoolValue.newBuilder(synchronizeSeqscans_).mergeFrom(value).buildPartial(); } else { synchronizeSeqscans_ = value; } onChanged(); } else { synchronizeSeqscansBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public Builder clearSynchronizeSeqscans() { if (synchronizeSeqscansBuilder_ == null) { synchronizeSeqscans_ = null; onChanged(); } else { synchronizeSeqscans_ = null; synchronizeSeqscansBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public com.google.protobuf.BoolValue.Builder getSynchronizeSeqscansBuilder() { onChanged(); return getSynchronizeSeqscansFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ public com.google.protobuf.BoolValueOrBuilder getSynchronizeSeqscansOrBuilder() { if (synchronizeSeqscansBuilder_ != null) { return synchronizeSeqscansBuilder_.getMessageOrBuilder(); } else { return synchronizeSeqscans_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : synchronizeSeqscans_; } } /** * .google.protobuf.BoolValue synchronize_seqscans = 68; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getSynchronizeSeqscansFieldBuilder() { if (synchronizeSeqscansBuilder_ == null) { synchronizeSeqscansBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getSynchronizeSeqscans(), getParentForChildren(), isClean()); synchronizeSeqscans_ = null; } return synchronizeSeqscansBuilder_; } private com.google.protobuf.BoolValue transformNullEquals_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> transformNullEqualsBuilder_; /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return Whether the transformNullEquals field is set. */ public boolean hasTransformNullEquals() { return transformNullEqualsBuilder_ != null || transformNullEquals_ != null; } /** * .google.protobuf.BoolValue transform_null_equals = 69; * @return The transformNullEquals. */ public com.google.protobuf.BoolValue getTransformNullEquals() { if (transformNullEqualsBuilder_ == null) { return transformNullEquals_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : transformNullEquals_; } else { return transformNullEqualsBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public Builder setTransformNullEquals(com.google.protobuf.BoolValue value) { if (transformNullEqualsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } transformNullEquals_ = value; onChanged(); } else { transformNullEqualsBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public Builder setTransformNullEquals( com.google.protobuf.BoolValue.Builder builderForValue) { if (transformNullEqualsBuilder_ == null) { transformNullEquals_ = builderForValue.build(); onChanged(); } else { transformNullEqualsBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public Builder mergeTransformNullEquals(com.google.protobuf.BoolValue value) { if (transformNullEqualsBuilder_ == null) { if (transformNullEquals_ != null) { transformNullEquals_ = com.google.protobuf.BoolValue.newBuilder(transformNullEquals_).mergeFrom(value).buildPartial(); } else { transformNullEquals_ = value; } onChanged(); } else { transformNullEqualsBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public Builder clearTransformNullEquals() { if (transformNullEqualsBuilder_ == null) { transformNullEquals_ = null; onChanged(); } else { transformNullEquals_ = null; transformNullEqualsBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public com.google.protobuf.BoolValue.Builder getTransformNullEqualsBuilder() { onChanged(); return getTransformNullEqualsFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ public com.google.protobuf.BoolValueOrBuilder getTransformNullEqualsOrBuilder() { if (transformNullEqualsBuilder_ != null) { return transformNullEqualsBuilder_.getMessageOrBuilder(); } else { return transformNullEquals_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : transformNullEquals_; } } /** * .google.protobuf.BoolValue transform_null_equals = 69; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getTransformNullEqualsFieldBuilder() { if (transformNullEqualsBuilder_ == null) { transformNullEqualsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getTransformNullEquals(), getParentForChildren(), isClean()); transformNullEquals_ = null; } return transformNullEqualsBuilder_; } private com.google.protobuf.BoolValue exitOnError_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> exitOnErrorBuilder_; /** * .google.protobuf.BoolValue exit_on_error = 70; * @return Whether the exitOnError field is set. */ public boolean hasExitOnError() { return exitOnErrorBuilder_ != null || exitOnError_ != null; } /** * .google.protobuf.BoolValue exit_on_error = 70; * @return The exitOnError. */ public com.google.protobuf.BoolValue getExitOnError() { if (exitOnErrorBuilder_ == null) { return exitOnError_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : exitOnError_; } else { return exitOnErrorBuilder_.getMessage(); } } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public Builder setExitOnError(com.google.protobuf.BoolValue value) { if (exitOnErrorBuilder_ == null) { if (value == null) { throw new NullPointerException(); } exitOnError_ = value; onChanged(); } else { exitOnErrorBuilder_.setMessage(value); } return this; } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public Builder setExitOnError( com.google.protobuf.BoolValue.Builder builderForValue) { if (exitOnErrorBuilder_ == null) { exitOnError_ = builderForValue.build(); onChanged(); } else { exitOnErrorBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public Builder mergeExitOnError(com.google.protobuf.BoolValue value) { if (exitOnErrorBuilder_ == null) { if (exitOnError_ != null) { exitOnError_ = com.google.protobuf.BoolValue.newBuilder(exitOnError_).mergeFrom(value).buildPartial(); } else { exitOnError_ = value; } onChanged(); } else { exitOnErrorBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public Builder clearExitOnError() { if (exitOnErrorBuilder_ == null) { exitOnError_ = null; onChanged(); } else { exitOnError_ = null; exitOnErrorBuilder_ = null; } return this; } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public com.google.protobuf.BoolValue.Builder getExitOnErrorBuilder() { onChanged(); return getExitOnErrorFieldBuilder().getBuilder(); } /** * .google.protobuf.BoolValue exit_on_error = 70; */ public com.google.protobuf.BoolValueOrBuilder getExitOnErrorOrBuilder() { if (exitOnErrorBuilder_ != null) { return exitOnErrorBuilder_.getMessageOrBuilder(); } else { return exitOnError_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : exitOnError_; } } /** * .google.protobuf.BoolValue exit_on_error = 70; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getExitOnErrorFieldBuilder() { if (exitOnErrorBuilder_ == null) { exitOnErrorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getExitOnError(), getParentForChildren(), isClean()); exitOnError_ = null; } return exitOnErrorBuilder_; } private com.google.protobuf.DoubleValue seqPageCost_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> seqPageCostBuilder_; /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return Whether the seqPageCost field is set. */ public boolean hasSeqPageCost() { return seqPageCostBuilder_ != null || seqPageCost_ != null; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; * @return The seqPageCost. */ public com.google.protobuf.DoubleValue getSeqPageCost() { if (seqPageCostBuilder_ == null) { return seqPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : seqPageCost_; } else { return seqPageCostBuilder_.getMessage(); } } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public Builder setSeqPageCost(com.google.protobuf.DoubleValue value) { if (seqPageCostBuilder_ == null) { if (value == null) { throw new NullPointerException(); } seqPageCost_ = value; onChanged(); } else { seqPageCostBuilder_.setMessage(value); } return this; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public Builder setSeqPageCost( com.google.protobuf.DoubleValue.Builder builderForValue) { if (seqPageCostBuilder_ == null) { seqPageCost_ = builderForValue.build(); onChanged(); } else { seqPageCostBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public Builder mergeSeqPageCost(com.google.protobuf.DoubleValue value) { if (seqPageCostBuilder_ == null) { if (seqPageCost_ != null) { seqPageCost_ = com.google.protobuf.DoubleValue.newBuilder(seqPageCost_).mergeFrom(value).buildPartial(); } else { seqPageCost_ = value; } onChanged(); } else { seqPageCostBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public Builder clearSeqPageCost() { if (seqPageCostBuilder_ == null) { seqPageCost_ = null; onChanged(); } else { seqPageCost_ = null; seqPageCostBuilder_ = null; } return this; } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public com.google.protobuf.DoubleValue.Builder getSeqPageCostBuilder() { onChanged(); return getSeqPageCostFieldBuilder().getBuilder(); } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ public com.google.protobuf.DoubleValueOrBuilder getSeqPageCostOrBuilder() { if (seqPageCostBuilder_ != null) { return seqPageCostBuilder_.getMessageOrBuilder(); } else { return seqPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : seqPageCost_; } } /** * .google.protobuf.DoubleValue seq_page_cost = 71; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getSeqPageCostFieldBuilder() { if (seqPageCostBuilder_ == null) { seqPageCostBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getSeqPageCost(), getParentForChildren(), isClean()); seqPageCost_ = null; } return seqPageCostBuilder_; } private com.google.protobuf.DoubleValue randomPageCost_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> randomPageCostBuilder_; /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return Whether the randomPageCost field is set. */ public boolean hasRandomPageCost() { return randomPageCostBuilder_ != null || randomPageCost_ != null; } /** * .google.protobuf.DoubleValue random_page_cost = 72; * @return The randomPageCost. */ public com.google.protobuf.DoubleValue getRandomPageCost() { if (randomPageCostBuilder_ == null) { return randomPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : randomPageCost_; } else { return randomPageCostBuilder_.getMessage(); } } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public Builder setRandomPageCost(com.google.protobuf.DoubleValue value) { if (randomPageCostBuilder_ == null) { if (value == null) { throw new NullPointerException(); } randomPageCost_ = value; onChanged(); } else { randomPageCostBuilder_.setMessage(value); } return this; } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public Builder setRandomPageCost( com.google.protobuf.DoubleValue.Builder builderForValue) { if (randomPageCostBuilder_ == null) { randomPageCost_ = builderForValue.build(); onChanged(); } else { randomPageCostBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public Builder mergeRandomPageCost(com.google.protobuf.DoubleValue value) { if (randomPageCostBuilder_ == null) { if (randomPageCost_ != null) { randomPageCost_ = com.google.protobuf.DoubleValue.newBuilder(randomPageCost_).mergeFrom(value).buildPartial(); } else { randomPageCost_ = value; } onChanged(); } else { randomPageCostBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public Builder clearRandomPageCost() { if (randomPageCostBuilder_ == null) { randomPageCost_ = null; onChanged(); } else { randomPageCost_ = null; randomPageCostBuilder_ = null; } return this; } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public com.google.protobuf.DoubleValue.Builder getRandomPageCostBuilder() { onChanged(); return getRandomPageCostFieldBuilder().getBuilder(); } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ public com.google.protobuf.DoubleValueOrBuilder getRandomPageCostOrBuilder() { if (randomPageCostBuilder_ != null) { return randomPageCostBuilder_.getMessageOrBuilder(); } else { return randomPageCost_ == null ? com.google.protobuf.DoubleValue.getDefaultInstance() : randomPageCost_; } } /** * .google.protobuf.DoubleValue random_page_cost = 72; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder> getRandomPageCostFieldBuilder() { if (randomPageCostBuilder_ == null) { randomPageCostBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.DoubleValue, com.google.protobuf.DoubleValue.Builder, com.google.protobuf.DoubleValueOrBuilder>( getRandomPageCost(), getParentForChildren(), isClean()); randomPageCost_ = null; } return randomPageCostBuilder_; } private com.google.protobuf.BoolValue sqlInheritance_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> sqlInheritanceBuilder_; /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return Whether the sqlInheritance field is set. */ public boolean hasSqlInheritance() { return sqlInheritanceBuilder_ != null || sqlInheritance_ != null; } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; * @return The sqlInheritance. */ public com.google.protobuf.BoolValue getSqlInheritance() { if (sqlInheritanceBuilder_ == null) { return sqlInheritance_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : sqlInheritance_; } else { return sqlInheritanceBuilder_.getMessage(); } } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public Builder setSqlInheritance(com.google.protobuf.BoolValue value) { if (sqlInheritanceBuilder_ == null) { if (value == null) { throw new NullPointerException(); } sqlInheritance_ = value; onChanged(); } else { sqlInheritanceBuilder_.setMessage(value); } return this; } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public Builder setSqlInheritance( com.google.protobuf.BoolValue.Builder builderForValue) { if (sqlInheritanceBuilder_ == null) { sqlInheritance_ = builderForValue.build(); onChanged(); } else { sqlInheritanceBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public Builder mergeSqlInheritance(com.google.protobuf.BoolValue value) { if (sqlInheritanceBuilder_ == null) { if (sqlInheritance_ != null) { sqlInheritance_ = com.google.protobuf.BoolValue.newBuilder(sqlInheritance_).mergeFrom(value).buildPartial(); } else { sqlInheritance_ = value; } onChanged(); } else { sqlInheritanceBuilder_.mergeFrom(value); } return this; } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public Builder clearSqlInheritance() { if (sqlInheritanceBuilder_ == null) { sqlInheritance_ = null; onChanged(); } else { sqlInheritance_ = null; sqlInheritanceBuilder_ = null; } return this; } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public com.google.protobuf.BoolValue.Builder getSqlInheritanceBuilder() { onChanged(); return getSqlInheritanceFieldBuilder().getBuilder(); } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ public com.google.protobuf.BoolValueOrBuilder getSqlInheritanceOrBuilder() { if (sqlInheritanceBuilder_ != null) { return sqlInheritanceBuilder_.getMessageOrBuilder(); } else { return sqlInheritance_ == null ? com.google.protobuf.BoolValue.getDefaultInstance() : sqlInheritance_; } } /** *
       * This option has been removed in PostgreSQL 10.
       * 
* * .google.protobuf.BoolValue sql_inheritance = 73; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder> getSqlInheritanceFieldBuilder() { if (sqlInheritanceBuilder_ == null) { sqlInheritanceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.BoolValue, com.google.protobuf.BoolValue.Builder, com.google.protobuf.BoolValueOrBuilder>( getSqlInheritance(), getParentForChildren(), isClean()); sqlInheritance_ = null; } return sqlInheritanceBuilder_; } private com.google.protobuf.Int64Value autovacuumMaxWorkers_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> autovacuumMaxWorkersBuilder_; /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return Whether the autovacuumMaxWorkers field is set. */ public boolean hasAutovacuumMaxWorkers() { return autovacuumMaxWorkersBuilder_ != null || autovacuumMaxWorkers_ != null; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; * @return The autovacuumMaxWorkers. */ public com.google.protobuf.Int64Value getAutovacuumMaxWorkers() { if (autovacuumMaxWorkersBuilder_ == null) { return autovacuumMaxWorkers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumMaxWorkers_; } else { return autovacuumMaxWorkersBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public Builder setAutovacuumMaxWorkers(com.google.protobuf.Int64Value value) { if (autovacuumMaxWorkersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } autovacuumMaxWorkers_ = value; onChanged(); } else { autovacuumMaxWorkersBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public Builder setAutovacuumMaxWorkers( com.google.protobuf.Int64Value.Builder builderForValue) { if (autovacuumMaxWorkersBuilder_ == null) { autovacuumMaxWorkers_ = builderForValue.build(); onChanged(); } else { autovacuumMaxWorkersBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public Builder mergeAutovacuumMaxWorkers(com.google.protobuf.Int64Value value) { if (autovacuumMaxWorkersBuilder_ == null) { if (autovacuumMaxWorkers_ != null) { autovacuumMaxWorkers_ = com.google.protobuf.Int64Value.newBuilder(autovacuumMaxWorkers_).mergeFrom(value).buildPartial(); } else { autovacuumMaxWorkers_ = value; } onChanged(); } else { autovacuumMaxWorkersBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public Builder clearAutovacuumMaxWorkers() { if (autovacuumMaxWorkersBuilder_ == null) { autovacuumMaxWorkers_ = null; onChanged(); } else { autovacuumMaxWorkers_ = null; autovacuumMaxWorkersBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public com.google.protobuf.Int64Value.Builder getAutovacuumMaxWorkersBuilder() { onChanged(); return getAutovacuumMaxWorkersFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ public com.google.protobuf.Int64ValueOrBuilder getAutovacuumMaxWorkersOrBuilder() { if (autovacuumMaxWorkersBuilder_ != null) { return autovacuumMaxWorkersBuilder_.getMessageOrBuilder(); } else { return autovacuumMaxWorkers_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumMaxWorkers_; } } /** * .google.protobuf.Int64Value autovacuum_max_workers = 74 [(.yandex.cloud.value) = "1-32"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getAutovacuumMaxWorkersFieldBuilder() { if (autovacuumMaxWorkersBuilder_ == null) { autovacuumMaxWorkersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getAutovacuumMaxWorkers(), getParentForChildren(), isClean()); autovacuumMaxWorkers_ = null; } return autovacuumMaxWorkersBuilder_; } private com.google.protobuf.Int64Value autovacuumVacuumCostDelay_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> autovacuumVacuumCostDelayBuilder_; /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return Whether the autovacuumVacuumCostDelay field is set. */ public boolean hasAutovacuumVacuumCostDelay() { return autovacuumVacuumCostDelayBuilder_ != null || autovacuumVacuumCostDelay_ != null; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; * @return The autovacuumVacuumCostDelay. */ public com.google.protobuf.Int64Value getAutovacuumVacuumCostDelay() { if (autovacuumVacuumCostDelayBuilder_ == null) { return autovacuumVacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostDelay_; } else { return autovacuumVacuumCostDelayBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public Builder setAutovacuumVacuumCostDelay(com.google.protobuf.Int64Value value) { if (autovacuumVacuumCostDelayBuilder_ == null) { if (value == null) { throw new NullPointerException(); } autovacuumVacuumCostDelay_ = value; onChanged(); } else { autovacuumVacuumCostDelayBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public Builder setAutovacuumVacuumCostDelay( com.google.protobuf.Int64Value.Builder builderForValue) { if (autovacuumVacuumCostDelayBuilder_ == null) { autovacuumVacuumCostDelay_ = builderForValue.build(); onChanged(); } else { autovacuumVacuumCostDelayBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public Builder mergeAutovacuumVacuumCostDelay(com.google.protobuf.Int64Value value) { if (autovacuumVacuumCostDelayBuilder_ == null) { if (autovacuumVacuumCostDelay_ != null) { autovacuumVacuumCostDelay_ = com.google.protobuf.Int64Value.newBuilder(autovacuumVacuumCostDelay_).mergeFrom(value).buildPartial(); } else { autovacuumVacuumCostDelay_ = value; } onChanged(); } else { autovacuumVacuumCostDelayBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public Builder clearAutovacuumVacuumCostDelay() { if (autovacuumVacuumCostDelayBuilder_ == null) { autovacuumVacuumCostDelay_ = null; onChanged(); } else { autovacuumVacuumCostDelay_ = null; autovacuumVacuumCostDelayBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public com.google.protobuf.Int64Value.Builder getAutovacuumVacuumCostDelayBuilder() { onChanged(); return getAutovacuumVacuumCostDelayFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ public com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostDelayOrBuilder() { if (autovacuumVacuumCostDelayBuilder_ != null) { return autovacuumVacuumCostDelayBuilder_.getMessageOrBuilder(); } else { return autovacuumVacuumCostDelay_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostDelay_; } } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_delay = 75 [(.yandex.cloud.value) = "-1-100"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getAutovacuumVacuumCostDelayFieldBuilder() { if (autovacuumVacuumCostDelayBuilder_ == null) { autovacuumVacuumCostDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getAutovacuumVacuumCostDelay(), getParentForChildren(), isClean()); autovacuumVacuumCostDelay_ = null; } return autovacuumVacuumCostDelayBuilder_; } private com.google.protobuf.Int64Value autovacuumVacuumCostLimit_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> autovacuumVacuumCostLimitBuilder_; /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return Whether the autovacuumVacuumCostLimit field is set. */ public boolean hasAutovacuumVacuumCostLimit() { return autovacuumVacuumCostLimitBuilder_ != null || autovacuumVacuumCostLimit_ != null; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; * @return The autovacuumVacuumCostLimit. */ public com.google.protobuf.Int64Value getAutovacuumVacuumCostLimit() { if (autovacuumVacuumCostLimitBuilder_ == null) { return autovacuumVacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostLimit_; } else { return autovacuumVacuumCostLimitBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public Builder setAutovacuumVacuumCostLimit(com.google.protobuf.Int64Value value) { if (autovacuumVacuumCostLimitBuilder_ == null) { if (value == null) { throw new NullPointerException(); } autovacuumVacuumCostLimit_ = value; onChanged(); } else { autovacuumVacuumCostLimitBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public Builder setAutovacuumVacuumCostLimit( com.google.protobuf.Int64Value.Builder builderForValue) { if (autovacuumVacuumCostLimitBuilder_ == null) { autovacuumVacuumCostLimit_ = builderForValue.build(); onChanged(); } else { autovacuumVacuumCostLimitBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public Builder mergeAutovacuumVacuumCostLimit(com.google.protobuf.Int64Value value) { if (autovacuumVacuumCostLimitBuilder_ == null) { if (autovacuumVacuumCostLimit_ != null) { autovacuumVacuumCostLimit_ = com.google.protobuf.Int64Value.newBuilder(autovacuumVacuumCostLimit_).mergeFrom(value).buildPartial(); } else { autovacuumVacuumCostLimit_ = value; } onChanged(); } else { autovacuumVacuumCostLimitBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public Builder clearAutovacuumVacuumCostLimit() { if (autovacuumVacuumCostLimitBuilder_ == null) { autovacuumVacuumCostLimit_ = null; onChanged(); } else { autovacuumVacuumCostLimit_ = null; autovacuumVacuumCostLimitBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public com.google.protobuf.Int64Value.Builder getAutovacuumVacuumCostLimitBuilder() { onChanged(); return getAutovacuumVacuumCostLimitFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ public com.google.protobuf.Int64ValueOrBuilder getAutovacuumVacuumCostLimitOrBuilder() { if (autovacuumVacuumCostLimitBuilder_ != null) { return autovacuumVacuumCostLimitBuilder_.getMessageOrBuilder(); } else { return autovacuumVacuumCostLimit_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumVacuumCostLimit_; } } /** * .google.protobuf.Int64Value autovacuum_vacuum_cost_limit = 76 [(.yandex.cloud.value) = "-1-10000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getAutovacuumVacuumCostLimitFieldBuilder() { if (autovacuumVacuumCostLimitBuilder_ == null) { autovacuumVacuumCostLimitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getAutovacuumVacuumCostLimit(), getParentForChildren(), isClean()); autovacuumVacuumCostLimit_ = null; } return autovacuumVacuumCostLimitBuilder_; } private com.google.protobuf.Int64Value autovacuumNaptime_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> autovacuumNaptimeBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return Whether the autovacuumNaptime field is set. */ public boolean hasAutovacuumNaptime() { return autovacuumNaptimeBuilder_ != null || autovacuumNaptime_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; * @return The autovacuumNaptime. */ public com.google.protobuf.Int64Value getAutovacuumNaptime() { if (autovacuumNaptimeBuilder_ == null) { return autovacuumNaptime_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumNaptime_; } else { return autovacuumNaptimeBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public Builder setAutovacuumNaptime(com.google.protobuf.Int64Value value) { if (autovacuumNaptimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } autovacuumNaptime_ = value; onChanged(); } else { autovacuumNaptimeBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public Builder setAutovacuumNaptime( com.google.protobuf.Int64Value.Builder builderForValue) { if (autovacuumNaptimeBuilder_ == null) { autovacuumNaptime_ = builderForValue.build(); onChanged(); } else { autovacuumNaptimeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public Builder mergeAutovacuumNaptime(com.google.protobuf.Int64Value value) { if (autovacuumNaptimeBuilder_ == null) { if (autovacuumNaptime_ != null) { autovacuumNaptime_ = com.google.protobuf.Int64Value.newBuilder(autovacuumNaptime_).mergeFrom(value).buildPartial(); } else { autovacuumNaptime_ = value; } onChanged(); } else { autovacuumNaptimeBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public Builder clearAutovacuumNaptime() { if (autovacuumNaptimeBuilder_ == null) { autovacuumNaptime_ = null; onChanged(); } else { autovacuumNaptime_ = null; autovacuumNaptimeBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public com.google.protobuf.Int64Value.Builder getAutovacuumNaptimeBuilder() { onChanged(); return getAutovacuumNaptimeFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ public com.google.protobuf.Int64ValueOrBuilder getAutovacuumNaptimeOrBuilder() { if (autovacuumNaptimeBuilder_ != null) { return autovacuumNaptimeBuilder_.getMessageOrBuilder(); } else { return autovacuumNaptime_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : autovacuumNaptime_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value autovacuum_naptime = 77 [(.yandex.cloud.value) = "1000-86400000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getAutovacuumNaptimeFieldBuilder() { if (autovacuumNaptimeBuilder_ == null) { autovacuumNaptimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getAutovacuumNaptime(), getParentForChildren(), isClean()); autovacuumNaptime_ = null; } return autovacuumNaptimeBuilder_; } private com.google.protobuf.Int64Value archiveTimeout_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> archiveTimeoutBuilder_; /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return Whether the archiveTimeout field is set. */ public boolean hasArchiveTimeout() { return archiveTimeoutBuilder_ != null || archiveTimeout_ != null; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; * @return The archiveTimeout. */ public com.google.protobuf.Int64Value getArchiveTimeout() { if (archiveTimeoutBuilder_ == null) { return archiveTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : archiveTimeout_; } else { return archiveTimeoutBuilder_.getMessage(); } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public Builder setArchiveTimeout(com.google.protobuf.Int64Value value) { if (archiveTimeoutBuilder_ == null) { if (value == null) { throw new NullPointerException(); } archiveTimeout_ = value; onChanged(); } else { archiveTimeoutBuilder_.setMessage(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public Builder setArchiveTimeout( com.google.protobuf.Int64Value.Builder builderForValue) { if (archiveTimeoutBuilder_ == null) { archiveTimeout_ = builderForValue.build(); onChanged(); } else { archiveTimeoutBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public Builder mergeArchiveTimeout(com.google.protobuf.Int64Value value) { if (archiveTimeoutBuilder_ == null) { if (archiveTimeout_ != null) { archiveTimeout_ = com.google.protobuf.Int64Value.newBuilder(archiveTimeout_).mergeFrom(value).buildPartial(); } else { archiveTimeout_ = value; } onChanged(); } else { archiveTimeoutBuilder_.mergeFrom(value); } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public Builder clearArchiveTimeout() { if (archiveTimeoutBuilder_ == null) { archiveTimeout_ = null; onChanged(); } else { archiveTimeout_ = null; archiveTimeoutBuilder_ = null; } return this; } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public com.google.protobuf.Int64Value.Builder getArchiveTimeoutBuilder() { onChanged(); return getArchiveTimeoutFieldBuilder().getBuilder(); } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ public com.google.protobuf.Int64ValueOrBuilder getArchiveTimeoutOrBuilder() { if (archiveTimeoutBuilder_ != null) { return archiveTimeoutBuilder_.getMessageOrBuilder(); } else { return archiveTimeout_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : archiveTimeout_; } } /** *
       * in milliseconds.
       * 
* * .google.protobuf.Int64Value archive_timeout = 78 [(.yandex.cloud.value) = "10000-86400000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getArchiveTimeoutFieldBuilder() { if (archiveTimeoutBuilder_ == null) { archiveTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getArchiveTimeout(), getParentForChildren(), isClean()); archiveTimeout_ = null; } return archiveTimeoutBuilder_; } private com.google.protobuf.Int64Value trackActivityQuerySize_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> trackActivityQuerySizeBuilder_; /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return Whether the trackActivityQuerySize field is set. */ public boolean hasTrackActivityQuerySize() { return trackActivityQuerySizeBuilder_ != null || trackActivityQuerySize_ != null; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; * @return The trackActivityQuerySize. */ public com.google.protobuf.Int64Value getTrackActivityQuerySize() { if (trackActivityQuerySizeBuilder_ == null) { return trackActivityQuerySize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : trackActivityQuerySize_; } else { return trackActivityQuerySizeBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public Builder setTrackActivityQuerySize(com.google.protobuf.Int64Value value) { if (trackActivityQuerySizeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } trackActivityQuerySize_ = value; onChanged(); } else { trackActivityQuerySizeBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public Builder setTrackActivityQuerySize( com.google.protobuf.Int64Value.Builder builderForValue) { if (trackActivityQuerySizeBuilder_ == null) { trackActivityQuerySize_ = builderForValue.build(); onChanged(); } else { trackActivityQuerySizeBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public Builder mergeTrackActivityQuerySize(com.google.protobuf.Int64Value value) { if (trackActivityQuerySizeBuilder_ == null) { if (trackActivityQuerySize_ != null) { trackActivityQuerySize_ = com.google.protobuf.Int64Value.newBuilder(trackActivityQuerySize_).mergeFrom(value).buildPartial(); } else { trackActivityQuerySize_ = value; } onChanged(); } else { trackActivityQuerySizeBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public Builder clearTrackActivityQuerySize() { if (trackActivityQuerySizeBuilder_ == null) { trackActivityQuerySize_ = null; onChanged(); } else { trackActivityQuerySize_ = null; trackActivityQuerySizeBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public com.google.protobuf.Int64Value.Builder getTrackActivityQuerySizeBuilder() { onChanged(); return getTrackActivityQuerySizeFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ public com.google.protobuf.Int64ValueOrBuilder getTrackActivityQuerySizeOrBuilder() { if (trackActivityQuerySizeBuilder_ != null) { return trackActivityQuerySizeBuilder_.getMessageOrBuilder(); } else { return trackActivityQuerySize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : trackActivityQuerySize_; } } /** * .google.protobuf.Int64Value track_activity_query_size = 79 [(.yandex.cloud.value) = "100-102400"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getTrackActivityQuerySizeFieldBuilder() { if (trackActivityQuerySizeBuilder_ == null) { trackActivityQuerySizeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getTrackActivityQuerySize(), getParentForChildren(), isClean()); trackActivityQuerySize_ = null; } return trackActivityQuerySizeBuilder_; } private com.google.protobuf.Int64Value effectiveIoConcurrency_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> effectiveIoConcurrencyBuilder_; /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return Whether the effectiveIoConcurrency field is set. */ public boolean hasEffectiveIoConcurrency() { return effectiveIoConcurrencyBuilder_ != null || effectiveIoConcurrency_ != null; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; * @return The effectiveIoConcurrency. */ public com.google.protobuf.Int64Value getEffectiveIoConcurrency() { if (effectiveIoConcurrencyBuilder_ == null) { return effectiveIoConcurrency_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveIoConcurrency_; } else { return effectiveIoConcurrencyBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public Builder setEffectiveIoConcurrency(com.google.protobuf.Int64Value value) { if (effectiveIoConcurrencyBuilder_ == null) { if (value == null) { throw new NullPointerException(); } effectiveIoConcurrency_ = value; onChanged(); } else { effectiveIoConcurrencyBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public Builder setEffectiveIoConcurrency( com.google.protobuf.Int64Value.Builder builderForValue) { if (effectiveIoConcurrencyBuilder_ == null) { effectiveIoConcurrency_ = builderForValue.build(); onChanged(); } else { effectiveIoConcurrencyBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public Builder mergeEffectiveIoConcurrency(com.google.protobuf.Int64Value value) { if (effectiveIoConcurrencyBuilder_ == null) { if (effectiveIoConcurrency_ != null) { effectiveIoConcurrency_ = com.google.protobuf.Int64Value.newBuilder(effectiveIoConcurrency_).mergeFrom(value).buildPartial(); } else { effectiveIoConcurrency_ = value; } onChanged(); } else { effectiveIoConcurrencyBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public Builder clearEffectiveIoConcurrency() { if (effectiveIoConcurrencyBuilder_ == null) { effectiveIoConcurrency_ = null; onChanged(); } else { effectiveIoConcurrency_ = null; effectiveIoConcurrencyBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public com.google.protobuf.Int64Value.Builder getEffectiveIoConcurrencyBuilder() { onChanged(); return getEffectiveIoConcurrencyFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ public com.google.protobuf.Int64ValueOrBuilder getEffectiveIoConcurrencyOrBuilder() { if (effectiveIoConcurrencyBuilder_ != null) { return effectiveIoConcurrencyBuilder_.getMessageOrBuilder(); } else { return effectiveIoConcurrency_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveIoConcurrency_; } } /** * .google.protobuf.Int64Value effective_io_concurrency = 80 [(.yandex.cloud.value) = "0-1000"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getEffectiveIoConcurrencyFieldBuilder() { if (effectiveIoConcurrencyBuilder_ == null) { effectiveIoConcurrencyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getEffectiveIoConcurrency(), getParentForChildren(), isClean()); effectiveIoConcurrency_ = null; } return effectiveIoConcurrencyBuilder_; } private com.google.protobuf.Int64Value effectiveCacheSize_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> effectiveCacheSizeBuilder_; /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return Whether the effectiveCacheSize field is set. */ public boolean hasEffectiveCacheSize() { return effectiveCacheSizeBuilder_ != null || effectiveCacheSize_ != null; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; * @return The effectiveCacheSize. */ public com.google.protobuf.Int64Value getEffectiveCacheSize() { if (effectiveCacheSizeBuilder_ == null) { return effectiveCacheSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveCacheSize_; } else { return effectiveCacheSizeBuilder_.getMessage(); } } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public Builder setEffectiveCacheSize(com.google.protobuf.Int64Value value) { if (effectiveCacheSizeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } effectiveCacheSize_ = value; onChanged(); } else { effectiveCacheSizeBuilder_.setMessage(value); } return this; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public Builder setEffectiveCacheSize( com.google.protobuf.Int64Value.Builder builderForValue) { if (effectiveCacheSizeBuilder_ == null) { effectiveCacheSize_ = builderForValue.build(); onChanged(); } else { effectiveCacheSizeBuilder_.setMessage(builderForValue.build()); } return this; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public Builder mergeEffectiveCacheSize(com.google.protobuf.Int64Value value) { if (effectiveCacheSizeBuilder_ == null) { if (effectiveCacheSize_ != null) { effectiveCacheSize_ = com.google.protobuf.Int64Value.newBuilder(effectiveCacheSize_).mergeFrom(value).buildPartial(); } else { effectiveCacheSize_ = value; } onChanged(); } else { effectiveCacheSizeBuilder_.mergeFrom(value); } return this; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public Builder clearEffectiveCacheSize() { if (effectiveCacheSizeBuilder_ == null) { effectiveCacheSize_ = null; onChanged(); } else { effectiveCacheSize_ = null; effectiveCacheSizeBuilder_ = null; } return this; } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public com.google.protobuf.Int64Value.Builder getEffectiveCacheSizeBuilder() { onChanged(); return getEffectiveCacheSizeFieldBuilder().getBuilder(); } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ public com.google.protobuf.Int64ValueOrBuilder getEffectiveCacheSizeOrBuilder() { if (effectiveCacheSizeBuilder_ != null) { return effectiveCacheSizeBuilder_.getMessageOrBuilder(); } else { return effectiveCacheSize_ == null ? com.google.protobuf.Int64Value.getDefaultInstance() : effectiveCacheSize_; } } /** * .google.protobuf.Int64Value effective_cache_size = 81 [(.yandex.cloud.value) = "0-549755813888"]; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder> getEffectiveCacheSizeFieldBuilder() { if (effectiveCacheSizeBuilder_ == null) { effectiveCacheSizeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.Int64Value, com.google.protobuf.Int64Value.Builder, com.google.protobuf.Int64ValueOrBuilder>( getEffectiveCacheSize(), getParentForChildren(), isClean()); effectiveCacheSize_ = null; } return effectiveCacheSizeBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6) } // @@protoc_insertion_point(class_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6) private static final yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6(); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PostgresqlConfig9_6 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PostgresqlConfig9_6(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface PostgresqlConfigSet9_6OrBuilder extends // @@protoc_insertion_point(interface_extends:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6) com.google.protobuf.MessageOrBuilder { /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return Whether the effectiveConfig field is set. */ boolean hasEffectiveConfig(); /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return The effectiveConfig. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getEffectiveConfig(); /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getEffectiveConfigOrBuilder(); /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return Whether the userConfig field is set. */ boolean hasUserConfig(); /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return The userConfig. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getUserConfig(); /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getUserConfigOrBuilder(); /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return Whether the defaultConfig field is set. */ boolean hasDefaultConfig(); /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return The defaultConfig. */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultConfig(); /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getDefaultConfigOrBuilder(); } /** * Protobuf type {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6} */ public static final class PostgresqlConfigSet9_6 extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6) PostgresqlConfigSet9_6OrBuilder { private static final long serialVersionUID = 0L; // Use PostgresqlConfigSet9_6.newBuilder() to construct. private PostgresqlConfigSet9_6(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PostgresqlConfigSet9_6() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PostgresqlConfigSet9_6(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PostgresqlConfigSet9_6( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder subBuilder = null; if (effectiveConfig_ != null) { subBuilder = effectiveConfig_.toBuilder(); } effectiveConfig_ = input.readMessage(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(effectiveConfig_); effectiveConfig_ = subBuilder.buildPartial(); } break; } case 18: { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder subBuilder = null; if (userConfig_ != null) { subBuilder = userConfig_.toBuilder(); } userConfig_ = input.readMessage(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(userConfig_); userConfig_ = subBuilder.buildPartial(); } break; } case 26: { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder subBuilder = null; if (defaultConfig_ != null) { subBuilder = defaultConfig_.toBuilder(); } defaultConfig_ = input.readMessage(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(defaultConfig_); defaultConfig_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.class, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.Builder.class); } public static final int EFFECTIVE_CONFIG_FIELD_NUMBER = 1; private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 effectiveConfig_; /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return Whether the effectiveConfig field is set. */ @java.lang.Override public boolean hasEffectiveConfig() { return effectiveConfig_ != null; } /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return The effectiveConfig. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getEffectiveConfig() { return effectiveConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : effectiveConfig_; } /** *
     * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
     * in [user_config] and [default_config]).
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getEffectiveConfigOrBuilder() { return getEffectiveConfig(); } public static final int USER_CONFIG_FIELD_NUMBER = 2; private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 userConfig_; /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return Whether the userConfig field is set. */ @java.lang.Override public boolean hasUserConfig() { return userConfig_ != null; } /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return The userConfig. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getUserConfig() { return userConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : userConfig_; } /** *
     * User-defined settings for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getUserConfigOrBuilder() { return getUserConfig(); } public static final int DEFAULT_CONFIG_FIELD_NUMBER = 3; private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 defaultConfig_; /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return Whether the defaultConfig field is set. */ @java.lang.Override public boolean hasDefaultConfig() { return defaultConfig_ != null; } /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return The defaultConfig. */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultConfig() { return defaultConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : defaultConfig_; } /** *
     * Default configuration for a PostgreSQL 9.6 cluster.
     * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getDefaultConfigOrBuilder() { return getDefaultConfig(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (effectiveConfig_ != null) { output.writeMessage(1, getEffectiveConfig()); } if (userConfig_ != null) { output.writeMessage(2, getUserConfig()); } if (defaultConfig_ != null) { output.writeMessage(3, getDefaultConfig()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (effectiveConfig_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getEffectiveConfig()); } if (userConfig_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getUserConfig()); } if (defaultConfig_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getDefaultConfig()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6)) { return super.equals(obj); } yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 other = (yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6) obj; if (hasEffectiveConfig() != other.hasEffectiveConfig()) return false; if (hasEffectiveConfig()) { if (!getEffectiveConfig() .equals(other.getEffectiveConfig())) return false; } if (hasUserConfig() != other.hasUserConfig()) return false; if (hasUserConfig()) { if (!getUserConfig() .equals(other.getUserConfig())) return false; } if (hasDefaultConfig() != other.hasDefaultConfig()) return false; if (hasDefaultConfig()) { if (!getDefaultConfig() .equals(other.getDefaultConfig())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasEffectiveConfig()) { hash = (37 * hash) + EFFECTIVE_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getEffectiveConfig().hashCode(); } if (hasUserConfig()) { hash = (37 * hash) + USER_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getUserConfig().hashCode(); } if (hasDefaultConfig()) { hash = (37 * hash) + DEFAULT_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getDefaultConfig().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6) yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6OrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_fieldAccessorTable .ensureFieldAccessorsInitialized( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.class, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.Builder.class); } // Construct using yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (effectiveConfigBuilder_ == null) { effectiveConfig_ = null; } else { effectiveConfig_ = null; effectiveConfigBuilder_ = null; } if (userConfigBuilder_ == null) { userConfig_ = null; } else { userConfig_ = null; userConfigBuilder_ = null; } if (defaultConfigBuilder_ == null) { defaultConfig_ = null; } else { defaultConfig_ = null; defaultConfigBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 getDefaultInstanceForType() { return yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.getDefaultInstance(); } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 build() { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 buildPartial() { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 result = new yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6(this); if (effectiveConfigBuilder_ == null) { result.effectiveConfig_ = effectiveConfig_; } else { result.effectiveConfig_ = effectiveConfigBuilder_.build(); } if (userConfigBuilder_ == null) { result.userConfig_ = userConfig_; } else { result.userConfig_ = userConfigBuilder_.build(); } if (defaultConfigBuilder_ == null) { result.defaultConfig_ = defaultConfig_; } else { result.defaultConfig_ = defaultConfigBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6) { return mergeFrom((yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 other) { if (other == yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6.getDefaultInstance()) return this; if (other.hasEffectiveConfig()) { mergeEffectiveConfig(other.getEffectiveConfig()); } if (other.hasUserConfig()) { mergeUserConfig(other.getUserConfig()); } if (other.hasDefaultConfig()) { mergeDefaultConfig(other.getDefaultConfig()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 effectiveConfig_; private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> effectiveConfigBuilder_; /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return Whether the effectiveConfig field is set. */ public boolean hasEffectiveConfig() { return effectiveConfigBuilder_ != null || effectiveConfig_ != null; } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; * @return The effectiveConfig. */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getEffectiveConfig() { if (effectiveConfigBuilder_ == null) { return effectiveConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : effectiveConfig_; } else { return effectiveConfigBuilder_.getMessage(); } } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public Builder setEffectiveConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (effectiveConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } effectiveConfig_ = value; onChanged(); } else { effectiveConfigBuilder_.setMessage(value); } return this; } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public Builder setEffectiveConfig( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder builderForValue) { if (effectiveConfigBuilder_ == null) { effectiveConfig_ = builderForValue.build(); onChanged(); } else { effectiveConfigBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public Builder mergeEffectiveConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (effectiveConfigBuilder_ == null) { if (effectiveConfig_ != null) { effectiveConfig_ = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.newBuilder(effectiveConfig_).mergeFrom(value).buildPartial(); } else { effectiveConfig_ = value; } onChanged(); } else { effectiveConfigBuilder_.mergeFrom(value); } return this; } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public Builder clearEffectiveConfig() { if (effectiveConfigBuilder_ == null) { effectiveConfig_ = null; onChanged(); } else { effectiveConfig_ = null; effectiveConfigBuilder_ = null; } return this; } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder getEffectiveConfigBuilder() { onChanged(); return getEffectiveConfigFieldBuilder().getBuilder(); } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getEffectiveConfigOrBuilder() { if (effectiveConfigBuilder_ != null) { return effectiveConfigBuilder_.getMessageOrBuilder(); } else { return effectiveConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : effectiveConfig_; } } /** *
       * Effective settings for a PostgreSQL 9.6 cluster (a combination of settings defined
       * in [user_config] and [default_config]).
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 effective_config = 1 [(.yandex.cloud.required) = true]; */ private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> getEffectiveConfigFieldBuilder() { if (effectiveConfigBuilder_ == null) { effectiveConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder>( getEffectiveConfig(), getParentForChildren(), isClean()); effectiveConfig_ = null; } return effectiveConfigBuilder_; } private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 userConfig_; private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> userConfigBuilder_; /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return Whether the userConfig field is set. */ public boolean hasUserConfig() { return userConfigBuilder_ != null || userConfig_ != null; } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; * @return The userConfig. */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getUserConfig() { if (userConfigBuilder_ == null) { return userConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : userConfig_; } else { return userConfigBuilder_.getMessage(); } } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public Builder setUserConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (userConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } userConfig_ = value; onChanged(); } else { userConfigBuilder_.setMessage(value); } return this; } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public Builder setUserConfig( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder builderForValue) { if (userConfigBuilder_ == null) { userConfig_ = builderForValue.build(); onChanged(); } else { userConfigBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public Builder mergeUserConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (userConfigBuilder_ == null) { if (userConfig_ != null) { userConfig_ = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.newBuilder(userConfig_).mergeFrom(value).buildPartial(); } else { userConfig_ = value; } onChanged(); } else { userConfigBuilder_.mergeFrom(value); } return this; } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public Builder clearUserConfig() { if (userConfigBuilder_ == null) { userConfig_ = null; onChanged(); } else { userConfig_ = null; userConfigBuilder_ = null; } return this; } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder getUserConfigBuilder() { onChanged(); return getUserConfigFieldBuilder().getBuilder(); } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getUserConfigOrBuilder() { if (userConfigBuilder_ != null) { return userConfigBuilder_.getMessageOrBuilder(); } else { return userConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : userConfig_; } } /** *
       * User-defined settings for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 user_config = 2; */ private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> getUserConfigFieldBuilder() { if (userConfigBuilder_ == null) { userConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder>( getUserConfig(), getParentForChildren(), isClean()); userConfig_ = null; } return userConfigBuilder_; } private yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 defaultConfig_; private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> defaultConfigBuilder_; /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return Whether the defaultConfig field is set. */ public boolean hasDefaultConfig() { return defaultConfigBuilder_ != null || defaultConfig_ != null; } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; * @return The defaultConfig. */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 getDefaultConfig() { if (defaultConfigBuilder_ == null) { return defaultConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : defaultConfig_; } else { return defaultConfigBuilder_.getMessage(); } } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public Builder setDefaultConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (defaultConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } defaultConfig_ = value; onChanged(); } else { defaultConfigBuilder_.setMessage(value); } return this; } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public Builder setDefaultConfig( yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder builderForValue) { if (defaultConfigBuilder_ == null) { defaultConfig_ = builderForValue.build(); onChanged(); } else { defaultConfigBuilder_.setMessage(builderForValue.build()); } return this; } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public Builder mergeDefaultConfig(yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6 value) { if (defaultConfigBuilder_ == null) { if (defaultConfig_ != null) { defaultConfig_ = yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.newBuilder(defaultConfig_).mergeFrom(value).buildPartial(); } else { defaultConfig_ = value; } onChanged(); } else { defaultConfigBuilder_.mergeFrom(value); } return this; } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public Builder clearDefaultConfig() { if (defaultConfigBuilder_ == null) { defaultConfig_ = null; onChanged(); } else { defaultConfig_ = null; defaultConfigBuilder_ = null; } return this; } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder getDefaultConfigBuilder() { onChanged(); return getDefaultConfigFieldBuilder().getBuilder(); } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder getDefaultConfigOrBuilder() { if (defaultConfigBuilder_ != null) { return defaultConfigBuilder_.getMessageOrBuilder(); } else { return defaultConfig_ == null ? yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.getDefaultInstance() : defaultConfig_; } } /** *
       * Default configuration for a PostgreSQL 9.6 cluster.
       * 
* * .yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfig9_6 default_config = 3; */ private com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder> getDefaultConfigFieldBuilder() { if (defaultConfigBuilder_ == null) { defaultConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6.Builder, yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfig9_6OrBuilder>( getDefaultConfig(), getParentForChildren(), isClean()); defaultConfig_ = null; } return defaultConfigBuilder_; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6) } // @@protoc_insertion_point(class_scope:yandex.cloud.mdb.postgresql.v1.config.PostgresqlConfigSet9_6) private static final yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6(); } public static yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PostgresqlConfigSet9_6 parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PostgresqlConfigSet9_6(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public yandex.cloud.api.mdb.postgresql.v1.config.Postgresql96.PostgresqlConfigSet9_6 getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n9yandex/cloud/mdb/postgresql/v1/config/" + "postgresql9_6.proto\022%yandex.cloud.mdb.po" + "stgresql.v1.config\032\036google/protobuf/wrap" + "pers.proto\032\035yandex/cloud/validation.prot" + "o\"\3059\n\023PostgresqlConfig9_6\0224\n\017max_connect" + "ions\030\001 \001(\0132\033.google.protobuf.Int64Value\022" + "3\n\016shared_buffers\030\002 \001(\0132\033.google.protobu" + "f.Int64Value\0221\n\014temp_buffers\030\003 \001(\0132\033.goo" + "gle.protobuf.Int64Value\022>\n\031max_prepared_" + "transactions\030\004 \001(\0132\033.google.protobuf.Int" + "64Value\022-\n\010work_mem\030\005 \001(\0132\033.google.proto" + "buf.Int64Value\0229\n\024maintenance_work_mem\030\006" + " \001(\0132\033.google.protobuf.Int64Value\022<\n\027rep" + "lacement_sort_tuples\030\007 \001(\0132\033.google.prot" + "obuf.Int64Value\0228\n\023autovacuum_work_mem\030\010" + " \001(\0132\033.google.protobuf.Int64Value\0224\n\017tem" + "p_file_limit\030\t \001(\0132\033.google.protobuf.Int" + "64Value\0226\n\021vacuum_cost_delay\030\n \001(\0132\033.goo" + "gle.protobuf.Int64Value\0229\n\024vacuum_cost_p" + "age_hit\030\013 \001(\0132\033.google.protobuf.Int64Val" + "ue\022:\n\025vacuum_cost_page_miss\030\014 \001(\0132\033.goog" + "le.protobuf.Int64Value\022;\n\026vacuum_cost_pa" + "ge_dirty\030\r \001(\0132\033.google.protobuf.Int64Va" + "lue\0226\n\021vacuum_cost_limit\030\016 \001(\0132\033.google." + "protobuf.Int64Value\022A\n\016bgwriter_delay\030\017 " + "\001(\0132\033.google.protobuf.Int64ValueB\014\372\3071\01010" + "-10000\022:\n\025bgwriter_lru_maxpages\030\020 \001(\0132\033." + "google.protobuf.Int64Value\022=\n\027bgwriter_l" + "ru_multiplier\030\021 \001(\0132\034.google.protobuf.Do" + "ubleValue\022E\n\024bgwriter_flush_after\030\022 \001(\0132" + "\033.google.protobuf.Int64ValueB\n\372\3071\0060-2048" + "\022D\n\023backend_flush_after\030\023 \001(\0132\033.google.p" + "rotobuf.Int64ValueB\n\372\3071\0060-2048\022L\n\026old_sn" + "apshot_threshold\030\024 \001(\0132\033.google.protobuf" + ".Int64ValueB\017\372\3071\013-1-86400000\022V\n\twal_leve" + "l\030\025 \001(\0162C.yandex.cloud.mdb.postgresql.v1" + ".config.PostgresqlConfig9_6.WalLevel\022h\n\022" + "synchronous_commit\030\026 \001(\0162L.yandex.cloud." + "mdb.postgresql.v1.config.PostgresqlConfi" + "g9_6.SynchronousCommit\022K\n\022checkpoint_tim" + "eout\030\027 \001(\0132\033.google.protobuf.Int64ValueB" + "\022\372\3071\01630000-86400000\022B\n\034checkpoint_comple" + "tion_target\030\030 \001(\0132\034.google.protobuf.Doub" + "leValue\022G\n\026checkpoint_flush_after\030\031 \001(\0132" + "\033.google.protobuf.Int64ValueB\n\372\3071\0060-2048" + "\0221\n\014max_wal_size\030\032 \001(\0132\033.google.protobuf" + ".Int64Value\0221\n\014min_wal_size\030\033 \001(\0132\033.goog" + "le.protobuf.Int64Value\022@\n\033max_standby_st" + "reaming_delay\030\034 \001(\0132\033.google.protobuf.In" + "t64Value\022>\n\031default_statistics_target\030\035 " + "\001(\0132\033.google.protobuf.Int64Value\022l\n\024cons" + "traint_exclusion\030\036 \001(\0162N.yandex.cloud.md" + "b.postgresql.v1.config.PostgresqlConfig9" + "_6.ConstraintExclusion\022;\n\025cursor_tuple_f" + "raction\030\037 \001(\0132\034.google.protobuf.DoubleVa" + "lue\022J\n\023from_collapse_limit\030 \001(\0132\033.googl" + "e.protobuf.Int64ValueB\020\372\3071\0141-2147483647\022" + "J\n\023join_collapse_limit\030! \001(\0132\033.google.pr" + "otobuf.Int64ValueB\020\372\3071\0141-2147483647\022i\n\023f" + "orce_parallel_mode\030\" \001(\0162L.yandex.cloud." + "mdb.postgresql.v1.config.PostgresqlConfi" + "g9_6.ForceParallelMode\022`\n\023client_min_mes" + "sages\030# \001(\0162C.yandex.cloud.mdb.postgresq" + "l.v1.config.PostgresqlConfig9_6.LogLevel" + "\022]\n\020log_min_messages\030$ \001(\0162C.yandex.clou" + "d.mdb.postgresql.v1.config.PostgresqlCon" + "fig9_6.LogLevel\022d\n\027log_min_error_stateme" + "nt\030% \001(\0162C.yandex.cloud.mdb.postgresql.v" + "1.config.PostgresqlConfig9_6.LogLevel\022?\n" + "\032log_min_duration_statement\030& \001(\0132\033.goog" + "le.protobuf.Int64Value\0223\n\017log_checkpoint" + "s\030\' \001(\0132\032.google.protobuf.BoolValue\0223\n\017l" + "og_connections\030( \001(\0132\032.google.protobuf.B" + "oolValue\0226\n\022log_disconnections\030) \001(\0132\032.g" + "oogle.protobuf.BoolValue\0220\n\014log_duration" + "\030* \001(\0132\032.google.protobuf.BoolValue\022i\n\023lo" + "g_error_verbosity\030+ \001(\0162L.yandex.cloud.m" + "db.postgresql.v1.config.PostgresqlConfig" + "9_6.LogErrorVerbosity\0222\n\016log_lock_waits\030" + ", \001(\0132\032.google.protobuf.BoolValue\022^\n\rlog" + "_statement\030- \001(\0162G.yandex.cloud.mdb.post" + "gresql.v1.config.PostgresqlConfig9_6.Log" + "Statement\0223\n\016log_temp_files\030. \001(\0132\033.goog" + "le.protobuf.Int64Value\022\023\n\013search_path\030/ " + "\001(\t\0220\n\014row_security\0300 \001(\0132\032.google.proto" + "buf.BoolValue\022v\n\035default_transaction_iso" + "lation\0301 \001(\0162O.yandex.cloud.mdb.postgres" + "ql.v1.config.PostgresqlConfig9_6.Transac" + "tionIsolation\0226\n\021statement_timeout\0302 \001(\013" + "2\033.google.protobuf.Int64Value\0221\n\014lock_ti" + "meout\0303 \001(\0132\033.google.protobuf.Int64Value" + "\022H\n#idle_in_transaction_session_timeout\030" + "4 \001(\0132\033.google.protobuf.Int64Value\022\\\n\014by" + "tea_output\0305 \001(\0162F.yandex.cloud.mdb.post" + "gresql.v1.config.PostgresqlConfig9_6.Byt" + "eaOutput\022W\n\txmlbinary\0306 \001(\0162D.yandex.clo" + "ud.mdb.postgresql.v1.config.PostgresqlCo" + "nfig9_6.XmlBinary\022W\n\txmloption\0307 \001(\0162D.y" + "andex.cloud.mdb.postgresql.v1.config.Pos" + "tgresqlConfig9_6.XmlOption\022;\n\026gin_pendin" + "g_list_limit\0308 \001(\0132\033.google.protobuf.Int" + "64Value\0225\n\020deadlock_timeout\0309 \001(\0132\033.goog" + "le.protobuf.Int64Value\022>\n\031max_locks_per_" + "transaction\030: \001(\0132\033.google.protobuf.Int6" + "4Value\022C\n\036max_pred_locks_per_transaction" + "\030; \001(\0132\033.google.protobuf.Int64Value\022/\n\013a" + "rray_nulls\030< \001(\0132\032.google.protobuf.BoolV" + "alue\022b\n\017backslash_quote\030= \001(\0162I.yandex.c" + "loud.mdb.postgresql.v1.config.Postgresql" + "Config9_6.BackslashQuote\0225\n\021default_with" + "_oids\030> \001(\0132\032.google.protobuf.BoolValue\022" + "9\n\025escape_string_warning\030? \001(\0132\032.google." + "protobuf.BoolValue\0228\n\024lo_compat_privileg" + "es\030@ \001(\0132\032.google.protobuf.BoolValue\022?\n\033" + "operator_precedence_warning\030A \001(\0132\032.goog" + "le.protobuf.BoolValue\0229\n\025quote_all_ident" + "ifiers\030B \001(\0132\032.google.protobuf.BoolValue" + "\022?\n\033standard_conforming_strings\030C \001(\0132\032." + "google.protobuf.BoolValue\0228\n\024synchronize" + "_seqscans\030D \001(\0132\032.google.protobuf.BoolVa" + "lue\0229\n\025transform_null_equals\030E \001(\0132\032.goo" + "gle.protobuf.BoolValue\0221\n\rexit_on_error\030" + "F \001(\0132\032.google.protobuf.BoolValue\0223\n\rseq" + "_page_cost\030G \001(\0132\034.google.protobuf.Doubl" + "eValue\0226\n\020random_page_cost\030H \001(\0132\034.googl" + "e.protobuf.DoubleValue\0223\n\017sql_inheritanc" + "e\030I \001(\0132\032.google.protobuf.BoolValue\022E\n\026a" + "utovacuum_max_workers\030J \001(\0132\033.google.pro" + "tobuf.Int64ValueB\010\372\3071\0041-32\022M\n\034autovacuum" + "_vacuum_cost_delay\030K \001(\0132\033.google.protob" + "uf.Int64ValueB\n\372\3071\006-1-100\022O\n\034autovacuum_" + "vacuum_cost_limit\030L \001(\0132\033.google.protobu" + "f.Int64ValueB\014\372\3071\010-1-10000\022J\n\022autovacuum" + "_naptime\030M \001(\0132\033.google.protobuf.Int64Va" + "lueB\021\372\3071\r1000-86400000\022H\n\017archive_timeou" + "t\030N \001(\0132\033.google.protobuf.Int64ValueB\022\372\307" + "1\01610000-86400000\022N\n\031track_activity_query" + "_size\030O \001(\0132\033.google.protobuf.Int64Value" + "B\016\372\3071\n100-102400\022I\n\030effective_io_concurr" + "ency\030P \001(\0132\033.google.protobuf.Int64ValueB" + "\n\372\3071\0060-1000\022M\n\024effective_cache_size\030Q \001(" + "\0132\033.google.protobuf.Int64ValueB\022\372\3071\0160-54" + "9755813888\"S\n\010WalLevel\022\031\n\025WAL_LEVEL_UNSP" + "ECIFIED\020\000\022\025\n\021WAL_LEVEL_REPLICA\020\001\022\025\n\021WAL_" + "LEVEL_LOGICAL\020\002\"\326\001\n\021SynchronousCommit\022\"\n" + "\036SYNCHRONOUS_COMMIT_UNSPECIFIED\020\000\022\031\n\025SYN" + "CHRONOUS_COMMIT_ON\020\001\022\032\n\026SYNCHRONOUS_COMM" + "IT_OFF\020\002\022\034\n\030SYNCHRONOUS_COMMIT_LOCAL\020\003\022#" + "\n\037SYNCHRONOUS_COMMIT_REMOTE_WRITE\020\004\022#\n\037S" + "YNCHRONOUS_COMMIT_REMOTE_APPLY\020\005\"\232\001\n\023Con" + "straintExclusion\022$\n CONSTRAINT_EXCLUSION" + "_UNSPECIFIED\020\000\022\033\n\027CONSTRAINT_EXCLUSION_O" + "N\020\001\022\034\n\030CONSTRAINT_EXCLUSION_OFF\020\002\022\"\n\036CON" + "STRAINT_EXCLUSION_PARTITION\020\003\"\222\001\n\021ForceP" + "arallelMode\022#\n\037FORCE_PARALLEL_MODE_UNSPE" + "CIFIED\020\000\022\032\n\026FORCE_PARALLEL_MODE_ON\020\001\022\033\n\027" + "FORCE_PARALLEL_MODE_OFF\020\002\022\037\n\033FORCE_PARAL" + "LEL_MODE_REGRESS\020\003\"\222\002\n\010LogLevel\022\031\n\025LOG_L" + "EVEL_UNSPECIFIED\020\000\022\024\n\020LOG_LEVEL_DEBUG5\020\001" + "\022\024\n\020LOG_LEVEL_DEBUG4\020\002\022\024\n\020LOG_LEVEL_DEBU" + "G3\020\003\022\024\n\020LOG_LEVEL_DEBUG2\020\004\022\024\n\020LOG_LEVEL_" + "DEBUG1\020\005\022\021\n\rLOG_LEVEL_LOG\020\006\022\024\n\020LOG_LEVEL" + "_NOTICE\020\007\022\025\n\021LOG_LEVEL_WARNING\020\010\022\023\n\017LOG_" + "LEVEL_ERROR\020\t\022\023\n\017LOG_LEVEL_FATAL\020\n\022\023\n\017LO" + "G_LEVEL_PANIC\020\013\"\231\001\n\021LogErrorVerbosity\022#\n" + "\037LOG_ERROR_VERBOSITY_UNSPECIFIED\020\000\022\035\n\031LO" + "G_ERROR_VERBOSITY_TERSE\020\001\022\037\n\033LOG_ERROR_V" + "ERBOSITY_DEFAULT\020\002\022\037\n\033LOG_ERROR_VERBOSIT" + "Y_VERBOSE\020\003\"\212\001\n\014LogStatement\022\035\n\031LOG_STAT" + "EMENT_UNSPECIFIED\020\000\022\026\n\022LOG_STATEMENT_NON" + "E\020\001\022\025\n\021LOG_STATEMENT_DDL\020\002\022\025\n\021LOG_STATEM" + "ENT_MOD\020\003\022\025\n\021LOG_STATEMENT_ALL\020\004\"\346\001\n\024Tra" + "nsactionIsolation\022%\n!TRANSACTION_ISOLATI" + "ON_UNSPECIFIED\020\000\022*\n&TRANSACTION_ISOLATIO" + "N_READ_UNCOMMITTED\020\001\022(\n$TRANSACTION_ISOL" + "ATION_READ_COMMITTED\020\002\022)\n%TRANSACTION_IS" + "OLATION_REPEATABLE_READ\020\003\022&\n\"TRANSACTION" + "_ISOLATION_SERIALIZABLE\020\004\"[\n\013ByteaOutput" + "\022\034\n\030BYTEA_OUTPUT_UNSPECIFIED\020\000\022\024\n\020BYTEA_" + "OUTPUT_HEX\020\001\022\030\n\024BYTEA_OUTPUT_ESCAPED\020\002\"R" + "\n\tXmlBinary\022\032\n\026XML_BINARY_UNSPECIFIED\020\000\022" + "\025\n\021XML_BINARY_BASE64\020\001\022\022\n\016XML_BINARY_HEX" + "\020\002\"X\n\tXmlOption\022\032\n\026XML_OPTION_UNSPECIFIE" + "D\020\000\022\027\n\023XML_OPTION_DOCUMENT\020\001\022\026\n\022XML_OPTI" + "ON_CONTENT\020\002\"\232\001\n\016BackslashQuote\022\037\n\033BACKS" + "LASH_QUOTE_UNSPECIFIED\020\000\022\023\n\017BACKSLASH_QU" + "OTE\020\001\022\026\n\022BACKSLASH_QUOTE_ON\020\002\022\027\n\023BACKSLA" + "SH_QUOTE_OFF\020\003\022!\n\035BACKSLASH_QUOTE_SAFE_E" + "NCODING\020\004\"\231\002\n\026PostgresqlConfigSet9_6\022Z\n\020" + "effective_config\030\001 \001(\0132:.yandex.cloud.md" + "b.postgresql.v1.config.PostgresqlConfig9" + "_6B\004\350\3071\001\022O\n\013user_config\030\002 \001(\0132:.yandex.c" + "loud.mdb.postgresql.v1.config.Postgresql" + "Config9_6\022R\n\016default_config\030\003 \001(\0132:.yand" + "ex.cloud.mdb.postgresql.v1.config.Postgr" + "esqlConfig9_6B\201\001\n)yandex.cloud.api.mdb.p" + "ostgresql.v1.configZTgithub.com/yandex-c" + "loud/go-genproto/yandex/cloud/mdb/postgr" + "esql/v1/config;postgresqlb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.WrappersProto.getDescriptor(), yandex.cloud.api.Validation.getDescriptor(), }); internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfig9_6_descriptor, new java.lang.String[] { "MaxConnections", "SharedBuffers", "TempBuffers", "MaxPreparedTransactions", "WorkMem", "MaintenanceWorkMem", "ReplacementSortTuples", "AutovacuumWorkMem", "TempFileLimit", "VacuumCostDelay", "VacuumCostPageHit", "VacuumCostPageMiss", "VacuumCostPageDirty", "VacuumCostLimit", "BgwriterDelay", "BgwriterLruMaxpages", "BgwriterLruMultiplier", "BgwriterFlushAfter", "BackendFlushAfter", "OldSnapshotThreshold", "WalLevel", "SynchronousCommit", "CheckpointTimeout", "CheckpointCompletionTarget", "CheckpointFlushAfter", "MaxWalSize", "MinWalSize", "MaxStandbyStreamingDelay", "DefaultStatisticsTarget", "ConstraintExclusion", "CursorTupleFraction", "FromCollapseLimit", "JoinCollapseLimit", "ForceParallelMode", "ClientMinMessages", "LogMinMessages", "LogMinErrorStatement", "LogMinDurationStatement", "LogCheckpoints", "LogConnections", "LogDisconnections", "LogDuration", "LogErrorVerbosity", "LogLockWaits", "LogStatement", "LogTempFiles", "SearchPath", "RowSecurity", "DefaultTransactionIsolation", "StatementTimeout", "LockTimeout", "IdleInTransactionSessionTimeout", "ByteaOutput", "Xmlbinary", "Xmloption", "GinPendingListLimit", "DeadlockTimeout", "MaxLocksPerTransaction", "MaxPredLocksPerTransaction", "ArrayNulls", "BackslashQuote", "DefaultWithOids", "EscapeStringWarning", "LoCompatPrivileges", "OperatorPrecedenceWarning", "QuoteAllIdentifiers", "StandardConformingStrings", "SynchronizeSeqscans", "TransformNullEquals", "ExitOnError", "SeqPageCost", "RandomPageCost", "SqlInheritance", "AutovacuumMaxWorkers", "AutovacuumVacuumCostDelay", "AutovacuumVacuumCostLimit", "AutovacuumNaptime", "ArchiveTimeout", "TrackActivityQuerySize", "EffectiveIoConcurrency", "EffectiveCacheSize", }); internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_yandex_cloud_mdb_postgresql_v1_config_PostgresqlConfigSet9_6_descriptor, new java.lang.String[] { "EffectiveConfig", "UserConfig", "DefaultConfig", }); com.google.protobuf.ExtensionRegistry registry = com.google.protobuf.ExtensionRegistry.newInstance(); registry.add(yandex.cloud.api.Validation.required); registry.add(yandex.cloud.api.Validation.value); com.google.protobuf.Descriptors.FileDescriptor .internalUpdateFileDescriptor(descriptor, registry); com.google.protobuf.WrappersProto.getDescriptor(); yandex.cloud.api.Validation.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy