@maxim_mazurok/gapi.client.servicenetworking-v1beta 0.0.20250603 → 0.0.20250608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://servicenetworking.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250608
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -211,11 +211,11 @@ declare namespace gapi.client {
|
|
|
211
211
|
version?: string;
|
|
212
212
|
}
|
|
213
213
|
interface CloudSQLConfig {
|
|
214
|
-
/** Peering service used for peering with the Cloud SQL project. */
|
|
214
|
+
/** Required. Peering service used for peering with the Cloud SQL project. */
|
|
215
215
|
service?: string;
|
|
216
|
-
/** The name of the umbrella network in the Cloud SQL umbrella project. */
|
|
216
|
+
/** Required. The name of the umbrella network in the Cloud SQL umbrella project. */
|
|
217
217
|
umbrellaNetwork?: string;
|
|
218
|
-
/** The project number of the Cloud SQL umbrella project. */
|
|
218
|
+
/** Required. The project number of the Cloud SQL umbrella project. */
|
|
219
219
|
umbrellaProject?: string;
|
|
220
220
|
}
|
|
221
221
|
interface CommonLanguageSettings {
|
|
@@ -227,7 +227,7 @@ declare namespace gapi.client {
|
|
|
227
227
|
selectiveGapicGeneration?: SelectiveGapicGeneration;
|
|
228
228
|
}
|
|
229
229
|
interface Connection {
|
|
230
|
-
/** The name of service consumer's VPC network that's connected with service producer network, in the following format: `projects/{project}/global/networks/{network}`. `{project}` is a project number, such as in `12345` that includes the VPC service consumer's VPC network. `{network}` is the name of the service consumer's VPC network. */
|
|
230
|
+
/** Required. The name of service consumer's VPC network that's connected with service producer network, in the following format: `projects/{project}/global/networks/{network}`. `{project}` is a project number, such as in `12345` that includes the VPC service consumer's VPC network. `{network}` is the name of the service consumer's VPC network. */
|
|
231
231
|
network?: string;
|
|
232
232
|
/** Output only. The name of the VPC Network Peering connection that was created by the service producer. */
|
|
233
233
|
peering?: string;
|
|
@@ -705,7 +705,7 @@ declare namespace gapi.client {
|
|
|
705
705
|
interface PeeredDnsDomain {
|
|
706
706
|
/** The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot. */
|
|
707
707
|
dnsSuffix?: string;
|
|
708
|
-
/** User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes. */
|
|
708
|
+
/** Required. User assigned name for this resource. Must be unique within the consumer network. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes. */
|
|
709
709
|
name?: string;
|
|
710
710
|
}
|
|
711
711
|
interface PeeredDnsDomainMetadata {}
|