@maxim_mazurok/gapi.client.servicenetworking-v1 0.0.20250602 → 0.0.20250604
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 +17 -17
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250604
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -86,7 +86,7 @@ declare namespace gapi.client {
|
|
|
86
86
|
privateIpv6GoogleAccess?: string;
|
|
87
87
|
/** Optional. Defines the purpose field of the subnet, e.g. 'PRIVATE_SERVICE_CONNECT'. For information about the purposes that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation. */
|
|
88
88
|
purpose?: string;
|
|
89
|
-
/** Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-west1`. */
|
|
89
|
+
/** Required. The name of a [region](https://cloud.google.com/compute/docs/regions-zones) for the subnet, such `europe-west1`. */
|
|
90
90
|
region?: string;
|
|
91
91
|
/** Optional. The starting address of a range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix range is the CIDR range for the subnet. The range must be within the allocated range that is assigned to the private connection. If the CIDR range isn't available, the call fails. */
|
|
92
92
|
requestedAddress?: string;
|
|
@@ -98,7 +98,7 @@ declare namespace gapi.client {
|
|
|
98
98
|
secondaryIpRangeSpecs?: SecondaryIpRangeSpec[];
|
|
99
99
|
/** Optional. Skips validating if the requested_address is in use by SN VPC’s peering group. Compute Engine will still perform this check and fail the request if the requested_address is in use. Note that Compute Engine does not check for the existence of dynamic routes when performing this check. Caller of this API should make sure that there are no dynamic routes overlapping with the requested_address/prefix_length IP address range otherwise the created subnet could cause misrouting. */
|
|
100
100
|
skipRequestedAddressValidation?: boolean;
|
|
101
|
-
/** Required. A name for the new subnet. For information about the naming requirements, see [subnetwork](/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation. */
|
|
101
|
+
/** Required. A name for the new subnet. For information about the naming requirements, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation. */
|
|
102
102
|
subnetwork?: string;
|
|
103
103
|
/** A list of members that are granted the `roles/servicenetworking.subnetworkAdmin` role on the subnet. */
|
|
104
104
|
subnetworkUsers?: string[];
|
|
@@ -258,11 +258,11 @@ declare namespace gapi.client {
|
|
|
258
258
|
version?: string;
|
|
259
259
|
}
|
|
260
260
|
interface CloudSQLConfig {
|
|
261
|
-
/** Peering service used for peering with the Cloud SQL project. */
|
|
261
|
+
/** Required. Peering service used for peering with the Cloud SQL project. */
|
|
262
262
|
service?: string;
|
|
263
|
-
/** The name of the umbrella network in the Cloud SQL umbrella project. */
|
|
263
|
+
/** Required. The name of the umbrella network in the Cloud SQL umbrella project. */
|
|
264
264
|
umbrellaNetwork?: string;
|
|
265
|
-
/** The project number of the Cloud SQL umbrella project. */
|
|
265
|
+
/** Required. The project number of the Cloud SQL umbrella project. */
|
|
266
266
|
umbrellaProject?: string;
|
|
267
267
|
}
|
|
268
268
|
interface CommonLanguageSettings {
|
|
@@ -274,7 +274,7 @@ declare namespace gapi.client {
|
|
|
274
274
|
selectiveGapicGeneration?: SelectiveGapicGeneration;
|
|
275
275
|
}
|
|
276
276
|
interface Connection {
|
|
277
|
-
/** 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. */
|
|
277
|
+
/** 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. */
|
|
278
278
|
network?: string;
|
|
279
279
|
/** Output only. The name of the VPC Network Peering connection that was created by the service producer. */
|
|
280
280
|
peering?: string;
|
|
@@ -799,7 +799,7 @@ declare namespace gapi.client {
|
|
|
799
799
|
interface PeeredDnsDomain {
|
|
800
800
|
/** The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot. */
|
|
801
801
|
dnsSuffix?: string;
|
|
802
|
-
/** 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. */
|
|
802
|
+
/** 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. */
|
|
803
803
|
name?: string;
|
|
804
804
|
}
|
|
805
805
|
interface PeeredDnsDomainMetadata {}
|
|
@@ -922,7 +922,7 @@ declare namespace gapi.client {
|
|
|
922
922
|
interface SearchRangeRequest {
|
|
923
923
|
/** Required. The prefix length of the IP range. Use usual CIDR range notation. For example, '30' to find unused x.x.x.x/30 CIDR range. Actual range will be determined using allocated range for the consumer peered network and returned in the result. */
|
|
924
924
|
ipPrefixLength?: number;
|
|
925
|
-
/** Network name in the consumer project. This network must have been already peered with a shared VPC network using CreateConnection method. Must be in a form 'projects/{project}/global/networks/{network}'. {project} is a project number, as in '12345' {network} is network name. */
|
|
925
|
+
/** Required. Network name in the consumer project. This network must have been already peered with a shared VPC network using CreateConnection method. Must be in a form 'projects/{project}/global/networks/{network}'. {project} is a project number, as in '12345' {network} is network name. */
|
|
926
926
|
network?: string;
|
|
927
927
|
}
|
|
928
928
|
interface SecondaryIpRange {
|
|
@@ -1290,7 +1290,7 @@ declare namespace gapi.client {
|
|
|
1290
1290
|
key?: string;
|
|
1291
1291
|
/** OAuth 2.0 token for the current user. */
|
|
1292
1292
|
oauth_token?: string;
|
|
1293
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
1293
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
1294
1294
|
parent: string;
|
|
1295
1295
|
/** Returns response with indentations and line breaks. */
|
|
1296
1296
|
prettyPrint?: boolean;
|
|
@@ -1319,7 +1319,7 @@ declare namespace gapi.client {
|
|
|
1319
1319
|
key?: string;
|
|
1320
1320
|
/** OAuth 2.0 token for the current user. */
|
|
1321
1321
|
oauth_token?: string;
|
|
1322
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
1322
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
1323
1323
|
parent: string;
|
|
1324
1324
|
/** Returns response with indentations and line breaks. */
|
|
1325
1325
|
prettyPrint?: boolean;
|
|
@@ -1435,7 +1435,7 @@ declare namespace gapi.client {
|
|
|
1435
1435
|
force?: boolean;
|
|
1436
1436
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1437
1437
|
key?: string;
|
|
1438
|
-
/** The private service connection that connects to a service producer organization. The name includes both the private service name and the VPC network peering name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that support this functionality, this is `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`. */
|
|
1438
|
+
/** Required. The private service connection that connects to a service producer organization. The name includes both the private service name and the VPC network peering name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that support this functionality, this is `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`. */
|
|
1439
1439
|
name: string;
|
|
1440
1440
|
/** OAuth 2.0 token for the current user. */
|
|
1441
1441
|
oauth_token?: string;
|
|
@@ -1468,7 +1468,7 @@ declare namespace gapi.client {
|
|
|
1468
1468
|
force?: boolean;
|
|
1469
1469
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1470
1470
|
key?: string;
|
|
1471
|
-
/** The private service connection that connects to a service producer organization. The name includes both the private service name and the VPC network peering name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that support this functionality, this is `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`. */
|
|
1471
|
+
/** Required. The private service connection that connects to a service producer organization. The name includes both the private service name and the VPC network peering name in the format of `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google services that support this functionality, this is `services/servicenetworking.googleapis.com/connections/servicenetworking-googleapis-com`. */
|
|
1472
1472
|
name: string;
|
|
1473
1473
|
/** OAuth 2.0 token for the current user. */
|
|
1474
1474
|
oauth_token?: string;
|
|
@@ -2275,7 +2275,7 @@ declare namespace gapi.client {
|
|
|
2275
2275
|
key?: string;
|
|
2276
2276
|
/** OAuth 2.0 token for the current user. */
|
|
2277
2277
|
oauth_token?: string;
|
|
2278
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2278
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2279
2279
|
parent: string;
|
|
2280
2280
|
/** Returns response with indentations and line breaks. */
|
|
2281
2281
|
prettyPrint?: boolean;
|
|
@@ -2304,7 +2304,7 @@ declare namespace gapi.client {
|
|
|
2304
2304
|
key?: string;
|
|
2305
2305
|
/** OAuth 2.0 token for the current user. */
|
|
2306
2306
|
oauth_token?: string;
|
|
2307
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2307
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2308
2308
|
parent: string;
|
|
2309
2309
|
/** Returns response with indentations and line breaks. */
|
|
2310
2310
|
prettyPrint?: boolean;
|
|
@@ -2333,7 +2333,7 @@ declare namespace gapi.client {
|
|
|
2333
2333
|
key?: string;
|
|
2334
2334
|
/** OAuth 2.0 token for the current user. */
|
|
2335
2335
|
oauth_token?: string;
|
|
2336
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2336
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2337
2337
|
parent: string;
|
|
2338
2338
|
/** Returns response with indentations and line breaks. */
|
|
2339
2339
|
prettyPrint?: boolean;
|
|
@@ -2362,7 +2362,7 @@ declare namespace gapi.client {
|
|
|
2362
2362
|
key?: string;
|
|
2363
2363
|
/** OAuth 2.0 token for the current user. */
|
|
2364
2364
|
oauth_token?: string;
|
|
2365
|
-
/** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2365
|
+
/** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */
|
|
2366
2366
|
parent: string;
|
|
2367
2367
|
/** Returns response with indentations and line breaks. */
|
|
2368
2368
|
prettyPrint?: boolean;
|