You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: ``` "123/environment": "production", "123/costCenter": "marketing" ```
255
+
*/
256
+
tags?: {[key: string]: string}|null;
253
257
/**
254
258
* The backup type, which suggests the trigger for the backup.
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: ``` "123/environment": "production", "123/costCenter": "marketing" ```
* Optional. Specifies the character that should appear before a data character that needs to be escaped. The default is the same as quote character. The value of this argument has to be a character in Hex ASCII Code.
554
+
*/
555
+
escapeCharacter?: string|null;
556
+
/**
557
+
* Optional. Specifies the character that separates columns within each row (line) of the file. The default is comma. The value of this argument has to be a character in Hex ASCII Code.
558
+
*/
559
+
fieldDelimiter?: string|null;
560
+
/**
561
+
* Optional. Specifies the quoting character to be used when a data value is quoted. The default is double-quote. The value of this argument has to be a character in Hex ASCII Code.
562
+
*/
563
+
quoteCharacter?: string|null;
564
+
/**
565
+
* Required. The SELECT query used to extract the data.
566
+
*/
567
+
selectQuery?: string|null;
568
+
}
540
569
/**
541
570
* 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); \}
* Options for exporting data in CSV format. Required field to be set for CSV file type.
601
+
*/
602
+
csvExportOptions?: Schema$CsvExportOptions;
603
+
/**
604
+
* Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from `SELECT current_database();` and NOT as a resource reference.
605
+
*/
606
+
database?: string|null;
607
+
/**
608
+
* Required. Option to export data to cloud storage.
609
+
*/
610
+
gcsDestination?: Schema$GcsDestination;
611
+
/**
612
+
* Options for exporting data in SQL format. Required field to be set for SQL file type.
613
+
*/
614
+
sqlExportOptions?: Schema$SqlExportOptions;
615
+
}
616
+
/**
617
+
* Response of export cluster rpc.
618
+
*/
619
+
exportinterfaceSchema$ExportClusterResponse{
620
+
/**
621
+
* Required. Option to export data to cloud storage.
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
690
+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
623
691
*/
624
692
hours?: number|null;
625
693
/**
626
-
* Minutes of hour of day. Must be from 0 to 59.
694
+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
627
695
*/
628
696
minutes?: number|null;
629
697
/**
630
-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
698
+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
631
699
*/
632
700
nanos?: number|null;
633
701
/**
634
-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
702
+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
635
703
*/
636
704
seconds?: number|null;
637
705
}
@@ -673,7 +741,7 @@ export namespace alloydb_v1 {
673
741
*/
674
742
createTime?: string|null;
675
743
/**
676
-
* Database flags. Set at instance level. * They are copied from primary instance on read instance creation. * Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
744
+
* Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
* The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
1052
+
* Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
985
1053
*/
986
1054
id?: string|null;
987
1055
/**
988
-
* The private IP address of the VM e.g. "10.57.0.34".
1056
+
* Output only. The private IP address of the VM e.g. "10.57.0.34".
989
1057
*/
990
1058
ip?: string|null;
991
1059
/**
992
-
* Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
1060
+
* Output only. Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
993
1061
*/
994
1062
state?: string|null;
995
1063
/**
996
-
* The Compute Engine zone of the VM e.g. "us-central1-b".
1064
+
* Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
* Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
1110
+
* Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
* Optional. Edition represents whether the instance is ENTERPRISE or ENTERPRISE_PLUS. This information is core to Cloud SQL only and is used to identify the edition of the instance.
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
1757
+
*/
1758
+
timestampBasedRetentionTime?: string|null;
1658
1759
}
1659
1760
/**
1660
1761
* Message type for storing tags. Tags provide a way to create annotations for resources, and in some cases conditionally allow or deny policies based on whether a resource has a specific tag.
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
5562
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
5365
5563
*
5366
5564
* @param params - Parameters for request
5367
5565
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
0 commit comments