@maxim_mazurok/gapi.client.dns-v1beta2 0.2.20260610 → 0.3.20260616
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 +3 -9
- 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://dns.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260616
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -124,10 +124,7 @@ declare namespace gapi.client {
|
|
|
124
124
|
exemptedMembers?: string[];
|
|
125
125
|
/** The log type that this config enables. */
|
|
126
126
|
logType?:
|
|
127
|
-
| '
|
|
128
|
-
| 'ADMIN_READ'
|
|
129
|
-
| 'DATA_WRITE'
|
|
130
|
-
| 'DATA_READ';
|
|
127
|
+
'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
|
|
131
128
|
}
|
|
132
129
|
interface GoogleIamV1Binding {
|
|
133
130
|
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
@@ -585,10 +582,7 @@ declare namespace gapi.client {
|
|
|
585
582
|
kind?: string;
|
|
586
583
|
/** The type of load balancer specified by this target. This value must match the configuration of the load balancer located at the LoadBalancerTarget's IP address, port, and region. Use the following: - *regionalL4ilb*: for a regional internal passthrough Network Load Balancer. - *regionalL7ilb*: for a regional internal Application Load Balancer. - *globalL7ilb*: for a global internal Application Load Balancer. */
|
|
587
584
|
loadBalancerType?:
|
|
588
|
-
| '
|
|
589
|
-
| 'globalL7ilb'
|
|
590
|
-
| 'regionalL4ilb'
|
|
591
|
-
| 'regionalL7ilb';
|
|
585
|
+
'none' | 'globalL7ilb' | 'regionalL4ilb' | 'regionalL7ilb';
|
|
592
586
|
/** The fully qualified URL of the network that the load balancer is attached to. This should be formatted like `https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}`. */
|
|
593
587
|
networkUrl?: string;
|
|
594
588
|
/** The configured port of the load balancer. */
|