@googleapis/servicenetworking 0.3.0 → 4.4.0

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/v1.ts CHANGED
@@ -212,6 +212,10 @@ export namespace servicenetworking_v1 {
212
212
  * Request to create a subnetwork in a previously peered service network.
213
213
  */
214
214
  export interface Schema$AddSubnetworkRequest {
215
+ /**
216
+ * Optional. The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not.
217
+ */
218
+ checkServiceNetworkingUsePermission?: boolean | null;
215
219
  /**
216
220
  * Required. A resource that represents the service consumer, such as `projects/123456`. The project number can be different from the value in the consumer network parameter. For example, the network might be part of a Shared VPC network. In those cases, Service Networking validates that this resource belongs to that Shared VPC.
217
221
  */
@@ -228,6 +232,18 @@ export namespace servicenetworking_v1 {
228
232
  * Required. The prefix length of the subnet's IP address range. Use CIDR range notation, such as `30` to provision a subnet with an `x.x.x.x/30` CIDR range. The IP address range is drawn from a pool of available ranges in the service consumer's allocated range.
229
233
  */
230
234
  ipPrefixLength?: number | null;
235
+ /**
236
+ * Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this primary IP range.
237
+ */
238
+ outsideAllocationPublicIpRange?: string | null;
239
+ /**
240
+ * Optional. The private IPv6 google access type for the VMs in this subnet. For information about the access types that can be set using this field, see [subnetwork](https://cloud.google.com/compute/docs/reference/rest/v1/subnetworks) in the Compute API documentation.
241
+ */
242
+ privateIpv6GoogleAccess?: string | null;
243
+ /**
244
+ * 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.
245
+ */
246
+ purpose?: string | null;
231
247
  /**
232
248
  * Required. The name of a [region](/compute/docs/regions-zones) for the subnet, such `europe-west1`.
233
249
  */
@@ -287,7 +303,7 @@ export namespace servicenetworking_v1 {
287
303
  version?: string | null;
288
304
  }
289
305
  /**
290
- * `Authentication` defines the authentication configuration for an API. Example for an API targeted for external use: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
306
+ * `Authentication` defines the authentication configuration for API methods provided by an API service. Example: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth - selector: google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/auth/calendar.read
291
307
  */
292
308
  export interface Schema$Authentication {
293
309
  /**
@@ -391,10 +407,6 @@ export namespace servicenetworking_v1 {
391
407
  * The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
392
408
  */
393
409
  jwtAudience?: string | null;
394
- /**
395
- * Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.
396
- */
397
- minDeadline?: number | null;
398
410
  /**
399
411
  * The number of seconds to wait for the completion of a long running operation. The default is no deadline.
400
412
  */
@@ -553,11 +565,11 @@ export namespace servicenetworking_v1 {
553
565
  selector?: string | null;
554
566
  }
555
567
  /**
556
- * Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.
568
+ * Selects and configures the service controller used by the service. The service controller handles two things: - **What is allowed:** for each API request, Chemist checks the project status, activation status, abuse status, billing status, service status, location restrictions, VPC Service Controls, SuperQuota, and other policies. - **What has happened:** for each API response, Chemist reports the telemetry data to analytics, auditing, billing, eventing, logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data not associated with API traffic, such as billing metrics. Example: control: environment: servicecontrol.googleapis.com
557
569
  */
558
570
  export interface Schema$Control {
559
571
  /**
560
- * The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
572
+ * The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
561
573
  */
562
574
  environment?: string | null;
563
575
  }
@@ -685,7 +697,7 @@ export namespace servicenetworking_v1 {
685
697
  */
686
698
  serviceRootUrl?: string | null;
687
699
  /**
688
- * A short summary of what the service does. Can only be provided by plain text.
700
+ * A short description of what the service does. The summary must be plain text. It becomes the overview of the service displayed in Google Cloud Console. NOTE: This field is equivalent to the standard field `description`.
689
701
  */
690
702
  summary?: string | null;
691
703
  }
@@ -698,11 +710,11 @@ export namespace servicenetworking_v1 {
698
710
  */
699
711
  deprecationDescription?: string | null;
700
712
  /**
701
- * Description of the selected API(s).
713
+ * Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
702
714
  */
703
715
  description?: string | null;
704
716
  /**
705
- * The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
717
+ * The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
706
718
  */
707
719
  selector?: string | null;
708
720
  }
@@ -720,13 +732,9 @@ export namespace servicenetworking_v1 {
720
732
  consumerNetwork?: string | null;
721
733
  }
722
734
  /**
723
- * `Endpoint` describes a network endpoint of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example service configuration: name: library-example.googleapis.com endpoints: # Below entry makes 'google.example.library.v1.Library' # API be served from endpoint address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to be passed to the backend, for # it to decide whether the subsequent cross-origin request is # allowed to proceed. - name: library-example.googleapis.com allow_cors: true
735
+ * `Endpoint` describes a network address of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example: type: google.api.Service name: library-example.googleapis.com endpoints: # Declares network address `https://library-example.googleapis.com` # for service `library-example.googleapis.com`. The `https` scheme # is implicit for all service endpoints. Other schemes may be # supported in the future. - name: library-example.googleapis.com allow_cors: false - name: content-staging-library-example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API frontend, for it # to decide whether the subsequent cross-origin request is allowed # to proceed. allow_cors: true
724
736
  */
725
737
  export interface Schema$Endpoint {
726
- /**
727
- * DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
728
- */
729
- aliases?: string[] | null;
730
738
  /**
731
739
  * Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
732
740
  */
@@ -1206,7 +1214,7 @@ export namespace servicenetworking_v1 {
1206
1214
  */
1207
1215
  name?: string | null;
1208
1216
  /**
1209
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL.
1217
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1210
1218
  */
1211
1219
  type?: string | null;
1212
1220
  }
@@ -1288,7 +1296,7 @@ export namespace servicenetworking_v1 {
1288
1296
  */
1289
1297
  export interface Schema$Page {
1290
1298
  /**
1291
- * The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file.
1299
+ * The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.
1292
1300
  */
1293
1301
  content?: string | null;
1294
1302
  /**
@@ -1300,12 +1308,16 @@ export namespace servicenetworking_v1 {
1300
1308
  */
1301
1309
  subpages?: Schema$Page[];
1302
1310
  }
1311
+ /**
1312
+ * Metadata provided through GetOperation request for the LRO generated by Partial Delete Connection API
1313
+ */
1314
+ export interface Schema$PartialDeleteConnectionMetadata {}
1303
1315
  /**
1304
1316
  * DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.
1305
1317
  */
1306
1318
  export interface Schema$PeeredDnsDomain {
1307
1319
  /**
1308
- * The DNS domain name suffix e.g. `example.com.`.
1320
+ * The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
1309
1321
  */
1310
1322
  dnsSuffix?: string | null;
1311
1323
  /**
@@ -1517,6 +1529,10 @@ export namespace servicenetworking_v1 {
1517
1529
  * Required. The prefix length of the secondary IP range. Use CIDR range notation, such as `30` to provision a secondary IP range with an `x.x.x.x/30` CIDR range. The IP address range is drawn from a pool of available ranges in the service consumer's allocated range.
1518
1530
  */
1519
1531
  ipPrefixLength?: number | null;
1532
+ /**
1533
+ * Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this secondary IP range.
1534
+ */
1535
+ outsideAllocationPublicIpRange?: string | null;
1520
1536
  /**
1521
1537
  * Required. A name for the secondary IP range. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
1522
1538
  */
@@ -1527,7 +1543,7 @@ export namespace servicenetworking_v1 {
1527
1543
  requestedAddress?: string | null;
1528
1544
  }
1529
1545
  /**
1530
- * `Service` is the root object of Google service configuration schema. It describes basic information about a service, such as the name and the title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. See each proto message definition for details. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
1546
+ * `Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*" restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
1531
1547
  */
1532
1548
  export interface Schema$Service {
1533
1549
  /**
@@ -1571,7 +1587,7 @@ export namespace servicenetworking_v1 {
1571
1587
  */
1572
1588
  endpoints?: Schema$Endpoint[];
1573
1589
  /**
1574
- * A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name. Example: enums: - name: google.someapi.v1.SomeEnum
1590
+ * A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1575
1591
  */
1576
1592
  enums?: Schema$Enum[];
1577
1593
  /**
@@ -1627,11 +1643,11 @@ export namespace servicenetworking_v1 {
1627
1643
  */
1628
1644
  systemTypes?: Schema$Type[];
1629
1645
  /**
1630
- * The product title for this service.
1646
+ * The product title for this service, it is the name displayed in Google Cloud Console.
1631
1647
  */
1632
1648
  title?: string | null;
1633
1649
  /**
1634
- * A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name. Example: types: - name: google.protobuf.Int32
1650
+ * A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32
1635
1651
  */
1636
1652
  types?: Schema$Type[];
1637
1653
  /**
@@ -1840,6 +1856,10 @@ export namespace servicenetworking_v1 {
1840
1856
  skipServiceControl?: boolean | null;
1841
1857
  }
1842
1858
  export interface Schema$ValidateConsumerConfigRequest {
1859
+ /**
1860
+ * Optional. The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not.
1861
+ */
1862
+ checkServiceNetworkingUsePermission?: boolean | null;
1843
1863
  /**
1844
1864
  * Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project\}/global/networks/{network\} {project\} is a project number, as in '12345' {network\} is network name.
1845
1865
  */
@@ -2512,10 +2532,14 @@ export namespace servicenetworking_v1 {
2512
2532
  * requestBody: {
2513
2533
  * // request body parameters
2514
2534
  * // {
2535
+ * // "checkServiceNetworkingUsePermission": false,
2515
2536
  * // "consumer": "my_consumer",
2516
2537
  * // "consumerNetwork": "my_consumerNetwork",
2517
2538
  * // "description": "my_description",
2518
2539
  * // "ipPrefixLength": 0,
2540
+ * // "outsideAllocationPublicIpRange": "my_outsideAllocationPublicIpRange",
2541
+ * // "privateIpv6GoogleAccess": "my_privateIpv6GoogleAccess",
2542
+ * // "purpose": "my_purpose",
2519
2543
  * // "region": "my_region",
2520
2544
  * // "requestedAddress": "my_requestedAddress",
2521
2545
  * // "requestedRanges": [],
@@ -3106,6 +3130,7 @@ export namespace servicenetworking_v1 {
3106
3130
  * requestBody: {
3107
3131
  * // request body parameters
3108
3132
  * // {
3133
+ * // "checkServiceNetworkingUsePermission": false,
3109
3134
  * // "consumerNetwork": "my_consumerNetwork",
3110
3135
  * // "consumerProject": {},
3111
3136
  * // "rangeReservation": {},
@@ -4764,9 +4789,10 @@ export namespace servicenetworking_v1 {
4764
4789
  peeredDnsDomains: Resource$Services$Projects$Global$Networks$Peereddnsdomains;
4765
4790
  constructor(context: APIRequestContext) {
4766
4791
  this.context = context;
4767
- this.peeredDnsDomains = new Resource$Services$Projects$Global$Networks$Peereddnsdomains(
4768
- this.context
4769
- );
4792
+ this.peeredDnsDomains =
4793
+ new Resource$Services$Projects$Global$Networks$Peereddnsdomains(
4794
+ this.context
4795
+ );
4770
4796
  }
4771
4797
 
4772
4798
  /**
@@ -4938,21 +4964,22 @@ export namespace servicenetworking_v1 {
4938
4964
  * google.options({auth: authClient});
4939
4965
  *
4940
4966
  * // Do the magic
4941
- * const res = await servicenetworking.services.projects.global.networks.updateConsumerConfig(
4942
- * {
4943
- * // Required. Parent resource identifying the connection for which the consumer config is being updated in the format: `services/{service\}/projects/{project\}/global/networks/{network\}` {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network.
4944
- * parent:
4945
- * 'services/my-service/projects/my-project/global/networks/my-network',
4946
- *
4947
- * // Request body metadata
4948
- * requestBody: {
4949
- * // request body parameters
4950
- * // {
4951
- * // "consumerConfig": {}
4952
- * // }
4953
- * },
4954
- * }
4955
- * );
4967
+ * const res =
4968
+ * await servicenetworking.services.projects.global.networks.updateConsumerConfig(
4969
+ * {
4970
+ * // Required. Parent resource identifying the connection for which the consumer config is being updated in the format: `services/{service\}/projects/{project\}/global/networks/{network\}` {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network.
4971
+ * parent:
4972
+ * 'services/my-service/projects/my-project/global/networks/my-network',
4973
+ *
4974
+ * // Request body metadata
4975
+ * requestBody: {
4976
+ * // request body parameters
4977
+ * // {
4978
+ * // "consumerConfig": {}
4979
+ * // }
4980
+ * },
4981
+ * }
4982
+ * );
4956
4983
  * console.log(res.data);
4957
4984
  *
4958
4985
  * // Example response
@@ -5022,7 +5049,8 @@ export namespace servicenetworking_v1 {
5022
5049
 
5023
5050
  if (typeof paramsOrCallback === 'function') {
5024
5051
  callback = paramsOrCallback;
5025
- params = {} as Params$Resource$Services$Projects$Global$Networks$Updateconsumerconfig;
5052
+ params =
5053
+ {} as Params$Resource$Services$Projects$Global$Networks$Updateconsumerconfig;
5026
5054
  options = {};
5027
5055
  }
5028
5056
 
@@ -5115,22 +5143,23 @@ export namespace servicenetworking_v1 {
5115
5143
  * google.options({auth: authClient});
5116
5144
  *
5117
5145
  * // Do the magic
5118
- * const res = await servicenetworking.services.projects.global.networks.peeredDnsDomains.create(
5119
- * {
5120
- * // Required. Parent resource identifying the connection for which the peered DNS domain will be created in the format: `services/{service\}/projects/{project\}/global/networks/{network\}` {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network.
5121
- * parent:
5122
- * 'services/my-service/projects/my-project/global/networks/my-network',
5123
- *
5124
- * // Request body metadata
5125
- * requestBody: {
5126
- * // request body parameters
5127
- * // {
5128
- * // "dnsSuffix": "my_dnsSuffix",
5129
- * // "name": "my_name"
5130
- * // }
5131
- * },
5132
- * }
5133
- * );
5146
+ * const res =
5147
+ * await servicenetworking.services.projects.global.networks.peeredDnsDomains.create(
5148
+ * {
5149
+ * // Required. Parent resource identifying the connection for which the peered DNS domain will be created in the format: `services/{service\}/projects/{project\}/global/networks/{network\}` {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network.
5150
+ * parent:
5151
+ * 'services/my-service/projects/my-project/global/networks/my-network',
5152
+ *
5153
+ * // Request body metadata
5154
+ * requestBody: {
5155
+ * // request body parameters
5156
+ * // {
5157
+ * // "dnsSuffix": "my_dnsSuffix",
5158
+ * // "name": "my_name"
5159
+ * // }
5160
+ * },
5161
+ * }
5162
+ * );
5134
5163
  * console.log(res.data);
5135
5164
  *
5136
5165
  * // Example response
@@ -5198,7 +5227,8 @@ export namespace servicenetworking_v1 {
5198
5227
 
5199
5228
  if (typeof paramsOrCallback === 'function') {
5200
5229
  callback = paramsOrCallback;
5201
- params = {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$Create;
5230
+ params =
5231
+ {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$Create;
5202
5232
  options = {};
5203
5233
  }
5204
5234
 
@@ -5264,13 +5294,13 @@ export namespace servicenetworking_v1 {
5264
5294
  * google.options({auth: authClient});
5265
5295
  *
5266
5296
  * // Do the magic
5267
- * const res = await servicenetworking.services.projects.global.networks.peeredDnsDomains.delete(
5268
- * {
5269
- * // Required. The name of the peered DNS domain to delete in the format: `services/{service\}/projects/{project\}/global/networks/{network\}/peeredDnsDomains/{name\}`. {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network. {name\} is the name of the peered DNS domain.
5270
- * name:
5271
- * 'services/my-service/projects/my-project/global/networks/my-network/peeredDnsDomains/my-peeredDnsDomain',
5272
- * }
5273
- * );
5297
+ * const res =
5298
+ * await servicenetworking.services.projects.global.networks.peeredDnsDomains.delete(
5299
+ * {
5300
+ * // Required. The name of the peered DNS domain to delete in the format: `services/{service\}/projects/{project\}/global/networks/{network\}/peeredDnsDomains/{name\}`. {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is the number of the project that contains the service consumer's VPC network e.g. `12345`. {network\} is the name of the service consumer's VPC network. {name\} is the name of the peered DNS domain.
5301
+ * name: 'services/my-service/projects/my-project/global/networks/my-network/peeredDnsDomains/my-peeredDnsDomain',
5302
+ * }
5303
+ * );
5274
5304
  * console.log(res.data);
5275
5305
  *
5276
5306
  * // Example response
@@ -5338,7 +5368,8 @@ export namespace servicenetworking_v1 {
5338
5368
 
5339
5369
  if (typeof paramsOrCallback === 'function') {
5340
5370
  callback = paramsOrCallback;
5341
- params = {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$Delete;
5371
+ params =
5372
+ {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$Delete;
5342
5373
  options = {};
5343
5374
  }
5344
5375
 
@@ -5401,13 +5432,14 @@ export namespace servicenetworking_v1 {
5401
5432
  * google.options({auth: authClient});
5402
5433
  *
5403
5434
  * // Do the magic
5404
- * const res = await servicenetworking.services.projects.global.networks.peeredDnsDomains.list(
5405
- * {
5406
- * // Required. Parent resource identifying the connection which owns this collection of peered DNS domains in the format: `services/{service\}/projects/{project\}/global/networks/{network\}`. {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is a project number e.g. `12345` that contains the service consumer's VPC network. {network\} is the name of the service consumer's VPC network.
5407
- * parent:
5408
- * 'services/my-service/projects/my-project/global/networks/my-network',
5409
- * }
5410
- * );
5435
+ * const res =
5436
+ * await servicenetworking.services.projects.global.networks.peeredDnsDomains.list(
5437
+ * {
5438
+ * // Required. Parent resource identifying the connection which owns this collection of peered DNS domains in the format: `services/{service\}/projects/{project\}/global/networks/{network\}`. {service\} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. {project\} is a project number e.g. `12345` that contains the service consumer's VPC network. {network\} is the name of the service consumer's VPC network.
5439
+ * parent:
5440
+ * 'services/my-service/projects/my-project/global/networks/my-network',
5441
+ * }
5442
+ * );
5411
5443
  * console.log(res.data);
5412
5444
  *
5413
5445
  * // Example response
@@ -5478,7 +5510,8 @@ export namespace servicenetworking_v1 {
5478
5510
 
5479
5511
  if (typeof paramsOrCallback === 'function') {
5480
5512
  callback = paramsOrCallback;
5481
- params = {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$List;
5513
+ params =
5514
+ {} as Params$Resource$Services$Projects$Global$Networks$Peereddnsdomains$List;
5482
5515
  options = {};
5483
5516
  }
5484
5517
 
package/v1beta.ts CHANGED
@@ -232,7 +232,7 @@ export namespace servicenetworking_v1beta {
232
232
  version?: string | null;
233
233
  }
234
234
  /**
235
- * `Authentication` defines the authentication configuration for an API. Example for an API targeted for external use: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
235
+ * `Authentication` defines the authentication configuration for API methods provided by an API service. Example: name: calendar.googleapis.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth - selector: google.calendar.Delegate oauth: canonical_scopes: https://www.googleapis.com/auth/calendar.read
236
236
  */
237
237
  export interface Schema$Authentication {
238
238
  /**
@@ -336,10 +336,6 @@ export namespace servicenetworking_v1beta {
336
336
  * The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP "authorization" header, and sent to the backend.
337
337
  */
338
338
  jwtAudience?: string | null;
339
- /**
340
- * Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.
341
- */
342
- minDeadline?: number | null;
343
339
  /**
344
340
  * The number of seconds to wait for the completion of a long running operation. The default is no deadline.
345
341
  */
@@ -485,11 +481,11 @@ export namespace servicenetworking_v1beta {
485
481
  selector?: string | null;
486
482
  }
487
483
  /**
488
- * Selects and configures the service controller used by the service. The service controller handles features like abuse, quota, billing, logging, monitoring, etc.
484
+ * Selects and configures the service controller used by the service. The service controller handles two things: - **What is allowed:** for each API request, Chemist checks the project status, activation status, abuse status, billing status, service status, location restrictions, VPC Service Controls, SuperQuota, and other policies. - **What has happened:** for each API response, Chemist reports the telemetry data to analytics, auditing, billing, eventing, logging, monitoring, sawmill, and tracing. Chemist also accepts telemetry data not associated with API traffic, such as billing metrics. Example: control: environment: servicecontrol.googleapis.com
489
485
  */
490
486
  export interface Schema$Control {
491
487
  /**
492
- * The service control environment to use. If empty, no control plane feature (like quota and billing) will be enabled.
488
+ * The service controller environment to use. If empty, no control plane feature (like quota and billing) will be enabled. The recommended value for most services is servicecontrol.googleapis.com
493
489
  */
494
490
  environment?: string | null;
495
491
  }
@@ -599,7 +595,7 @@ export namespace servicenetworking_v1beta {
599
595
  */
600
596
  serviceRootUrl?: string | null;
601
597
  /**
602
- * A short summary of what the service does. Can only be provided by plain text.
598
+ * A short description of what the service does. The summary must be plain text. It becomes the overview of the service displayed in Google Cloud Console. NOTE: This field is equivalent to the standard field `description`.
603
599
  */
604
600
  summary?: string | null;
605
601
  }
@@ -612,22 +608,18 @@ export namespace servicenetworking_v1beta {
612
608
  */
613
609
  deprecationDescription?: string | null;
614
610
  /**
615
- * Description of the selected API(s).
611
+ * Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.
616
612
  */
617
613
  description?: string | null;
618
614
  /**
619
- * The selector is a comma-separated list of patterns. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
615
+ * The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used.
620
616
  */
621
617
  selector?: string | null;
622
618
  }
623
619
  /**
624
- * `Endpoint` describes a network endpoint of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example service configuration: name: library-example.googleapis.com endpoints: # Below entry makes 'google.example.library.v1.Library' # API be served from endpoint address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to be passed to the backend, for # it to decide whether the subsequent cross-origin request is # allowed to proceed. - name: library-example.googleapis.com allow_cors: true
620
+ * `Endpoint` describes a network address of a service that serves a set of APIs. It is commonly known as a service endpoint. A service may expose any number of service endpoints, and all service endpoints share the same service definition, such as quota limits and monitoring metrics. Example: type: google.api.Service name: library-example.googleapis.com endpoints: # Declares network address `https://library-example.googleapis.com` # for service `library-example.googleapis.com`. The `https` scheme # is implicit for all service endpoints. Other schemes may be # supported in the future. - name: library-example.googleapis.com allow_cors: false - name: content-staging-library-example.googleapis.com # Allows HTTP OPTIONS calls to be passed to the API frontend, for it # to decide whether the subsequent cross-origin request is allowed # to proceed. allow_cors: true
625
621
  */
626
622
  export interface Schema$Endpoint {
627
- /**
628
- * DEPRECATED: This field is no longer supported. Instead of using aliases, please specify multiple google.api.Endpoint for each of the intended aliases. Additional names that this endpoint will be hosted on.
629
- */
630
- aliases?: string[] | null;
631
623
  /**
632
624
  * Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain traffic, would allow the backends served from this endpoint to receive and respond to HTTP OPTIONS requests. The response will be used by the browser to determine whether the subsequent cross-origin request is allowed to proceed.
633
625
  */
@@ -1085,7 +1077,7 @@ export namespace servicenetworking_v1beta {
1085
1077
  */
1086
1078
  name?: string | null;
1087
1079
  /**
1088
- * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL.
1080
+ * Required. The monitored resource type. For example, the type `"cloudsql_database"` represents databases in Google Cloud SQL. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list).
1089
1081
  */
1090
1082
  type?: string | null;
1091
1083
  }
@@ -1167,7 +1159,7 @@ export namespace servicenetworking_v1beta {
1167
1159
  */
1168
1160
  export interface Schema$Page {
1169
1161
  /**
1170
- * The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file.
1162
+ * The Markdown content of the page. You can use (== include {path\} ==) to include content from a Markdown file. The content can be used to produce the documentation page such as HTML format page.
1171
1163
  */
1172
1164
  content?: string | null;
1173
1165
  /**
@@ -1179,12 +1171,16 @@ export namespace servicenetworking_v1beta {
1179
1171
  */
1180
1172
  subpages?: Schema$Page[];
1181
1173
  }
1174
+ /**
1175
+ * Metadata provided through GetOperation request for the LRO generated by Partial Delete Connection API
1176
+ */
1177
+ export interface Schema$PartialDeleteConnectionMetadata {}
1182
1178
  /**
1183
1179
  * DNS domain suffix for which requests originating in the producer VPC network are resolved in the associated consumer VPC network.
1184
1180
  */
1185
1181
  export interface Schema$PeeredDnsDomain {
1186
1182
  /**
1187
- * The DNS domain name suffix e.g. `example.com.`.
1183
+ * The DNS domain name suffix e.g. `example.com.`. Cloud DNS requires that a DNS suffix ends with a trailing dot.
1188
1184
  */
1189
1185
  dnsSuffix?: string | null;
1190
1186
  /**
@@ -1341,7 +1337,7 @@ export namespace servicenetworking_v1beta {
1341
1337
  rangeName?: string | null;
1342
1338
  }
1343
1339
  /**
1344
- * `Service` is the root object of Google service configuration schema. It describes basic information about a service, such as the name and the title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. See each proto message definition for details. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
1340
+ * `Service` is the root object of Google API service configuration (service config). It describes the basic information about a logical service, such as the service name and the user-facing title, and delegates other aspects to sub-sections. Each sub-section is either a proto message or a repeated proto message that configures a specific aspect, such as auth. For more information, see each proto message definition. Example: type: google.api.Service name: calendar.googleapis.com title: Google Calendar API apis: - name: google.calendar.v3.Calendar visibility: rules: - selector: "google.calendar.v3.*" restriction: PREVIEW backend: rules: - selector: "google.calendar.v3.*" address: calendar.example.com authentication: providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*" requirements: provider_id: google_calendar_auth
1345
1341
  */
1346
1342
  export interface Schema$Service {
1347
1343
  /**
@@ -1385,7 +1381,7 @@ export namespace servicenetworking_v1beta {
1385
1381
  */
1386
1382
  endpoints?: Schema$Endpoint[];
1387
1383
  /**
1388
- * A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name. Example: enums: - name: google.someapi.v1.SomeEnum
1384
+ * A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum
1389
1385
  */
1390
1386
  enums?: Schema$Enum[];
1391
1387
  /**
@@ -1441,11 +1437,11 @@ export namespace servicenetworking_v1beta {
1441
1437
  */
1442
1438
  systemTypes?: Schema$Type[];
1443
1439
  /**
1444
- * The product title for this service.
1440
+ * The product title for this service, it is the name displayed in Google Cloud Console.
1445
1441
  */
1446
1442
  title?: string | null;
1447
1443
  /**
1448
- * A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name. Example: types: - name: google.protobuf.Int32
1444
+ * A list of all proto message types included in this API service. Types referenced directly or indirectly by the `apis` are automatically included. Messages which are not referenced but shall be included, such as types used by the `google.protobuf.Any` type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32
1449
1445
  */
1450
1446
  types?: Schema$Type[];
1451
1447
  /**