package
0.0.0-20250304111827-f558b88ff434
Repository: https://github.com/yandex-cloud/go-genproto.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Backup created by automated daily schedule.
No description provided by the author
No description provided by the author
No description provided by the author
Base backup.
Backup is creating.
Backup is done.
Delta (incremental) PostgreSQL backup.
Backup created by user request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Cluster is alive and well ([Host.health] for every host in the cluster is ALIVE).
Cluster is being created.
Cluster is inoperable ([Host.health] for every host in the cluster is DEAD).
Cluster is working below capacity ([Host.health] for at least one host in the cluster is not ALIVE).
No description provided by the author
Cluster encountered a problem and cannot operate.
State of the cluster is unknown ([Host.health] for every host in the cluster is UNKNOWN).
Environment with more aggressive update policy: new versions are rolled out irrespective of backward compatibility.
Stable environment with a conservative update policy: only hotfixes are applied during regular maintenance.
Cluster is running normally.
Cluster is starting.
Cluster state is unknown.
Cluster stopped.
Cluster is stopping.
Cluster is being updated.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Session pooling mode.
Statement pooling mode.
Transaction pooling mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The host is performing all its functions normally.
No description provided by the author
The host is inoperable, and cannot perform any of its essential functions.
The host is degraded, and can perform only some of its essential functions.
Health of the host is unknown.
Host is the master PostgreSQL server in the cluster.
No description provided by the author
The host is alive, but in read-only mode.
Host is a replica (standby) PostgreSQL server in the cluster.
Replica type is unknown (we have no data) or it's master.
Role of the host in the cluster is unknown.
No description provided by the author
Logs of connection pooler activity.
Logs of PostgreSQL activity.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Start the maintenance operation immediately.
Start the maintenance operation within the next available maintenance window.
No description provided by the author
Start the maintenance operation at the specific time.
No description provided by the author
No description provided by the author
The server is working normally.
The server is dead or unresponsive.
Health of the server is unknown.
The host is a PgBouncer server.
The host is a PostgreSQL server.
The server is in read-only mode.
Service type of the host is unspecified.
Logs of connection pooler activity.
Logs of PostgreSQL activity.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logs all SQL statements.
Logs all data definition statements (such as `CREATE`, `ALTER`, `DROP` and others).
Logs all statements that fall in the `LOG_STATEMENT_DDL` category plus data-modifying statements (such as `INSERT`, `UPDATE` and others).
Logs none of SQL statements.
No description provided by the author
No description provided by the author
Server connection will be assigned to it for the whole duration the client stays connected.
Server connection will be put back into the pool immediately after a query completes.
Success is reported to the client if the data is in WAL, and WAL is written to the storage of the master server.
Success is reported to the client even if the data is not in WAL.
Success is reported to the client if the data is in WAL (Write-Ahead Log), and WAL is written to the storage of both the master and its synchronous standby server.
Success is reported to the client if the data is in WAL (Write-Ahead Log), WAL is written to the storage of the master server, and its synchronous standby indicates that it has received WAL and applied it.
Success is reported to the client if the data is in WAL, WAL is written to the storage of the master server, and the server's synchronous standby indicates that it has received WAL and written it out to its operating system.
No description provided by the author
Server connection is assigned to a client only during a transaction.
On this level query sees only data committed before the query began.
This level behaves like `TRANSACTION_ISOLATION_READ_COMMITTED` in PostgreSQL.
On this level all subsequent queries in a transaction will see the same rows, that were read by the first `SELECT` or `INSERT` query in this transaction, unchanged (these rows are locked during the first query).
This level provides the strictest transaction isolation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Enum value maps for Backup_BackupCreationType.
Enum value maps for Backup_BackupCreationType.
Enum value maps for Backup_BackupMethod.
Enum value maps for Backup_BackupMethod.
Enum value maps for Backup_BackupStatus.
Enum value maps for Backup_BackupStatus.
BackupRetentionPolicyService_ServiceDesc is the grpc.ServiceDesc for BackupRetentionPolicyService service.
BackupService_ServiceDesc is the grpc.ServiceDesc for BackupService service.
Enum value maps for Cluster_Environment.
Enum value maps for Cluster_Environment.
Enum value maps for Cluster_Health.
Enum value maps for Cluster_Health.
Enum value maps for Cluster_Status.
Enum value maps for Cluster_Status.
ClusterService_ServiceDesc is the grpc.ServiceDesc for ClusterService service.
Enum value maps for ConnectionPoolerConfig_PoolingMode.
Enum value maps for ConnectionPoolerConfig_PoolingMode.
DatabaseService_ServiceDesc is the grpc.ServiceDesc for DatabaseService service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for Host_Health.
Enum value maps for Host_Health.
Enum value maps for Host_ReplicaType.
Enum value maps for Host_ReplicaType.
Enum value maps for Host_Role.
Enum value maps for Host_Role.
Enum value maps for ListClusterLogsRequest_ServiceType.
Enum value maps for ListClusterLogsRequest_ServiceType.
PerformanceDiagnosticsService_ServiceDesc is the grpc.ServiceDesc for PerformanceDiagnosticsService service.
Enum value maps for PGAuditSettings_PGAuditSettingsLog.
Enum value maps for PGAuditSettings_PGAuditSettingsLog.
Enum value maps for RescheduleMaintenanceRequest_RescheduleType.
Enum value maps for RescheduleMaintenanceRequest_RescheduleType.
ResourcePresetService_ServiceDesc is the grpc.ServiceDesc for ResourcePresetService service.
Enum value maps for Service_Health.
Enum value maps for Service_Health.
Enum value maps for Service_Type.
Enum value maps for Service_Type.
Enum value maps for StreamClusterLogsRequest_ServiceType.
Enum value maps for StreamClusterLogsRequest_ServiceType.
Enum value maps for UserPasswordEncryption.
Enum value maps for UserPasswordEncryption.
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service.
Enum value maps for UserSettings_LogStatement.
Enum value maps for UserSettings_LogStatement.
Enum value maps for UserSettings_PoolingMode.
Enum value maps for UserSettings_PoolingMode.
Enum value maps for UserSettings_SynchronousCommit.
Enum value maps for UserSettings_SynchronousCommit.
Enum value maps for UserSettings_TransactionIsolation.
Enum value maps for UserSettings_TransactionIsolation.
Enum value maps for WeeklyMaintenanceWindow_WeekDay.
Enum value maps for WeeklyMaintenanceWindow_WeekDay.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A PostgreSQL Backup resource.
No description provided by the author
No description provided by the author
Message to describe a retention policy for cluster backups.
Message to describe a new retention policy for cluster backups.
A PostgreSQL Cluster resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Message to describe a crontab schedule.
A PostgreSQL Database resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A planned maintenance operation.
A maintenance window settings.
No description provided by the author
No description provided by the author
Monitoring system.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Rescheduled maintenance operation metadata.
No description provided by the author
A ResourcePreset resource for describing hardware configuration presets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedBackupRetentionPolicyServiceServer should be embedded to have forward compatible implementations.
UnimplementedBackupServiceServer should be embedded to have forward compatible implementations.
UnimplementedClusterServiceServer should be embedded to have forward compatible implementations.
UnimplementedDatabaseServiceServer should be embedded to have forward compatible implementations.
UnimplementedPerformanceDiagnosticsServiceServer should be embedded to have forward compatible implementations.
UnimplementedResourcePresetServiceServer should be embedded to have forward compatible implementations.
UnimplementedUserServiceServer should be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A PostgreSQL User resource.
PostgreSQL user settings.
No description provided by the author
Weelky maintenance window settings.
# Interfaces
BackupRetentionPolicyServiceClient is the client API for BackupRetentionPolicyService service.
BackupRetentionPolicyServiceServer is the server API for BackupRetentionPolicyService service.
BackupServiceClient is the client API for BackupService service.
BackupServiceServer is the server API for BackupService service.
ClusterServiceClient is the client API for ClusterService service.
ClusterServiceServer is the server API for ClusterService service.
DatabaseServiceClient is the client API for DatabaseService service.
DatabaseServiceServer is the server API for DatabaseService service.
PerformanceDiagnosticsServiceClient is the client API for PerformanceDiagnosticsService service.
PerformanceDiagnosticsServiceServer is the server API for PerformanceDiagnosticsService service.
ResourcePresetServiceClient is the client API for ResourcePresetService service.
ResourcePresetServiceServer is the server API for ResourcePresetService service.
UnsafeBackupRetentionPolicyServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeBackupServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeClusterServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeDatabaseServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafePerformanceDiagnosticsServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeResourcePresetServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service.
UserServiceClient is the client API for UserService service.
UserServiceServer is the server API for UserService service.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author