View Source API Reference google_api_alloy_db v0.2.0

Modules

API client metadata for GoogleApi.AlloyDB.V1.

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.AlloyDB.V1.

Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.

Message describing Backup object

Message describing a BackupSource.

The request message for Operations.CancelOperation.

Client connection configuration

Operation metadata returned by the CLH during resource state reconciliation.

A cluster is a collection of regional AlloyDB resources. It can include a primary instance and one or more read pool instances. All cluster resources share a storage layer, which scales as needed.

ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster.

ContinuousBackupInfo describes the continuous backup properties of a cluster.

Message describing a ContinuousBackupSource.

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).

EncryptionInfo describes the encryption information of a cluster or a backup.

Message for triggering failover on an Instance

Message for requests to generate a client certificate signed by the Cluster CA.

Message returned by a GenerateClientCertificate operation.

The response message for Locations.ListLocations.

A resource that represents a Google Cloud location.

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.

Message for triggering fault injection on an instance

An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.

Restrictions on INTEGER type values.

Message for response to listing Backups

Message for response to listing Clusters

Message for response to listing Instances

The response message for Operations.ListOperations.

Message for response to listing SupportedDatabaseFlags.

Message for response to listing Users

MachineConfig describes the configuration of a machine.

Subset of the source instance configuration that is available when reading the cluster resource.

Metadata related to network configuration.

Details of a single node in the instance. Nodes in an AlloyDB instance are ephemereal, they can change during update, failover, autohealing and resize operations.

This resource represents a long-running operation that is the result of a network API call.

Represents the metadata of the long-running operation.

Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.

Message for promoting a Cluster

A backup's position in a quantity-based retention queue, of backups with the same source cluster and type, with length, retention, specified by the backup's retention policy. Once the position is greater than the retention, the backup is eligible to be garbage collected. Example: 5 backups from the same source cluster and type with a quantity-based retention of 3 and denoted by backup_id (position, retention). Safe: backup_5 (1, 3), backup_4, (2, 3), backup_3 (3, 3). Awaiting garbage collection: backup_2 (4, 3), backup_1 (5, 3)

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

QueryInsights Instance specific configuration.

Configuration for a read pool instance.

Attributes

  • requestId (type: String.t, default: nil) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
  • validateOnly (type: boolean(), default: nil) - Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the restart.

Message for restoring a Cluster from a backup or another cluster at a given point in time.

Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

Contains compliance information about a security standard indicating unmet recommendations.

Any custom metadata associated with the resource. i.e. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data

Metadata for individual databases created in an instance. i.e. spanner instance can have multiple databases with unique configuration settings.

DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.

DatabaseResourceId will serve as primary key for any resource ingestion event.

Proto representing the access that a user has to a specific feature/service. NextId: 3.

An error that occurred during a backup creation operation.

Attributes

  • quantityBasedRetention (type: integer(), default: nil) -
  • retentionUnit (type: String.t, default: nil) - The unit that 'retained_backups' represents.
  • timeBasedRetention (type: String.t, default: nil) -

Product specification for Condor resources.

Restrictions on STRING type values

SupportedDatabaseFlag gives general information about a database flag, like type and allowed values. This is a static value that is defined on the server side, and it cannot be modified by callers. To set the Database flags on a particular Instance, a caller should modify the Instance.database_flags field.

A time based retention policy specifies that all backups within a certain time period should be retained.

Message describing User object.

The username/password for a database user. Used for specifying initial users at cluster creation time.

A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week. The weekly schedule message is flexible and can be used to create many types of schedules. For example, to have a daily backup that starts at 22:00, configure the start_times field to have one element "22:00" and the days_of_week field to have all seven days of the week.