class documentation

Undocumented

Class __OneOfClass__autovacuum_analyze_scale_factor__ Undocumented
Class __OneOfClass__autovacuum_analyze_scale_factor_autovacuum_analyze_scale_factor__ Undocumented
Class __OneOfClass__autovacuum_naptime__ Undocumented
Class __OneOfClass__autovacuum_naptime_autovacuum_naptime__ Undocumented
Class __OneOfClass__autovacuum_vacuum_cost_delay__ Undocumented
Class __OneOfClass__autovacuum_vacuum_cost_delay_autovacuum_vacuum_cost_delay__ Undocumented
Class __OneOfClass__autovacuum_vacuum_cost_limit__ Undocumented
Class __OneOfClass__autovacuum_vacuum_cost_limit_autovacuum_vacuum_cost_limit__ Undocumented
Class __OneOfClass__autovacuum_vacuum_scale_factor__ Undocumented
Class __OneOfClass__autovacuum_vacuum_scale_factor_autovacuum_vacuum_scale_factor__ Undocumented
Class __OneOfClass__autovacuum_work_mem__ Undocumented
Class __OneOfClass__autovacuum_work_mem_autovacuum_work_mem__ Undocumented
Class __OneOfClass__default_transaction_read_only__ Undocumented
Class __OneOfClass__default_transaction_read_only_default_transaction_read_only__ Undocumented
Class __OneOfClass__idle_in_transaction_session_timeout__ Undocumented
Class __OneOfClass__idle_in_transaction_session_timeout_idle_in_transaction_session_timeout__ Undocumented
Class __OneOfClass__max_connections__ Undocumented
Class __OneOfClass__max_connections_max_connections__ Undocumented
Class __OneOfClass__search_path__ Undocumented
Class __OneOfClass__search_path_search_path__ Undocumented
Class __OneOfClass__shared_buffers__ Undocumented
Class __OneOfClass__shared_buffers_shared_buffers__ Undocumented
Class __OneOfClass__statement_timeout__ Undocumented
Class __OneOfClass__statement_timeout_statement_timeout__ Undocumented
Method __init__ Create a message from a source message and field values.
Method autovacuum_analyze_scale_factor.setter Set or clear the generated autovacuum_analyze_scale_factor field.
Method autovacuum_naptime.setter Set or clear the generated autovacuum_naptime field.
Method autovacuum_vacuum_cost_delay.setter Set or clear the generated autovacuum_vacuum_cost_delay field.
Method autovacuum_vacuum_cost_limit.setter Set or clear the generated autovacuum_vacuum_cost_limit field.
Method autovacuum_vacuum_scale_factor.setter Set or clear the generated autovacuum_vacuum_scale_factor field.
Method autovacuum_work_mem.setter Set or clear the generated autovacuum_work_mem field.
Method default_transaction_read_only.setter Set or clear the generated default_transaction_read_only field.
Method idle_in_transaction_session_timeout.setter Set or clear the generated idle_in_transaction_session_timeout field.
Method max_connections.setter Set or clear the generated max_connections field.
Method search_path.setter Set or clear the generated search_path field.
Method shared_buffers.setter Set or clear the generated shared_buffers field.
Method statement_timeout.setter Set or clear the generated statement_timeout field.
Constant __PROTO_DESCRIPTOR__ Protobuf message descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf message name.
Constant __PY_TO_PB2__ Mapping from Python member names to protobuf names.
Property autovacuum_analyze_scale_factor Undocumented
Property autovacuum_naptime in seconds.
Property autovacuum_vacuum_cost_delay in milliseconds.
Property autovacuum_vacuum_cost_limit Undocumented
Property autovacuum_vacuum_scale_factor Undocumented
Property autovacuum_work_mem in kilobytes.
Property default_transaction_read_only Undocumented
Property idle_in_transaction_session_timeout in milliseconds.
Property max_connections Undocumented
Property search_path Undocumented
Property shared_buffers in kilobytes.
Property statement_timeout in milliseconds.
Property _autovacuum_analyze_scale_factor Undocumented
Property _autovacuum_naptime Undocumented
Property _autovacuum_vacuum_cost_delay Undocumented
Property _autovacuum_vacuum_cost_limit Undocumented
Property _autovacuum_vacuum_scale_factor Undocumented
Property _autovacuum_work_mem Undocumented
Property _default_transaction_read_only Undocumented
Property _idle_in_transaction_session_timeout Undocumented
Property _max_connections Undocumented
Property _search_path Undocumented
Property _shared_buffers Undocumented
Property _statement_timeout Undocumented

Inherited from Message:

Class Method from_json Create a message from protobuf JSON mapping.
Class Method FromString Create a message by parsing protobuf wire-format bytes.
Class Method get_descriptor Return the message descriptor from the registry.
Class Method is_credentials Return True if a Python field contains credentials.
Class Method is_sensitive Return True if a Python field has the sensitive annotation.
Method __dir__ List generated fields, oneofs, and nested declarations.
Method __repr__ Render non-default fields without disclosing annotated secrets.
Method ByteSize Return the serialized protobuf wire size in bytes.
Method check_presence Check presence using a generated Python field name.
Method Clear Clear all fields, extensions, unknown fields, and the reset mask.
Method clear_extension Clear an extension value.
Method ClearField Clear a protobuf field or oneof and record it in the reset mask.
Method CopyFrom Replace this message with an independent copy of another message.
Method FindInitializationErrors Return paths of missing required fields.
Method get_extension Return an extension value.
Method get_full_update_reset_mask Create a reset mask from the current protobuf state.
Method get_mask Return the reset mask for field changes.
Method has_extension Return True if an extension has explicit presence.
Method HasField Return True if a protobuf field or oneof has explicit presence.
Method is_default Return True if a generated field has its default value.
Method IsInitialized Return True if every required field is initialized.
Method MergeFrom Merge fields from another message of the same generated type.
Method MergeFromString Merge protobuf wire-format bytes into this message.
Method ParseFromString Parse protobuf wire-format bytes and replace this message.
Method SerializeToString Serialize the message using protobuf wire format.
Method set_extension Set an extension value.
Method set_mask Set the reset mask for this message.
Method to_json Serialize this message using protobuf JSON mapping.
Method which_field_in_oneof Return the selected Python field name for a protobuf oneof.
Method WhichOneof Return the selected protobuf field name for a oneof.
Constant __EXTENSION_REGISTRY__ Registry that decodes protobuf extensions.
Constant __FIELDS__ Runtime field data that the generator creates.
Constant __MAX_NESTING_DEPTH__ Maximum protobuf nesting depth for serialization, parsing, and initialization checks.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the message and its descriptor.
Property Extensions Provide protobuf-compatible mapping access to extension values.
Class Method _fields_by_number Undocumented
Class Method _fields_by_proto_name Undocumented
Class Method _fields_by_python_name Undocumented
Class Method _from_string Deserialize internally without invoking generated user warnings.
Class Method _oneof_python_name Undocumented
Class Method _public_fields_by_proto_name Undocumented
Class Method _public_fields_by_python_name Undocumented
Static Method _format_map_key Undocumented
Static Method _repr_field Undocumented
Method _bind_child Undocumented
Method _bind_mutation Undocumented
Method _check_same_type Undocumented
Method _child_changed Undocumented
Method _clear_state Undocumented
Method _closed_enum_unknown Undocumented
Method _converted_view Undocumented
Method _decode_map_entry Undocumented
Method _detach_child Undocumented
Method _field_has_value Undocumented
Method _field_is_default Undocumented
Method _find_initialization_errors Undocumented
Method _get_field Undocumented
Method _map Undocumented
Method _merge_from_string Undocumented
Method _nesting_limit Undocumented
Method _notify Undocumented
Method _record_reset Undocumented
Method _repeated Undocumented
Method _select Undocumented
Method _serialize_to_string Undocumented
Method _set_field Undocumented
Method _suspend_mutation Undocumented
Method _suspend_reset_mask Undocumented
Method _try_decode_field Undocumented
Method _write_field Undocumented
Instance Variable _extensions Undocumented
Instance Variable _mutation_suspended Undocumented
Instance Variable _on_mutation Undocumented
Instance Variable _oneofs Undocumented
Instance Variable _present Undocumented
Instance Variable _reset_mask Undocumented
Instance Variable _reset_mask_suspended Undocumented
Instance Variable _unknown_fields Undocumented
Instance Variable _values Undocumented
Instance Variable _views Undocumented
def __init__(self, initial_message: SerializableMessage | None = None, *, autovacuum_work_mem: int | None | UnsetType = _NEBIUS_UNSET, statement_timeout: int | None | UnsetType = _NEBIUS_UNSET, idle_in_transaction_session_timeout: int | None | UnsetType = _NEBIUS_UNSET, autovacuum_vacuum_cost_delay: int | None | UnsetType = _NEBIUS_UNSET, autovacuum_vacuum_cost_limit: int | None | UnsetType = _NEBIUS_UNSET, autovacuum_naptime: int | None | UnsetType = _NEBIUS_UNSET, autovacuum_vacuum_scale_factor: float | None | UnsetType = _NEBIUS_UNSET, autovacuum_analyze_scale_factor: float | None | UnsetType = _NEBIUS_UNSET, default_transaction_read_only: bool | None | UnsetType = _NEBIUS_UNSET, search_path: str | None | UnsetType = _NEBIUS_UNSET, max_connections: int | None | UnsetType = _NEBIUS_UNSET, shared_buffers: int | None | UnsetType = _NEBIUS_UNSET): (source)

Create a message from a source message and field values.

@autovacuum_analyze_scale_factor.setter
def autovacuum_analyze_scale_factor(self, value: float | None): (source)

Set or clear the generated autovacuum_analyze_scale_factor field.

@autovacuum_naptime.setter
def autovacuum_naptime(self, value: int | None): (source)

Set or clear the generated autovacuum_naptime field.

@autovacuum_vacuum_cost_delay.setter
def autovacuum_vacuum_cost_delay(self, value: int | None): (source)

Set or clear the generated autovacuum_vacuum_cost_delay field.

@autovacuum_vacuum_cost_limit.setter
def autovacuum_vacuum_cost_limit(self, value: int | None): (source)

Set or clear the generated autovacuum_vacuum_cost_limit field.

@autovacuum_vacuum_scale_factor.setter
def autovacuum_vacuum_scale_factor(self, value: float | None): (source)

Set or clear the generated autovacuum_vacuum_scale_factor field.

@autovacuum_work_mem.setter
def autovacuum_work_mem(self, value: int | None): (source)

Set or clear the generated autovacuum_work_mem field.

@default_transaction_read_only.setter
def default_transaction_read_only(self, value: bool | None): (source)

Set or clear the generated default_transaction_read_only field.

@idle_in_transaction_session_timeout.setter
def idle_in_transaction_session_timeout(self, value: int | None): (source)

Set or clear the generated idle_in_transaction_session_timeout field.

@max_connections.setter
def max_connections(self, value: int | None): (source)

Set or clear the generated max_connections field.

@search_path.setter
def search_path(self, value: str | None): (source)

Set or clear the generated search_path field.

@shared_buffers.setter
def shared_buffers(self, value: int | None): (source)

Set or clear the generated shared_buffers field.

@statement_timeout.setter
def statement_timeout(self, value: int | None): (source)

Set or clear the generated statement_timeout field.

__PROTO_DESCRIPTOR__ = (source)

Protobuf message descriptor from the registry.

Value
REGISTRY.message_descriptor('nebius.msp.postgresql.v1alpha1.config.PostgresqlCon
fig16')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf message name.

Value
'nebius.msp.postgresql.v1alpha1.config.PostgresqlConfig16'
__PY_TO_PB2__: dict[str, str] = (source)

Mapping from Python member names to protobuf names.

Value
{'autovacuum_work_mem': 'autovacuum_work_mem',
 'statement_timeout': 'statement_timeout',
 'idle_in_transaction_session_timeout': 'idle_in_transaction_session_timeout',
 'autovacuum_vacuum_cost_delay': 'autovacuum_vacuum_cost_delay',
 'autovacuum_vacuum_cost_limit': 'autovacuum_vacuum_cost_limit',
 'autovacuum_naptime': 'autovacuum_naptime',
 'autovacuum_vacuum_scale_factor': 'autovacuum_vacuum_scale_factor',
...
@_NebiusProperty
autovacuum_analyze_scale_factor: float | None = (source)

Undocumented

@_NebiusProperty
autovacuum_naptime: int | None = (source)

in seconds.

@_NebiusProperty
autovacuum_vacuum_cost_delay: int | None = (source)

in milliseconds.

@_NebiusProperty
autovacuum_vacuum_cost_limit: int | None = (source)

Undocumented

@_NebiusProperty
autovacuum_vacuum_scale_factor: float | None = (source)

Undocumented

@_NebiusProperty
autovacuum_work_mem: int | None = (source)

in kilobytes.

@_NebiusProperty
default_transaction_read_only: bool | None = (source)

Undocumented

@_NebiusProperty
idle_in_transaction_session_timeout: int | None = (source)

in milliseconds.

@_NebiusProperty
max_connections: int | None = (source)

Undocumented

@_NebiusProperty
search_path: str | None = (source)

Undocumented

@_NebiusProperty
shared_buffers: int | None = (source)

in kilobytes.

@_NebiusProperty
statement_timeout: int | None = (source)

in milliseconds.

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented