@maxim_mazurok/gapi.client.dns-v1beta2 0.0.20220804
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 +2571 -0
- package/package.json +20 -0
- package/readme.md +277 -0
- package/tests.ts +1995 -0
- package/tsconfig.json +18 -0
- package/tslint.json +6 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,2571 @@
|
|
|
1
|
+
/* Type definitions for non-npm package Cloud DNS API v1beta2 0.0 */
|
|
2
|
+
// Project: https://cloud.google.com/dns/docs
|
|
3
|
+
// Definitions by: Maxim Mazurok <https://github.com/Maxim-Mazurok>
|
|
4
|
+
// Nick Amoscato <https://github.com/namoscato>
|
|
5
|
+
// Declan Vong <https://github.com/declanvong>
|
|
6
|
+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
+
// TypeScript Version: 2.8
|
|
8
|
+
|
|
9
|
+
// IMPORTANT
|
|
10
|
+
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
|
+
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
|
+
// Generated from: https://dns.googleapis.com/$discovery/rest?version=v1beta2
|
|
13
|
+
// Revision: 20220804
|
|
14
|
+
|
|
15
|
+
/// <reference types="gapi.client" />
|
|
16
|
+
|
|
17
|
+
declare namespace gapi.client {
|
|
18
|
+
/** Load Cloud DNS API v1beta2 */
|
|
19
|
+
function load(urlOrObject: "https://dns.googleapis.com/$discovery/rest?version=v1beta2"): Promise<void>;
|
|
20
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
21
|
+
function load(name: "dns", version: "v1beta2"): Promise<void>;
|
|
22
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
23
|
+
function load(name: "dns", version: "v1beta2", callback: () => any): void;
|
|
24
|
+
|
|
25
|
+
namespace dns {
|
|
26
|
+
interface Change {
|
|
27
|
+
/** Which ResourceRecordSets to add? */
|
|
28
|
+
additions?: ResourceRecordSet[];
|
|
29
|
+
/** Which ResourceRecordSets to remove? Must match existing data exactly. */
|
|
30
|
+
deletions?: ResourceRecordSet[];
|
|
31
|
+
/** Unique identifier for the resource; defined by the server (output only). */
|
|
32
|
+
id?: string;
|
|
33
|
+
/** If the DNS queries for the zone will be served. */
|
|
34
|
+
isServing?: boolean;
|
|
35
|
+
kind?: string;
|
|
36
|
+
/** The time that this operation was started by the server (output only). This is in RFC3339 text format. */
|
|
37
|
+
startTime?: string;
|
|
38
|
+
/** Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet. */
|
|
39
|
+
status?: string;
|
|
40
|
+
}
|
|
41
|
+
interface ChangesListResponse {
|
|
42
|
+
/** The requested changes. */
|
|
43
|
+
changes?: Change[];
|
|
44
|
+
header?: ResponseHeader;
|
|
45
|
+
/** Type of resource. */
|
|
46
|
+
kind?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
49
|
+
* as your pagination token. This lets you retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between
|
|
50
|
+
* the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a "snapshot" of collections larger than
|
|
51
|
+
* the maximum page size.
|
|
52
|
+
*/
|
|
53
|
+
nextPageToken?: string;
|
|
54
|
+
}
|
|
55
|
+
interface DnsKey {
|
|
56
|
+
/** String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time. */
|
|
57
|
+
algorithm?: string;
|
|
58
|
+
/** The time that this resource was created in the control plane. This is in RFC3339 text format. Output only. */
|
|
59
|
+
creationTime?: string;
|
|
60
|
+
/** A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the resource's function. */
|
|
61
|
+
description?: string;
|
|
62
|
+
/** Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only. */
|
|
63
|
+
digests?: DnsKeyDigest[];
|
|
64
|
+
/** Unique identifier for the resource; defined by the server (output only). */
|
|
65
|
+
id?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Active keys are used to sign subsequent changes to the ManagedZone. Inactive keys are still present as DNSKEY Resource Records for the use of resolvers validating existing
|
|
68
|
+
* signatures.
|
|
69
|
+
*/
|
|
70
|
+
isActive?: boolean;
|
|
71
|
+
/** Length of the key in bits. Specified at creation time, and then immutable. */
|
|
72
|
+
keyLength?: number;
|
|
73
|
+
/**
|
|
74
|
+
* The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a
|
|
75
|
+
* unique identifier). In particular, the key tag is used in a parent zone's DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535]
|
|
76
|
+
* and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
|
|
77
|
+
*/
|
|
78
|
+
keyTag?: number;
|
|
79
|
+
kind?: string;
|
|
80
|
+
/** Base64 encoded public half of this key. Output only. */
|
|
81
|
+
publicKey?: string;
|
|
82
|
+
/**
|
|
83
|
+
* One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, are used to sign only resource record sets of type DNSKEY.
|
|
84
|
+
* Otherwise, the Secure Entry Point flag is cleared, and this key is used to sign only resource record sets of other types. Immutable after creation time.
|
|
85
|
+
*/
|
|
86
|
+
type?: string;
|
|
87
|
+
}
|
|
88
|
+
interface DnsKeyDigest {
|
|
89
|
+
/** The base-16 encoded bytes of this digest. Suitable for use in a DS resource record. */
|
|
90
|
+
digest?: string;
|
|
91
|
+
/** Specifies the algorithm used to calculate this digest. */
|
|
92
|
+
type?: string;
|
|
93
|
+
}
|
|
94
|
+
interface DnsKeysListResponse {
|
|
95
|
+
/** The requested resources. */
|
|
96
|
+
dnsKeys?: DnsKey[];
|
|
97
|
+
header?: ResponseHeader;
|
|
98
|
+
/** Type of resource. */
|
|
99
|
+
kind?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
102
|
+
* as your pagination token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change
|
|
103
|
+
* between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. There is no way to retrieve a "snapshot" of
|
|
104
|
+
* collections larger than the maximum page size.
|
|
105
|
+
*/
|
|
106
|
+
nextPageToken?: string;
|
|
107
|
+
}
|
|
108
|
+
interface DnsKeySpec {
|
|
109
|
+
/** String mnemonic specifying the DNSSEC algorithm of this key. */
|
|
110
|
+
algorithm?: string;
|
|
111
|
+
/** Length of the keys in bits. */
|
|
112
|
+
keyLength?: number;
|
|
113
|
+
/**
|
|
114
|
+
* Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource
|
|
115
|
+
* record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.
|
|
116
|
+
*/
|
|
117
|
+
keyType?: string;
|
|
118
|
+
kind?: string;
|
|
119
|
+
}
|
|
120
|
+
interface Expr {
|
|
121
|
+
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
122
|
+
description?: string;
|
|
123
|
+
/** Textual representation of an expression in Common Expression Language syntax. */
|
|
124
|
+
expression?: string;
|
|
125
|
+
/** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
|
|
126
|
+
location?: string;
|
|
127
|
+
/** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
|
|
128
|
+
title?: string;
|
|
129
|
+
}
|
|
130
|
+
interface GoogleIamV1AuditConfig {
|
|
131
|
+
/** The configuration for logging of each type of permission. */
|
|
132
|
+
auditLogConfigs?: GoogleIamV1AuditLogConfig[];
|
|
133
|
+
/**
|
|
134
|
+
* Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all
|
|
135
|
+
* services.
|
|
136
|
+
*/
|
|
137
|
+
service?: string;
|
|
138
|
+
}
|
|
139
|
+
interface GoogleIamV1AuditLogConfig {
|
|
140
|
+
/** Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members. */
|
|
141
|
+
exemptedMembers?: string[];
|
|
142
|
+
/** The log type that this config enables. */
|
|
143
|
+
logType?: string;
|
|
144
|
+
}
|
|
145
|
+
interface GoogleIamV1Binding {
|
|
146
|
+
/**
|
|
147
|
+
* 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`,
|
|
148
|
+
* 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
|
|
149
|
+
* resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
150
|
+
*/
|
|
151
|
+
condition?: Expr;
|
|
152
|
+
/**
|
|
153
|
+
* Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on
|
|
154
|
+
* the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service
|
|
155
|
+
* account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that
|
|
156
|
+
* represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier
|
|
157
|
+
* for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example,
|
|
158
|
+
* `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. *
|
|
159
|
+
* `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example,
|
|
160
|
+
* `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. *
|
|
161
|
+
* `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,
|
|
162
|
+
* `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service
|
|
163
|
+
* account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently
|
|
164
|
+
* deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in
|
|
165
|
+
* the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`.
|
|
166
|
+
*/
|
|
167
|
+
members?: string[];
|
|
168
|
+
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. */
|
|
169
|
+
role?: string;
|
|
170
|
+
}
|
|
171
|
+
interface GoogleIamV1GetIamPolicyRequest {
|
|
172
|
+
/** OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. */
|
|
173
|
+
options?: GoogleIamV1GetPolicyOptions;
|
|
174
|
+
}
|
|
175
|
+
interface GoogleIamV1GetPolicyOptions {
|
|
176
|
+
/**
|
|
177
|
+
* Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
|
|
178
|
+
* policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in
|
|
179
|
+
* the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role
|
|
180
|
+
* bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
|
|
181
|
+
* documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
182
|
+
*/
|
|
183
|
+
requestedPolicyVersion?: number;
|
|
184
|
+
}
|
|
185
|
+
interface GoogleIamV1Policy {
|
|
186
|
+
/** Specifies cloud audit logging configuration for this policy. */
|
|
187
|
+
auditConfigs?: GoogleIamV1AuditConfig[];
|
|
188
|
+
/**
|
|
189
|
+
* Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings`
|
|
190
|
+
* must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a
|
|
191
|
+
* principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another
|
|
192
|
+
* 1,450 principals to the `bindings` in the `Policy`.
|
|
193
|
+
*/
|
|
194
|
+
bindings?: GoogleIamV1Binding[];
|
|
195
|
+
/**
|
|
196
|
+
* `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make
|
|
197
|
+
* use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems
|
|
198
|
+
* are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM
|
|
199
|
+
* Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1`
|
|
200
|
+
* policy, and all of the conditions in the version `3` policy are lost.
|
|
201
|
+
*/
|
|
202
|
+
etag?: string;
|
|
203
|
+
/**
|
|
204
|
+
* Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings
|
|
205
|
+
* must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a
|
|
206
|
+
* policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use
|
|
207
|
+
* IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1`
|
|
208
|
+
* policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave
|
|
209
|
+
* the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
|
|
210
|
+
*/
|
|
211
|
+
version?: number;
|
|
212
|
+
}
|
|
213
|
+
interface GoogleIamV1SetIamPolicyRequest {
|
|
214
|
+
/**
|
|
215
|
+
* REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud
|
|
216
|
+
* services (such as Projects) might reject them.
|
|
217
|
+
*/
|
|
218
|
+
policy?: GoogleIamV1Policy;
|
|
219
|
+
/**
|
|
220
|
+
* OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:
|
|
221
|
+
* `paths: "bindings, etag"`
|
|
222
|
+
*/
|
|
223
|
+
updateMask?: string;
|
|
224
|
+
}
|
|
225
|
+
interface GoogleIamV1TestIamPermissionsRequest {
|
|
226
|
+
/**
|
|
227
|
+
* The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
|
228
|
+
* Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
|
229
|
+
*/
|
|
230
|
+
permissions?: string[];
|
|
231
|
+
}
|
|
232
|
+
interface GoogleIamV1TestIamPermissionsResponse {
|
|
233
|
+
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
234
|
+
permissions?: string[];
|
|
235
|
+
}
|
|
236
|
+
interface ManagedZone {
|
|
237
|
+
cloudLoggingConfig?: ManagedZoneCloudLoggingConfig;
|
|
238
|
+
/** The time that this resource was created on the server. This is in RFC3339 text format. Output only. */
|
|
239
|
+
creationTime?: string;
|
|
240
|
+
/** A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function. */
|
|
241
|
+
description?: string;
|
|
242
|
+
/** The DNS name of this managed zone, for instance "example.com.". */
|
|
243
|
+
dnsName?: string;
|
|
244
|
+
/** DNSSEC configuration. */
|
|
245
|
+
dnssecConfig?: ManagedZoneDnsSecConfig;
|
|
246
|
+
/** The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to. */
|
|
247
|
+
forwardingConfig?: ManagedZoneForwardingConfig;
|
|
248
|
+
/** Unique identifier for the resource; defined by the server (output only) */
|
|
249
|
+
id?: string;
|
|
250
|
+
kind?: string;
|
|
251
|
+
/** User labels. */
|
|
252
|
+
labels?: { [P in string]: string };
|
|
253
|
+
/**
|
|
254
|
+
* User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only
|
|
255
|
+
* contain lowercase letters, digits or dashes.
|
|
256
|
+
*/
|
|
257
|
+
name?: string;
|
|
258
|
+
/** Delegate your managed_zone to these virtual name servers; defined by the server (output only) */
|
|
259
|
+
nameServers?: string[];
|
|
260
|
+
/**
|
|
261
|
+
* Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If
|
|
262
|
+
* you need to use this field, contact your account team.
|
|
263
|
+
*/
|
|
264
|
+
nameServerSet?: string;
|
|
265
|
+
/** The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with. */
|
|
266
|
+
peeringConfig?: ManagedZonePeeringConfig;
|
|
267
|
+
/** For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from. */
|
|
268
|
+
privateVisibilityConfig?: ManagedZonePrivateVisibilityConfig;
|
|
269
|
+
/**
|
|
270
|
+
* The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC
|
|
271
|
+
* resources. This only applies to networks listed under private_visibility_config.
|
|
272
|
+
*/
|
|
273
|
+
reverseLookupConfig?: ManagedZoneReverseLookupConfig;
|
|
274
|
+
/** This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones. */
|
|
275
|
+
serviceDirectoryConfig?: ManagedZoneServiceDirectoryConfig;
|
|
276
|
+
/** The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources. */
|
|
277
|
+
visibility?: string;
|
|
278
|
+
}
|
|
279
|
+
interface ManagedZoneCloudLoggingConfig {
|
|
280
|
+
/** If set, enable query logging for this ManagedZone. False by default, making logging opt-in. */
|
|
281
|
+
enableLogging?: boolean;
|
|
282
|
+
kind?: string;
|
|
283
|
+
}
|
|
284
|
+
interface ManagedZoneDnsSecConfig {
|
|
285
|
+
/** Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF. */
|
|
286
|
+
defaultKeySpecs?: DnsKeySpec[];
|
|
287
|
+
kind?: string;
|
|
288
|
+
/** Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF. */
|
|
289
|
+
nonExistence?: string;
|
|
290
|
+
/** Specifies whether DNSSEC is enabled, and what mode it is in. */
|
|
291
|
+
state?: string;
|
|
292
|
+
}
|
|
293
|
+
interface ManagedZoneForwardingConfig {
|
|
294
|
+
kind?: string;
|
|
295
|
+
/** List of target name servers to forward to. Cloud DNS selects the best available name server if more than one target is given. */
|
|
296
|
+
targetNameServers?: ManagedZoneForwardingConfigNameServerTarget[];
|
|
297
|
+
}
|
|
298
|
+
interface ManagedZoneForwardingConfigNameServerTarget {
|
|
299
|
+
/**
|
|
300
|
+
* Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on IP address ranges; that is, RFC1918 addresses go to the VPC
|
|
301
|
+
* network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
|
|
302
|
+
*/
|
|
303
|
+
forwardingPath?: string;
|
|
304
|
+
/** IPv4 address of a target name server. */
|
|
305
|
+
ipv4Address?: string;
|
|
306
|
+
/** IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6) being populated. */
|
|
307
|
+
ipv6Address?: string;
|
|
308
|
+
kind?: string;
|
|
309
|
+
}
|
|
310
|
+
interface ManagedZoneOperationsListResponse {
|
|
311
|
+
header?: ResponseHeader;
|
|
312
|
+
/** Type of resource. */
|
|
313
|
+
kind?: string;
|
|
314
|
+
/**
|
|
315
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
316
|
+
* as your page token. This lets you retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the
|
|
317
|
+
* first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger
|
|
318
|
+
* than the maximum page size.
|
|
319
|
+
*/
|
|
320
|
+
nextPageToken?: string;
|
|
321
|
+
/** The operation resources. */
|
|
322
|
+
operations?: Operation[];
|
|
323
|
+
}
|
|
324
|
+
interface ManagedZonePeeringConfig {
|
|
325
|
+
kind?: string;
|
|
326
|
+
/** The network with which to peer. */
|
|
327
|
+
targetNetwork?: ManagedZonePeeringConfigTargetNetwork;
|
|
328
|
+
}
|
|
329
|
+
interface ManagedZonePeeringConfigTargetNetwork {
|
|
330
|
+
/**
|
|
331
|
+
* The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a
|
|
332
|
+
* zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
|
|
333
|
+
*/
|
|
334
|
+
deactivateTime?: string;
|
|
335
|
+
kind?: string;
|
|
336
|
+
/** The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} */
|
|
337
|
+
networkUrl?: string;
|
|
338
|
+
}
|
|
339
|
+
interface ManagedZonePrivateVisibilityConfig {
|
|
340
|
+
/** The list of Google Kubernetes Engine clusters that can see this zone. */
|
|
341
|
+
gkeClusters?: ManagedZonePrivateVisibilityConfigGKECluster[];
|
|
342
|
+
kind?: string;
|
|
343
|
+
/** The list of VPC networks that can see this zone. */
|
|
344
|
+
networks?: ManagedZonePrivateVisibilityConfigNetwork[];
|
|
345
|
+
}
|
|
346
|
+
interface ManagedZonePrivateVisibilityConfigGKECluster {
|
|
347
|
+
/**
|
|
348
|
+
* The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects/*/locations/*/clusters/*. This is referenced from GKE
|
|
349
|
+
* projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
|
350
|
+
*/
|
|
351
|
+
gkeClusterName?: string;
|
|
352
|
+
kind?: string;
|
|
353
|
+
}
|
|
354
|
+
interface ManagedZonePrivateVisibilityConfigNetwork {
|
|
355
|
+
kind?: string;
|
|
356
|
+
/** The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} */
|
|
357
|
+
networkUrl?: string;
|
|
358
|
+
}
|
|
359
|
+
interface ManagedZoneReverseLookupConfig {
|
|
360
|
+
kind?: string;
|
|
361
|
+
}
|
|
362
|
+
interface ManagedZoneServiceDirectoryConfig {
|
|
363
|
+
kind?: string;
|
|
364
|
+
/** Contains information about the namespace associated with the zone. */
|
|
365
|
+
namespace?: ManagedZoneServiceDirectoryConfigNamespace;
|
|
366
|
+
}
|
|
367
|
+
interface ManagedZoneServiceDirectoryConfigNamespace {
|
|
368
|
+
/** The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only. */
|
|
369
|
+
deletionTime?: string;
|
|
370
|
+
kind?: string;
|
|
371
|
+
/**
|
|
372
|
+
* The fully qualified URL of the namespace associated with the zone. Format must be
|
|
373
|
+
* https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
|
|
374
|
+
*/
|
|
375
|
+
namespaceUrl?: string;
|
|
376
|
+
}
|
|
377
|
+
interface ManagedZonesListResponse {
|
|
378
|
+
header?: ResponseHeader;
|
|
379
|
+
/** Type of resource. */
|
|
380
|
+
kind?: string;
|
|
381
|
+
/** The managed zone resources. */
|
|
382
|
+
managedZones?: ManagedZone[];
|
|
383
|
+
/**
|
|
384
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
385
|
+
* as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and
|
|
386
|
+
* last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the
|
|
387
|
+
* maximum page size.
|
|
388
|
+
*/
|
|
389
|
+
nextPageToken?: string;
|
|
390
|
+
}
|
|
391
|
+
interface Operation {
|
|
392
|
+
/** Only populated if the operation targeted a DnsKey (output only). */
|
|
393
|
+
dnsKeyContext?: OperationDnsKeyContext;
|
|
394
|
+
/**
|
|
395
|
+
* Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name
|
|
396
|
+
* must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
|
|
397
|
+
*/
|
|
398
|
+
id?: string;
|
|
399
|
+
kind?: string;
|
|
400
|
+
/** The time that this operation was started by the server. This is in RFC3339 text format (output only). */
|
|
401
|
+
startTime?: string;
|
|
402
|
+
/**
|
|
403
|
+
* Status of the operation. Can be one of the following: "PENDING" or "DONE" (output only). A status of "DONE" means that the request to update the authoritative servers has been sent,
|
|
404
|
+
* but the servers might not be updated yet.
|
|
405
|
+
*/
|
|
406
|
+
status?: string;
|
|
407
|
+
/** Type of the operation. Operations include insert, update, and delete (output only). */
|
|
408
|
+
type?: string;
|
|
409
|
+
/** User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only) */
|
|
410
|
+
user?: string;
|
|
411
|
+
/** Only populated if the operation targeted a ManagedZone (output only). */
|
|
412
|
+
zoneContext?: OperationManagedZoneContext;
|
|
413
|
+
}
|
|
414
|
+
interface OperationDnsKeyContext {
|
|
415
|
+
/** The post-operation DnsKey resource. */
|
|
416
|
+
newValue?: DnsKey;
|
|
417
|
+
/** The pre-operation DnsKey resource. */
|
|
418
|
+
oldValue?: DnsKey;
|
|
419
|
+
}
|
|
420
|
+
interface OperationManagedZoneContext {
|
|
421
|
+
/** The post-operation ManagedZone resource. */
|
|
422
|
+
newValue?: ManagedZone;
|
|
423
|
+
/** The pre-operation ManagedZone resource. */
|
|
424
|
+
oldValue?: ManagedZone;
|
|
425
|
+
}
|
|
426
|
+
interface PoliciesListResponse {
|
|
427
|
+
header?: ResponseHeader;
|
|
428
|
+
/** Type of resource. */
|
|
429
|
+
kind?: string;
|
|
430
|
+
/**
|
|
431
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
432
|
+
* as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and
|
|
433
|
+
* last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the
|
|
434
|
+
* maximum page size.
|
|
435
|
+
*/
|
|
436
|
+
nextPageToken?: string;
|
|
437
|
+
/** The policy resources. */
|
|
438
|
+
policies?: Policy[];
|
|
439
|
+
}
|
|
440
|
+
interface PoliciesPatchResponse {
|
|
441
|
+
header?: ResponseHeader;
|
|
442
|
+
policy?: Policy;
|
|
443
|
+
}
|
|
444
|
+
interface PoliciesUpdateResponse {
|
|
445
|
+
header?: ResponseHeader;
|
|
446
|
+
policy?: Policy;
|
|
447
|
+
}
|
|
448
|
+
interface Policy {
|
|
449
|
+
/**
|
|
450
|
+
* Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not
|
|
451
|
+
* available when an alternative name server is specified.
|
|
452
|
+
*/
|
|
453
|
+
alternativeNameServerConfig?: PolicyAlternativeNameServerConfig;
|
|
454
|
+
/** A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the policy's function. */
|
|
455
|
+
description?: string;
|
|
456
|
+
/**
|
|
457
|
+
* Allows networks bound to this policy to receive DNS queries sent by VMs or applications over VPN connections. When enabled, a virtual IP address is allocated from each of the
|
|
458
|
+
* subnetworks that are bound to this policy.
|
|
459
|
+
*/
|
|
460
|
+
enableInboundForwarding?: boolean;
|
|
461
|
+
/** Controls whether logging is enabled for the networks bound to this policy. Defaults to no logging if not set. */
|
|
462
|
+
enableLogging?: boolean;
|
|
463
|
+
/** Unique identifier for the resource; defined by the server (output only). */
|
|
464
|
+
id?: string;
|
|
465
|
+
kind?: string;
|
|
466
|
+
/** User-assigned name for this policy. */
|
|
467
|
+
name?: string;
|
|
468
|
+
/** List of network names specifying networks to which this policy is applied. */
|
|
469
|
+
networks?: PolicyNetwork[];
|
|
470
|
+
}
|
|
471
|
+
interface PolicyAlternativeNameServerConfig {
|
|
472
|
+
kind?: string;
|
|
473
|
+
/**
|
|
474
|
+
* Sets an alternative name server for the associated networks. When specified, all DNS queries are forwarded to a name server that you choose. Names such as .internal are not
|
|
475
|
+
* available when an alternative name server is specified.
|
|
476
|
+
*/
|
|
477
|
+
targetNameServers?: PolicyAlternativeNameServerConfigTargetNameServer[];
|
|
478
|
+
}
|
|
479
|
+
interface PolicyAlternativeNameServerConfigTargetNameServer {
|
|
480
|
+
/**
|
|
481
|
+
* Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS makes forwarding decisions based on address ranges; that is, RFC1918 addresses go to the VPC
|
|
482
|
+
* network, non-RFC1918 addresses go to the internet. When set to PRIVATE, Cloud DNS always sends queries through the VPC network for this target.
|
|
483
|
+
*/
|
|
484
|
+
forwardingPath?: string;
|
|
485
|
+
/** IPv4 address to forward to. */
|
|
486
|
+
ipv4Address?: string;
|
|
487
|
+
/** IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being populated. */
|
|
488
|
+
ipv6Address?: string;
|
|
489
|
+
kind?: string;
|
|
490
|
+
}
|
|
491
|
+
interface PolicyNetwork {
|
|
492
|
+
kind?: string;
|
|
493
|
+
/** The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} */
|
|
494
|
+
networkUrl?: string;
|
|
495
|
+
}
|
|
496
|
+
interface Project {
|
|
497
|
+
/** User assigned unique identifier for the resource (output only). */
|
|
498
|
+
id?: string;
|
|
499
|
+
kind?: string;
|
|
500
|
+
/** Unique numeric identifier for the resource; defined by the server (output only). */
|
|
501
|
+
number?: string;
|
|
502
|
+
/** Quotas assigned to this project (output only). */
|
|
503
|
+
quota?: Quota;
|
|
504
|
+
}
|
|
505
|
+
interface Quota {
|
|
506
|
+
/** Maximum allowed number of DnsKeys per ManagedZone. */
|
|
507
|
+
dnsKeysPerManagedZone?: number;
|
|
508
|
+
/** Maximum allowed number of GKE clusters to which a privately scoped zone can be attached. */
|
|
509
|
+
gkeClustersPerManagedZone?: number;
|
|
510
|
+
/** Maximum allowed number of GKE clusters per policy. */
|
|
511
|
+
gkeClustersPerPolicy?: number;
|
|
512
|
+
/** Maximum allowed number of GKE clusters per response policy. */
|
|
513
|
+
gkeClustersPerResponsePolicy?: number;
|
|
514
|
+
/** Maximum allowed number of items per routing policy. */
|
|
515
|
+
itemsPerRoutingPolicy?: number;
|
|
516
|
+
kind?: string;
|
|
517
|
+
/** Maximum allowed number of managed zones in the project. */
|
|
518
|
+
managedZones?: number;
|
|
519
|
+
/** Maximum allowed number of managed zones which can be attached to a GKE cluster. */
|
|
520
|
+
managedZonesPerGkeCluster?: number;
|
|
521
|
+
/** Maximum allowed number of managed zones which can be attached to a network. */
|
|
522
|
+
managedZonesPerNetwork?: number;
|
|
523
|
+
/** Maximum allowed number of networks to which a privately scoped zone can be attached. */
|
|
524
|
+
networksPerManagedZone?: number;
|
|
525
|
+
/** Maximum allowed number of networks per policy. */
|
|
526
|
+
networksPerPolicy?: number;
|
|
527
|
+
/** Maximum allowed number of networks per response policy. */
|
|
528
|
+
networksPerResponsePolicy?: number;
|
|
529
|
+
/** Maximum allowed number of consumer peering zones per target network owned by this producer project */
|
|
530
|
+
peeringZonesPerTargetNetwork?: number;
|
|
531
|
+
/** Maximum allowed number of policies per project. */
|
|
532
|
+
policies?: number;
|
|
533
|
+
/** Maximum allowed number of ResourceRecords per ResourceRecordSet. */
|
|
534
|
+
resourceRecordsPerRrset?: number;
|
|
535
|
+
/** Maximum allowed number of response policies per project. */
|
|
536
|
+
responsePolicies?: number;
|
|
537
|
+
/** Maximum allowed number of rules per response policy. */
|
|
538
|
+
responsePolicyRulesPerResponsePolicy?: number;
|
|
539
|
+
/** Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest. */
|
|
540
|
+
rrsetAdditionsPerChange?: number;
|
|
541
|
+
/** Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest. */
|
|
542
|
+
rrsetDeletionsPerChange?: number;
|
|
543
|
+
/** Maximum allowed number of ResourceRecordSets per zone in the project. */
|
|
544
|
+
rrsetsPerManagedZone?: number;
|
|
545
|
+
/** Maximum allowed number of target name servers per managed forwarding zone. */
|
|
546
|
+
targetNameServersPerManagedZone?: number;
|
|
547
|
+
/** Maximum allowed number of alternative target name servers per policy. */
|
|
548
|
+
targetNameServersPerPolicy?: number;
|
|
549
|
+
/** Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes. */
|
|
550
|
+
totalRrdataSizePerChange?: number;
|
|
551
|
+
/** DNSSEC algorithm and key length types that can be used for DnsKeys. */
|
|
552
|
+
whitelistedKeySpecs?: DnsKeySpec[];
|
|
553
|
+
}
|
|
554
|
+
interface ResourceRecordSet {
|
|
555
|
+
kind?: string;
|
|
556
|
+
/** For example, www.example.com. */
|
|
557
|
+
name?: string;
|
|
558
|
+
/**
|
|
559
|
+
* Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static)
|
|
560
|
+
* or routing_policy (dynamic). An error is returned otherwise.
|
|
561
|
+
*/
|
|
562
|
+
routingPolicy?: RRSetRoutingPolicy;
|
|
563
|
+
/** As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples. */
|
|
564
|
+
rrdatas?: string[];
|
|
565
|
+
/** As defined in RFC 4034 (section 3.2). */
|
|
566
|
+
signatureRrdatas?: string[];
|
|
567
|
+
/** Number of seconds that this ResourceRecordSet can be cached by resolvers. */
|
|
568
|
+
ttl?: number;
|
|
569
|
+
/** The identifier of a supported record type. See the list of Supported DNS record types. */
|
|
570
|
+
type?: string;
|
|
571
|
+
}
|
|
572
|
+
interface ResourceRecordSetsListResponse {
|
|
573
|
+
header?: ResponseHeader;
|
|
574
|
+
/** Type of resource. */
|
|
575
|
+
kind?: string;
|
|
576
|
+
/**
|
|
577
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
578
|
+
* as your pagination token. This lets you retrieve complete contents of even larger collections, one page at a time. However, if the contents of the collection change between the
|
|
579
|
+
* first and last paginated list request, the set of elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than
|
|
580
|
+
* the maximum page size.
|
|
581
|
+
*/
|
|
582
|
+
nextPageToken?: string;
|
|
583
|
+
/** The resource record set resources. */
|
|
584
|
+
rrsets?: ResourceRecordSet[];
|
|
585
|
+
}
|
|
586
|
+
interface ResponseHeader {
|
|
587
|
+
/** For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only). */
|
|
588
|
+
operationId?: string;
|
|
589
|
+
}
|
|
590
|
+
interface ResponsePoliciesListResponse {
|
|
591
|
+
header?: ResponseHeader;
|
|
592
|
+
/**
|
|
593
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
594
|
+
* as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and
|
|
595
|
+
* last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the
|
|
596
|
+
* maximum page size.
|
|
597
|
+
*/
|
|
598
|
+
nextPageToken?: string;
|
|
599
|
+
/** The Response Policy resources. */
|
|
600
|
+
responsePolicies?: ResponsePolicy[];
|
|
601
|
+
}
|
|
602
|
+
interface ResponsePoliciesPatchResponse {
|
|
603
|
+
header?: ResponseHeader;
|
|
604
|
+
responsePolicy?: ResponsePolicy;
|
|
605
|
+
}
|
|
606
|
+
interface ResponsePoliciesUpdateResponse {
|
|
607
|
+
header?: ResponseHeader;
|
|
608
|
+
responsePolicy?: ResponsePolicy;
|
|
609
|
+
}
|
|
610
|
+
interface ResponsePolicy {
|
|
611
|
+
/** User-provided description for this Response Policy. */
|
|
612
|
+
description?: string;
|
|
613
|
+
/** The list of Google Kubernetes Engine clusters to which this response policy is applied. */
|
|
614
|
+
gkeClusters?: ResponsePolicyGKECluster[];
|
|
615
|
+
/** Unique identifier for the resource; defined by the server (output only). */
|
|
616
|
+
id?: string;
|
|
617
|
+
kind?: string;
|
|
618
|
+
/** List of network names specifying networks to which this policy is applied. */
|
|
619
|
+
networks?: ResponsePolicyNetwork[];
|
|
620
|
+
/** User assigned name for this Response Policy. */
|
|
621
|
+
responsePolicyName?: string;
|
|
622
|
+
}
|
|
623
|
+
interface ResponsePolicyGKECluster {
|
|
624
|
+
/**
|
|
625
|
+
* The resource name of the cluster to bind this response policy to. This should be specified in the format like: projects/*/locations/*/clusters/*. This is referenced from GKE
|
|
626
|
+
* projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
|
627
|
+
*/
|
|
628
|
+
gkeClusterName?: string;
|
|
629
|
+
kind?: string;
|
|
630
|
+
}
|
|
631
|
+
interface ResponsePolicyNetwork {
|
|
632
|
+
kind?: string;
|
|
633
|
+
/** The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} */
|
|
634
|
+
networkUrl?: string;
|
|
635
|
+
}
|
|
636
|
+
interface ResponsePolicyRule {
|
|
637
|
+
/** Answer this query with a behavior rather than DNS data. */
|
|
638
|
+
behavior?: string;
|
|
639
|
+
/** The DNS name (wildcard or exact) to apply this rule to. Must be unique within the Response Policy Rule. */
|
|
640
|
+
dnsName?: string;
|
|
641
|
+
kind?: string;
|
|
642
|
+
/**
|
|
643
|
+
* Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public
|
|
644
|
+
* internet, and GCP internal DNS. No SOA nor NS types are allowed.
|
|
645
|
+
*/
|
|
646
|
+
localData?: ResponsePolicyRuleLocalData;
|
|
647
|
+
/** An identifier for this rule. Must be unique with the ResponsePolicy. */
|
|
648
|
+
ruleName?: string;
|
|
649
|
+
}
|
|
650
|
+
interface ResponsePolicyRuleLocalData {
|
|
651
|
+
/** All resource record sets for this selector, one per resource record type. The name must match the dns_name. */
|
|
652
|
+
localDatas?: ResourceRecordSet[];
|
|
653
|
+
}
|
|
654
|
+
interface ResponsePolicyRulesListResponse {
|
|
655
|
+
header?: ResponseHeader;
|
|
656
|
+
/**
|
|
657
|
+
* The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value
|
|
658
|
+
* as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and
|
|
659
|
+
* last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the
|
|
660
|
+
* maximum page size.
|
|
661
|
+
*/
|
|
662
|
+
nextPageToken?: string;
|
|
663
|
+
/** The Response Policy Rule resources. */
|
|
664
|
+
responsePolicyRules?: ResponsePolicyRule[];
|
|
665
|
+
}
|
|
666
|
+
interface ResponsePolicyRulesPatchResponse {
|
|
667
|
+
header?: ResponseHeader;
|
|
668
|
+
responsePolicyRule?: ResponsePolicyRule;
|
|
669
|
+
}
|
|
670
|
+
interface ResponsePolicyRulesUpdateResponse {
|
|
671
|
+
header?: ResponseHeader;
|
|
672
|
+
responsePolicyRule?: ResponsePolicyRule;
|
|
673
|
+
}
|
|
674
|
+
interface RRSetRoutingPolicy {
|
|
675
|
+
geo?: RRSetRoutingPolicyGeoPolicy;
|
|
676
|
+
geoPolicy?: RRSetRoutingPolicyGeoPolicy;
|
|
677
|
+
kind?: string;
|
|
678
|
+
primaryBackup?: RRSetRoutingPolicyPrimaryBackupPolicy;
|
|
679
|
+
wrr?: RRSetRoutingPolicyWrrPolicy;
|
|
680
|
+
wrrPolicy?: RRSetRoutingPolicyWrrPolicy;
|
|
681
|
+
}
|
|
682
|
+
interface RRSetRoutingPolicyGeoPolicy {
|
|
683
|
+
/**
|
|
684
|
+
* Without fencing, if health check fails for all configured items in the current geo bucket, we'll failover to the next nearest geo bucket. With fencing, if health check is enabled,
|
|
685
|
+
* as long as some targets in the current geo bucket are healthy, we'll return only the healthy targets. However, if they're all unhealthy, we won't failover to the next nearest
|
|
686
|
+
* bucket, we'll simply return all the items in the current bucket even though they're unhealthy.
|
|
687
|
+
*/
|
|
688
|
+
enableFencing?: boolean;
|
|
689
|
+
/** The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. */
|
|
690
|
+
items?: RRSetRoutingPolicyGeoPolicyGeoPolicyItem[];
|
|
691
|
+
kind?: string;
|
|
692
|
+
}
|
|
693
|
+
interface RRSetRoutingPolicyGeoPolicyGeoPolicyItem {
|
|
694
|
+
/** For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with rrdata within this item. */
|
|
695
|
+
healthCheckedTargets?: RRSetRoutingPolicyHealthCheckTargets;
|
|
696
|
+
kind?: string;
|
|
697
|
+
/** The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc. */
|
|
698
|
+
location?: string;
|
|
699
|
+
rrdatas?: string[];
|
|
700
|
+
/** DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. . */
|
|
701
|
+
signatureRrdatas?: string[];
|
|
702
|
+
}
|
|
703
|
+
interface RRSetRoutingPolicyHealthCheckTargets {
|
|
704
|
+
internalLoadBalancers?: RRSetRoutingPolicyLoadBalancerTarget[];
|
|
705
|
+
}
|
|
706
|
+
interface RRSetRoutingPolicyLoadBalancerTarget {
|
|
707
|
+
/** The frontend IP address of the */
|
|
708
|
+
ipAddress?: string;
|
|
709
|
+
ipProtocol?: string;
|
|
710
|
+
kind?: string;
|
|
711
|
+
loadBalancerType?: string;
|
|
712
|
+
/** The fully qualified url of the network on which the ILB is */
|
|
713
|
+
networkUrl?: string;
|
|
714
|
+
/** Load Balancer to health check. The configured port of the Load Balancer. */
|
|
715
|
+
port?: string;
|
|
716
|
+
/** present. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} The project ID in which the ILB exists. */
|
|
717
|
+
project?: string;
|
|
718
|
+
/** The region for regional ILBs. */
|
|
719
|
+
region?: string;
|
|
720
|
+
}
|
|
721
|
+
interface RRSetRoutingPolicyPrimaryBackupPolicy {
|
|
722
|
+
/** Backup targets provide a regional failover policy for the otherwise global primary targets. If serving state is set to BACKUP, this policy essentially becomes a geo routing policy. */
|
|
723
|
+
backupGeoTargets?: RRSetRoutingPolicyGeoPolicy;
|
|
724
|
+
kind?: string;
|
|
725
|
+
primaryTargets?: RRSetRoutingPolicyHealthCheckTargets;
|
|
726
|
+
/** When serving state is PRIMARY, this field provides the option of sending a small percentage of the traffic to the backup targets. */
|
|
727
|
+
trickleTraffic?: number;
|
|
728
|
+
}
|
|
729
|
+
interface RRSetRoutingPolicyWrrPolicy {
|
|
730
|
+
items?: RRSetRoutingPolicyWrrPolicyWrrPolicyItem[];
|
|
731
|
+
kind?: string;
|
|
732
|
+
}
|
|
733
|
+
interface RRSetRoutingPolicyWrrPolicyWrrPolicyItem {
|
|
734
|
+
/**
|
|
735
|
+
* endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are
|
|
736
|
+
* unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can
|
|
737
|
+
* be set.
|
|
738
|
+
*/
|
|
739
|
+
healthCheckedTargets?: RRSetRoutingPolicyHealthCheckTargets;
|
|
740
|
+
kind?: string;
|
|
741
|
+
rrdatas?: string[];
|
|
742
|
+
/** DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. . */
|
|
743
|
+
signatureRrdatas?: string[];
|
|
744
|
+
/**
|
|
745
|
+
* The weight corresponding to this subset of rrdata. When multiple WeightedRoundRobinPolicyItems are configured, the probability of returning an rrset is proportional to its weight
|
|
746
|
+
* relative to the sum of weights configured for all items. This weight should be non-negative.
|
|
747
|
+
*/
|
|
748
|
+
weight?: number;
|
|
749
|
+
}
|
|
750
|
+
interface ChangesResource {
|
|
751
|
+
/** Atomically updates the ResourceRecordSet collection. */
|
|
752
|
+
create(request: {
|
|
753
|
+
/** V1 error format. */
|
|
754
|
+
"$.xgafv"?: string;
|
|
755
|
+
/** OAuth access token. */
|
|
756
|
+
access_token?: string;
|
|
757
|
+
/** Data format for response. */
|
|
758
|
+
alt?: string;
|
|
759
|
+
/** JSONP */
|
|
760
|
+
callback?: string;
|
|
761
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
762
|
+
clientOperationId?: string;
|
|
763
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
764
|
+
fields?: string;
|
|
765
|
+
/** 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. */
|
|
766
|
+
key?: string;
|
|
767
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
768
|
+
managedZone: string;
|
|
769
|
+
/** OAuth 2.0 token for the current user. */
|
|
770
|
+
oauth_token?: string;
|
|
771
|
+
/** Returns response with indentations and line breaks. */
|
|
772
|
+
prettyPrint?: boolean;
|
|
773
|
+
/** Identifies the project addressed by this request. */
|
|
774
|
+
project: string;
|
|
775
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
776
|
+
quotaUser?: string;
|
|
777
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
778
|
+
upload_protocol?: string;
|
|
779
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
780
|
+
uploadType?: string;
|
|
781
|
+
/** Request body */
|
|
782
|
+
resource: Change;
|
|
783
|
+
}): Request<Change>;
|
|
784
|
+
create(request: {
|
|
785
|
+
/** V1 error format. */
|
|
786
|
+
"$.xgafv"?: string;
|
|
787
|
+
/** OAuth access token. */
|
|
788
|
+
access_token?: string;
|
|
789
|
+
/** Data format for response. */
|
|
790
|
+
alt?: string;
|
|
791
|
+
/** JSONP */
|
|
792
|
+
callback?: string;
|
|
793
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
794
|
+
clientOperationId?: string;
|
|
795
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
796
|
+
fields?: string;
|
|
797
|
+
/** 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. */
|
|
798
|
+
key?: string;
|
|
799
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
800
|
+
managedZone: string;
|
|
801
|
+
/** OAuth 2.0 token for the current user. */
|
|
802
|
+
oauth_token?: string;
|
|
803
|
+
/** Returns response with indentations and line breaks. */
|
|
804
|
+
prettyPrint?: boolean;
|
|
805
|
+
/** Identifies the project addressed by this request. */
|
|
806
|
+
project: string;
|
|
807
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
808
|
+
quotaUser?: string;
|
|
809
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
810
|
+
upload_protocol?: string;
|
|
811
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
812
|
+
uploadType?: string;
|
|
813
|
+
},
|
|
814
|
+
body: Change): Request<Change>;
|
|
815
|
+
/** Fetches the representation of an existing Change. */
|
|
816
|
+
get(request?: {
|
|
817
|
+
/** V1 error format. */
|
|
818
|
+
"$.xgafv"?: string;
|
|
819
|
+
/** OAuth access token. */
|
|
820
|
+
access_token?: string;
|
|
821
|
+
/** Data format for response. */
|
|
822
|
+
alt?: string;
|
|
823
|
+
/** JSONP */
|
|
824
|
+
callback?: string;
|
|
825
|
+
/** The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse. */
|
|
826
|
+
changeId: string;
|
|
827
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
828
|
+
clientOperationId?: string;
|
|
829
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
830
|
+
fields?: string;
|
|
831
|
+
/** 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. */
|
|
832
|
+
key?: string;
|
|
833
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
834
|
+
managedZone: string;
|
|
835
|
+
/** OAuth 2.0 token for the current user. */
|
|
836
|
+
oauth_token?: string;
|
|
837
|
+
/** Returns response with indentations and line breaks. */
|
|
838
|
+
prettyPrint?: boolean;
|
|
839
|
+
/** Identifies the project addressed by this request. */
|
|
840
|
+
project: string;
|
|
841
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
842
|
+
quotaUser?: string;
|
|
843
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
844
|
+
upload_protocol?: string;
|
|
845
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
846
|
+
uploadType?: string;
|
|
847
|
+
}): Request<Change>;
|
|
848
|
+
/** Enumerates Changes to a ResourceRecordSet collection. */
|
|
849
|
+
list(request?: {
|
|
850
|
+
/** V1 error format. */
|
|
851
|
+
"$.xgafv"?: string;
|
|
852
|
+
/** OAuth access token. */
|
|
853
|
+
access_token?: string;
|
|
854
|
+
/** Data format for response. */
|
|
855
|
+
alt?: string;
|
|
856
|
+
/** JSONP */
|
|
857
|
+
callback?: string;
|
|
858
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
859
|
+
fields?: string;
|
|
860
|
+
/** 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. */
|
|
861
|
+
key?: string;
|
|
862
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
863
|
+
managedZone: string;
|
|
864
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
865
|
+
maxResults?: number;
|
|
866
|
+
/** OAuth 2.0 token for the current user. */
|
|
867
|
+
oauth_token?: string;
|
|
868
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
869
|
+
pageToken?: string;
|
|
870
|
+
/** Returns response with indentations and line breaks. */
|
|
871
|
+
prettyPrint?: boolean;
|
|
872
|
+
/** Identifies the project addressed by this request. */
|
|
873
|
+
project: string;
|
|
874
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
875
|
+
quotaUser?: string;
|
|
876
|
+
/** Sorting criterion. The only supported value is change sequence. */
|
|
877
|
+
sortBy?: string;
|
|
878
|
+
/** Sorting order direction: 'ascending' or 'descending'. */
|
|
879
|
+
sortOrder?: string;
|
|
880
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
881
|
+
upload_protocol?: string;
|
|
882
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
883
|
+
uploadType?: string;
|
|
884
|
+
}): Request<ChangesListResponse>;
|
|
885
|
+
}
|
|
886
|
+
interface DnsKeysResource {
|
|
887
|
+
/** Fetches the representation of an existing DnsKey. */
|
|
888
|
+
get(request?: {
|
|
889
|
+
/** V1 error format. */
|
|
890
|
+
"$.xgafv"?: string;
|
|
891
|
+
/** OAuth access token. */
|
|
892
|
+
access_token?: string;
|
|
893
|
+
/** Data format for response. */
|
|
894
|
+
alt?: string;
|
|
895
|
+
/** JSONP */
|
|
896
|
+
callback?: string;
|
|
897
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
898
|
+
clientOperationId?: string;
|
|
899
|
+
/** An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed. */
|
|
900
|
+
digestType?: string;
|
|
901
|
+
/** The identifier of the requested DnsKey. */
|
|
902
|
+
dnsKeyId: string;
|
|
903
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
904
|
+
fields?: string;
|
|
905
|
+
/** 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. */
|
|
906
|
+
key?: string;
|
|
907
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
908
|
+
managedZone: string;
|
|
909
|
+
/** OAuth 2.0 token for the current user. */
|
|
910
|
+
oauth_token?: string;
|
|
911
|
+
/** Returns response with indentations and line breaks. */
|
|
912
|
+
prettyPrint?: boolean;
|
|
913
|
+
/** Identifies the project addressed by this request. */
|
|
914
|
+
project: string;
|
|
915
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
916
|
+
quotaUser?: string;
|
|
917
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
918
|
+
upload_protocol?: string;
|
|
919
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
920
|
+
uploadType?: string;
|
|
921
|
+
}): Request<DnsKey>;
|
|
922
|
+
/** Enumerates DnsKeys to a ResourceRecordSet collection. */
|
|
923
|
+
list(request?: {
|
|
924
|
+
/** V1 error format. */
|
|
925
|
+
"$.xgafv"?: string;
|
|
926
|
+
/** OAuth access token. */
|
|
927
|
+
access_token?: string;
|
|
928
|
+
/** Data format for response. */
|
|
929
|
+
alt?: string;
|
|
930
|
+
/** JSONP */
|
|
931
|
+
callback?: string;
|
|
932
|
+
/** An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed. */
|
|
933
|
+
digestType?: string;
|
|
934
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
935
|
+
fields?: string;
|
|
936
|
+
/** 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. */
|
|
937
|
+
key?: string;
|
|
938
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
939
|
+
managedZone: string;
|
|
940
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
941
|
+
maxResults?: number;
|
|
942
|
+
/** OAuth 2.0 token for the current user. */
|
|
943
|
+
oauth_token?: string;
|
|
944
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
945
|
+
pageToken?: string;
|
|
946
|
+
/** Returns response with indentations and line breaks. */
|
|
947
|
+
prettyPrint?: boolean;
|
|
948
|
+
/** Identifies the project addressed by this request. */
|
|
949
|
+
project: string;
|
|
950
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
951
|
+
quotaUser?: string;
|
|
952
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
953
|
+
upload_protocol?: string;
|
|
954
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
955
|
+
uploadType?: string;
|
|
956
|
+
}): Request<DnsKeysListResponse>;
|
|
957
|
+
}
|
|
958
|
+
interface ManagedZoneOperationsResource {
|
|
959
|
+
/** Fetches the representation of an existing Operation. */
|
|
960
|
+
get(request?: {
|
|
961
|
+
/** V1 error format. */
|
|
962
|
+
"$.xgafv"?: string;
|
|
963
|
+
/** OAuth access token. */
|
|
964
|
+
access_token?: string;
|
|
965
|
+
/** Data format for response. */
|
|
966
|
+
alt?: string;
|
|
967
|
+
/** JSONP */
|
|
968
|
+
callback?: string;
|
|
969
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
970
|
+
clientOperationId?: string;
|
|
971
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
972
|
+
fields?: string;
|
|
973
|
+
/** 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. */
|
|
974
|
+
key?: string;
|
|
975
|
+
/** Identifies the managed zone addressed by this request. */
|
|
976
|
+
managedZone: string;
|
|
977
|
+
/** OAuth 2.0 token for the current user. */
|
|
978
|
+
oauth_token?: string;
|
|
979
|
+
/** Identifies the operation addressed by this request (ID of the operation). */
|
|
980
|
+
operation: string;
|
|
981
|
+
/** Returns response with indentations and line breaks. */
|
|
982
|
+
prettyPrint?: boolean;
|
|
983
|
+
/** Identifies the project addressed by this request. */
|
|
984
|
+
project: string;
|
|
985
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
986
|
+
quotaUser?: string;
|
|
987
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
988
|
+
upload_protocol?: string;
|
|
989
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
990
|
+
uploadType?: string;
|
|
991
|
+
}): Request<Operation>;
|
|
992
|
+
/** Enumerates Operations for the given ManagedZone. */
|
|
993
|
+
list(request?: {
|
|
994
|
+
/** V1 error format. */
|
|
995
|
+
"$.xgafv"?: string;
|
|
996
|
+
/** OAuth access token. */
|
|
997
|
+
access_token?: string;
|
|
998
|
+
/** Data format for response. */
|
|
999
|
+
alt?: string;
|
|
1000
|
+
/** JSONP */
|
|
1001
|
+
callback?: string;
|
|
1002
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1003
|
+
fields?: string;
|
|
1004
|
+
/** 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. */
|
|
1005
|
+
key?: string;
|
|
1006
|
+
/** Identifies the managed zone addressed by this request. */
|
|
1007
|
+
managedZone: string;
|
|
1008
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
1009
|
+
maxResults?: number;
|
|
1010
|
+
/** OAuth 2.0 token for the current user. */
|
|
1011
|
+
oauth_token?: string;
|
|
1012
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
1013
|
+
pageToken?: string;
|
|
1014
|
+
/** Returns response with indentations and line breaks. */
|
|
1015
|
+
prettyPrint?: boolean;
|
|
1016
|
+
/** Identifies the project addressed by this request. */
|
|
1017
|
+
project: string;
|
|
1018
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1019
|
+
quotaUser?: string;
|
|
1020
|
+
/** Sorting criterion. The only supported values are START_TIME and ID. */
|
|
1021
|
+
sortBy?: string;
|
|
1022
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1023
|
+
upload_protocol?: string;
|
|
1024
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1025
|
+
uploadType?: string;
|
|
1026
|
+
}): Request<ManagedZoneOperationsListResponse>;
|
|
1027
|
+
}
|
|
1028
|
+
interface ManagedZonesResource {
|
|
1029
|
+
/** Creates a new ManagedZone. */
|
|
1030
|
+
create(request: {
|
|
1031
|
+
/** V1 error format. */
|
|
1032
|
+
"$.xgafv"?: string;
|
|
1033
|
+
/** OAuth access token. */
|
|
1034
|
+
access_token?: string;
|
|
1035
|
+
/** Data format for response. */
|
|
1036
|
+
alt?: string;
|
|
1037
|
+
/** JSONP */
|
|
1038
|
+
callback?: string;
|
|
1039
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1040
|
+
clientOperationId?: string;
|
|
1041
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1042
|
+
fields?: string;
|
|
1043
|
+
/** 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. */
|
|
1044
|
+
key?: string;
|
|
1045
|
+
/** OAuth 2.0 token for the current user. */
|
|
1046
|
+
oauth_token?: string;
|
|
1047
|
+
/** Returns response with indentations and line breaks. */
|
|
1048
|
+
prettyPrint?: boolean;
|
|
1049
|
+
/** Identifies the project addressed by this request. */
|
|
1050
|
+
project: string;
|
|
1051
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1052
|
+
quotaUser?: string;
|
|
1053
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1054
|
+
upload_protocol?: string;
|
|
1055
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1056
|
+
uploadType?: string;
|
|
1057
|
+
/** Request body */
|
|
1058
|
+
resource: ManagedZone;
|
|
1059
|
+
}): Request<ManagedZone>;
|
|
1060
|
+
create(request: {
|
|
1061
|
+
/** V1 error format. */
|
|
1062
|
+
"$.xgafv"?: string;
|
|
1063
|
+
/** OAuth access token. */
|
|
1064
|
+
access_token?: string;
|
|
1065
|
+
/** Data format for response. */
|
|
1066
|
+
alt?: string;
|
|
1067
|
+
/** JSONP */
|
|
1068
|
+
callback?: string;
|
|
1069
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1070
|
+
clientOperationId?: string;
|
|
1071
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1072
|
+
fields?: string;
|
|
1073
|
+
/** 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. */
|
|
1074
|
+
key?: string;
|
|
1075
|
+
/** OAuth 2.0 token for the current user. */
|
|
1076
|
+
oauth_token?: string;
|
|
1077
|
+
/** Returns response with indentations and line breaks. */
|
|
1078
|
+
prettyPrint?: boolean;
|
|
1079
|
+
/** Identifies the project addressed by this request. */
|
|
1080
|
+
project: string;
|
|
1081
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1082
|
+
quotaUser?: string;
|
|
1083
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1084
|
+
upload_protocol?: string;
|
|
1085
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1086
|
+
uploadType?: string;
|
|
1087
|
+
},
|
|
1088
|
+
body: ManagedZone): Request<ManagedZone>;
|
|
1089
|
+
/** Deletes a previously created ManagedZone. */
|
|
1090
|
+
delete(request?: {
|
|
1091
|
+
/** V1 error format. */
|
|
1092
|
+
"$.xgafv"?: string;
|
|
1093
|
+
/** OAuth access token. */
|
|
1094
|
+
access_token?: string;
|
|
1095
|
+
/** Data format for response. */
|
|
1096
|
+
alt?: string;
|
|
1097
|
+
/** JSONP */
|
|
1098
|
+
callback?: string;
|
|
1099
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1100
|
+
clientOperationId?: string;
|
|
1101
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1102
|
+
fields?: string;
|
|
1103
|
+
/** 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. */
|
|
1104
|
+
key?: string;
|
|
1105
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1106
|
+
managedZone: string;
|
|
1107
|
+
/** OAuth 2.0 token for the current user. */
|
|
1108
|
+
oauth_token?: string;
|
|
1109
|
+
/** Returns response with indentations and line breaks. */
|
|
1110
|
+
prettyPrint?: boolean;
|
|
1111
|
+
/** Identifies the project addressed by this request. */
|
|
1112
|
+
project: string;
|
|
1113
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1114
|
+
quotaUser?: string;
|
|
1115
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1116
|
+
upload_protocol?: string;
|
|
1117
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1118
|
+
uploadType?: string;
|
|
1119
|
+
}): Request<void>;
|
|
1120
|
+
/** Fetches the representation of an existing ManagedZone. */
|
|
1121
|
+
get(request?: {
|
|
1122
|
+
/** V1 error format. */
|
|
1123
|
+
"$.xgafv"?: string;
|
|
1124
|
+
/** OAuth access token. */
|
|
1125
|
+
access_token?: string;
|
|
1126
|
+
/** Data format for response. */
|
|
1127
|
+
alt?: string;
|
|
1128
|
+
/** JSONP */
|
|
1129
|
+
callback?: string;
|
|
1130
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1131
|
+
clientOperationId?: string;
|
|
1132
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1133
|
+
fields?: string;
|
|
1134
|
+
/** 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. */
|
|
1135
|
+
key?: string;
|
|
1136
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1137
|
+
managedZone: string;
|
|
1138
|
+
/** OAuth 2.0 token for the current user. */
|
|
1139
|
+
oauth_token?: string;
|
|
1140
|
+
/** Returns response with indentations and line breaks. */
|
|
1141
|
+
prettyPrint?: boolean;
|
|
1142
|
+
/** Identifies the project addressed by this request. */
|
|
1143
|
+
project: string;
|
|
1144
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1145
|
+
quotaUser?: string;
|
|
1146
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1147
|
+
upload_protocol?: string;
|
|
1148
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1149
|
+
uploadType?: string;
|
|
1150
|
+
}): Request<ManagedZone>;
|
|
1151
|
+
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
1152
|
+
getIamPolicy(request: {
|
|
1153
|
+
/** V1 error format. */
|
|
1154
|
+
"$.xgafv"?: string;
|
|
1155
|
+
/** OAuth access token. */
|
|
1156
|
+
access_token?: string;
|
|
1157
|
+
/** Data format for response. */
|
|
1158
|
+
alt?: string;
|
|
1159
|
+
/** JSONP */
|
|
1160
|
+
callback?: string;
|
|
1161
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1162
|
+
fields?: string;
|
|
1163
|
+
/** 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. */
|
|
1164
|
+
key?: string;
|
|
1165
|
+
/** OAuth 2.0 token for the current user. */
|
|
1166
|
+
oauth_token?: string;
|
|
1167
|
+
/** Returns response with indentations and line breaks. */
|
|
1168
|
+
prettyPrint?: boolean;
|
|
1169
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1170
|
+
quotaUser?: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
|
|
1173
|
+
* field.
|
|
1174
|
+
*/
|
|
1175
|
+
resource: string;
|
|
1176
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1177
|
+
upload_protocol?: string;
|
|
1178
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1179
|
+
uploadType?: string;
|
|
1180
|
+
},
|
|
1181
|
+
body: GoogleIamV1GetIamPolicyRequest): Request<GoogleIamV1Policy>;
|
|
1182
|
+
/** Enumerates ManagedZones that have been created but not yet deleted. */
|
|
1183
|
+
list(request?: {
|
|
1184
|
+
/** V1 error format. */
|
|
1185
|
+
"$.xgafv"?: string;
|
|
1186
|
+
/** OAuth access token. */
|
|
1187
|
+
access_token?: string;
|
|
1188
|
+
/** Data format for response. */
|
|
1189
|
+
alt?: string;
|
|
1190
|
+
/** JSONP */
|
|
1191
|
+
callback?: string;
|
|
1192
|
+
/** Restricts the list to return only zones with this domain name. */
|
|
1193
|
+
dnsName?: string;
|
|
1194
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1195
|
+
fields?: string;
|
|
1196
|
+
/** 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. */
|
|
1197
|
+
key?: string;
|
|
1198
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
1199
|
+
maxResults?: number;
|
|
1200
|
+
/** OAuth 2.0 token for the current user. */
|
|
1201
|
+
oauth_token?: string;
|
|
1202
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
1203
|
+
pageToken?: string;
|
|
1204
|
+
/** Returns response with indentations and line breaks. */
|
|
1205
|
+
prettyPrint?: boolean;
|
|
1206
|
+
/** Identifies the project addressed by this request. */
|
|
1207
|
+
project: string;
|
|
1208
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1209
|
+
quotaUser?: string;
|
|
1210
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1211
|
+
upload_protocol?: string;
|
|
1212
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1213
|
+
uploadType?: string;
|
|
1214
|
+
}): Request<ManagedZonesListResponse>;
|
|
1215
|
+
/** Applies a partial update to an existing ManagedZone. */
|
|
1216
|
+
patch(request: {
|
|
1217
|
+
/** V1 error format. */
|
|
1218
|
+
"$.xgafv"?: string;
|
|
1219
|
+
/** OAuth access token. */
|
|
1220
|
+
access_token?: string;
|
|
1221
|
+
/** Data format for response. */
|
|
1222
|
+
alt?: string;
|
|
1223
|
+
/** JSONP */
|
|
1224
|
+
callback?: string;
|
|
1225
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1226
|
+
clientOperationId?: string;
|
|
1227
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1228
|
+
fields?: string;
|
|
1229
|
+
/** 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. */
|
|
1230
|
+
key?: string;
|
|
1231
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1232
|
+
managedZone: string;
|
|
1233
|
+
/** OAuth 2.0 token for the current user. */
|
|
1234
|
+
oauth_token?: string;
|
|
1235
|
+
/** Returns response with indentations and line breaks. */
|
|
1236
|
+
prettyPrint?: boolean;
|
|
1237
|
+
/** Identifies the project addressed by this request. */
|
|
1238
|
+
project: string;
|
|
1239
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1240
|
+
quotaUser?: string;
|
|
1241
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1242
|
+
upload_protocol?: string;
|
|
1243
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1244
|
+
uploadType?: string;
|
|
1245
|
+
/** Request body */
|
|
1246
|
+
resource: ManagedZone;
|
|
1247
|
+
}): Request<Operation>;
|
|
1248
|
+
patch(request: {
|
|
1249
|
+
/** V1 error format. */
|
|
1250
|
+
"$.xgafv"?: string;
|
|
1251
|
+
/** OAuth access token. */
|
|
1252
|
+
access_token?: string;
|
|
1253
|
+
/** Data format for response. */
|
|
1254
|
+
alt?: string;
|
|
1255
|
+
/** JSONP */
|
|
1256
|
+
callback?: string;
|
|
1257
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1258
|
+
clientOperationId?: string;
|
|
1259
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1260
|
+
fields?: string;
|
|
1261
|
+
/** 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. */
|
|
1262
|
+
key?: string;
|
|
1263
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1264
|
+
managedZone: string;
|
|
1265
|
+
/** OAuth 2.0 token for the current user. */
|
|
1266
|
+
oauth_token?: string;
|
|
1267
|
+
/** Returns response with indentations and line breaks. */
|
|
1268
|
+
prettyPrint?: boolean;
|
|
1269
|
+
/** Identifies the project addressed by this request. */
|
|
1270
|
+
project: string;
|
|
1271
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1272
|
+
quotaUser?: string;
|
|
1273
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1274
|
+
upload_protocol?: string;
|
|
1275
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1276
|
+
uploadType?: string;
|
|
1277
|
+
},
|
|
1278
|
+
body: ManagedZone): Request<Operation>;
|
|
1279
|
+
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
1280
|
+
setIamPolicy(request: {
|
|
1281
|
+
/** V1 error format. */
|
|
1282
|
+
"$.xgafv"?: string;
|
|
1283
|
+
/** OAuth access token. */
|
|
1284
|
+
access_token?: string;
|
|
1285
|
+
/** Data format for response. */
|
|
1286
|
+
alt?: string;
|
|
1287
|
+
/** JSONP */
|
|
1288
|
+
callback?: string;
|
|
1289
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1290
|
+
fields?: string;
|
|
1291
|
+
/** 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. */
|
|
1292
|
+
key?: string;
|
|
1293
|
+
/** OAuth 2.0 token for the current user. */
|
|
1294
|
+
oauth_token?: string;
|
|
1295
|
+
/** Returns response with indentations and line breaks. */
|
|
1296
|
+
prettyPrint?: boolean;
|
|
1297
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1298
|
+
quotaUser?: string;
|
|
1299
|
+
/**
|
|
1300
|
+
* REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this
|
|
1301
|
+
* field.
|
|
1302
|
+
*/
|
|
1303
|
+
resource: string;
|
|
1304
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1305
|
+
upload_protocol?: string;
|
|
1306
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1307
|
+
uploadType?: string;
|
|
1308
|
+
},
|
|
1309
|
+
body: GoogleIamV1SetIamPolicyRequest): Request<GoogleIamV1Policy>;
|
|
1310
|
+
/**
|
|
1311
|
+
* Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This
|
|
1312
|
+
* operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
|
|
1313
|
+
*/
|
|
1314
|
+
testIamPermissions(request: {
|
|
1315
|
+
/** V1 error format. */
|
|
1316
|
+
"$.xgafv"?: string;
|
|
1317
|
+
/** OAuth access token. */
|
|
1318
|
+
access_token?: string;
|
|
1319
|
+
/** Data format for response. */
|
|
1320
|
+
alt?: string;
|
|
1321
|
+
/** JSONP */
|
|
1322
|
+
callback?: string;
|
|
1323
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1324
|
+
fields?: string;
|
|
1325
|
+
/** 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. */
|
|
1326
|
+
key?: string;
|
|
1327
|
+
/** OAuth 2.0 token for the current user. */
|
|
1328
|
+
oauth_token?: string;
|
|
1329
|
+
/** Returns response with indentations and line breaks. */
|
|
1330
|
+
prettyPrint?: boolean;
|
|
1331
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1332
|
+
quotaUser?: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
|
|
1335
|
+
* this field.
|
|
1336
|
+
*/
|
|
1337
|
+
resource: string;
|
|
1338
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1339
|
+
upload_protocol?: string;
|
|
1340
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1341
|
+
uploadType?: string;
|
|
1342
|
+
},
|
|
1343
|
+
body: GoogleIamV1TestIamPermissionsRequest): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
1344
|
+
/** Updates an existing ManagedZone. */
|
|
1345
|
+
update(request: {
|
|
1346
|
+
/** V1 error format. */
|
|
1347
|
+
"$.xgafv"?: string;
|
|
1348
|
+
/** OAuth access token. */
|
|
1349
|
+
access_token?: string;
|
|
1350
|
+
/** Data format for response. */
|
|
1351
|
+
alt?: string;
|
|
1352
|
+
/** JSONP */
|
|
1353
|
+
callback?: string;
|
|
1354
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1355
|
+
clientOperationId?: string;
|
|
1356
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1357
|
+
fields?: string;
|
|
1358
|
+
/** 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. */
|
|
1359
|
+
key?: string;
|
|
1360
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1361
|
+
managedZone: string;
|
|
1362
|
+
/** OAuth 2.0 token for the current user. */
|
|
1363
|
+
oauth_token?: string;
|
|
1364
|
+
/** Returns response with indentations and line breaks. */
|
|
1365
|
+
prettyPrint?: boolean;
|
|
1366
|
+
/** Identifies the project addressed by this request. */
|
|
1367
|
+
project: string;
|
|
1368
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1369
|
+
quotaUser?: string;
|
|
1370
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1371
|
+
upload_protocol?: string;
|
|
1372
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1373
|
+
uploadType?: string;
|
|
1374
|
+
/** Request body */
|
|
1375
|
+
resource: ManagedZone;
|
|
1376
|
+
}): Request<Operation>;
|
|
1377
|
+
update(request: {
|
|
1378
|
+
/** V1 error format. */
|
|
1379
|
+
"$.xgafv"?: string;
|
|
1380
|
+
/** OAuth access token. */
|
|
1381
|
+
access_token?: string;
|
|
1382
|
+
/** Data format for response. */
|
|
1383
|
+
alt?: string;
|
|
1384
|
+
/** JSONP */
|
|
1385
|
+
callback?: string;
|
|
1386
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1387
|
+
clientOperationId?: string;
|
|
1388
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1389
|
+
fields?: string;
|
|
1390
|
+
/** 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. */
|
|
1391
|
+
key?: string;
|
|
1392
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1393
|
+
managedZone: string;
|
|
1394
|
+
/** OAuth 2.0 token for the current user. */
|
|
1395
|
+
oauth_token?: string;
|
|
1396
|
+
/** Returns response with indentations and line breaks. */
|
|
1397
|
+
prettyPrint?: boolean;
|
|
1398
|
+
/** Identifies the project addressed by this request. */
|
|
1399
|
+
project: string;
|
|
1400
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1401
|
+
quotaUser?: string;
|
|
1402
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1403
|
+
upload_protocol?: string;
|
|
1404
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1405
|
+
uploadType?: string;
|
|
1406
|
+
},
|
|
1407
|
+
body: ManagedZone): Request<Operation>;
|
|
1408
|
+
}
|
|
1409
|
+
interface PoliciesResource {
|
|
1410
|
+
/** Creates a new Policy. */
|
|
1411
|
+
create(request: {
|
|
1412
|
+
/** V1 error format. */
|
|
1413
|
+
"$.xgafv"?: string;
|
|
1414
|
+
/** OAuth access token. */
|
|
1415
|
+
access_token?: string;
|
|
1416
|
+
/** Data format for response. */
|
|
1417
|
+
alt?: string;
|
|
1418
|
+
/** JSONP */
|
|
1419
|
+
callback?: string;
|
|
1420
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1421
|
+
clientOperationId?: string;
|
|
1422
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1423
|
+
fields?: string;
|
|
1424
|
+
/** 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. */
|
|
1425
|
+
key?: string;
|
|
1426
|
+
/** OAuth 2.0 token for the current user. */
|
|
1427
|
+
oauth_token?: string;
|
|
1428
|
+
/** Returns response with indentations and line breaks. */
|
|
1429
|
+
prettyPrint?: boolean;
|
|
1430
|
+
/** Identifies the project addressed by this request. */
|
|
1431
|
+
project: string;
|
|
1432
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1433
|
+
quotaUser?: string;
|
|
1434
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1435
|
+
upload_protocol?: string;
|
|
1436
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1437
|
+
uploadType?: string;
|
|
1438
|
+
/** Request body */
|
|
1439
|
+
resource: Policy;
|
|
1440
|
+
}): Request<Policy>;
|
|
1441
|
+
create(request: {
|
|
1442
|
+
/** V1 error format. */
|
|
1443
|
+
"$.xgafv"?: string;
|
|
1444
|
+
/** OAuth access token. */
|
|
1445
|
+
access_token?: string;
|
|
1446
|
+
/** Data format for response. */
|
|
1447
|
+
alt?: string;
|
|
1448
|
+
/** JSONP */
|
|
1449
|
+
callback?: string;
|
|
1450
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1451
|
+
clientOperationId?: string;
|
|
1452
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1453
|
+
fields?: string;
|
|
1454
|
+
/** 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. */
|
|
1455
|
+
key?: string;
|
|
1456
|
+
/** OAuth 2.0 token for the current user. */
|
|
1457
|
+
oauth_token?: string;
|
|
1458
|
+
/** Returns response with indentations and line breaks. */
|
|
1459
|
+
prettyPrint?: boolean;
|
|
1460
|
+
/** Identifies the project addressed by this request. */
|
|
1461
|
+
project: string;
|
|
1462
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1463
|
+
quotaUser?: string;
|
|
1464
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1465
|
+
upload_protocol?: string;
|
|
1466
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1467
|
+
uploadType?: string;
|
|
1468
|
+
},
|
|
1469
|
+
body: Policy): Request<Policy>;
|
|
1470
|
+
/** Deletes a previously created Policy. Fails if the policy is still being referenced by a network. */
|
|
1471
|
+
delete(request?: {
|
|
1472
|
+
/** V1 error format. */
|
|
1473
|
+
"$.xgafv"?: string;
|
|
1474
|
+
/** OAuth access token. */
|
|
1475
|
+
access_token?: string;
|
|
1476
|
+
/** Data format for response. */
|
|
1477
|
+
alt?: string;
|
|
1478
|
+
/** JSONP */
|
|
1479
|
+
callback?: string;
|
|
1480
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1481
|
+
clientOperationId?: string;
|
|
1482
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1483
|
+
fields?: string;
|
|
1484
|
+
/** 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. */
|
|
1485
|
+
key?: string;
|
|
1486
|
+
/** OAuth 2.0 token for the current user. */
|
|
1487
|
+
oauth_token?: string;
|
|
1488
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1489
|
+
policy: string;
|
|
1490
|
+
/** Returns response with indentations and line breaks. */
|
|
1491
|
+
prettyPrint?: boolean;
|
|
1492
|
+
/** Identifies the project addressed by this request. */
|
|
1493
|
+
project: string;
|
|
1494
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1495
|
+
quotaUser?: string;
|
|
1496
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1497
|
+
upload_protocol?: string;
|
|
1498
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1499
|
+
uploadType?: string;
|
|
1500
|
+
}): Request<void>;
|
|
1501
|
+
/** Fetches the representation of an existing Policy. */
|
|
1502
|
+
get(request?: {
|
|
1503
|
+
/** V1 error format. */
|
|
1504
|
+
"$.xgafv"?: string;
|
|
1505
|
+
/** OAuth access token. */
|
|
1506
|
+
access_token?: string;
|
|
1507
|
+
/** Data format for response. */
|
|
1508
|
+
alt?: string;
|
|
1509
|
+
/** JSONP */
|
|
1510
|
+
callback?: string;
|
|
1511
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1512
|
+
clientOperationId?: string;
|
|
1513
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1514
|
+
fields?: string;
|
|
1515
|
+
/** 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. */
|
|
1516
|
+
key?: string;
|
|
1517
|
+
/** OAuth 2.0 token for the current user. */
|
|
1518
|
+
oauth_token?: string;
|
|
1519
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1520
|
+
policy: string;
|
|
1521
|
+
/** Returns response with indentations and line breaks. */
|
|
1522
|
+
prettyPrint?: boolean;
|
|
1523
|
+
/** Identifies the project addressed by this request. */
|
|
1524
|
+
project: string;
|
|
1525
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1526
|
+
quotaUser?: string;
|
|
1527
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1528
|
+
upload_protocol?: string;
|
|
1529
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1530
|
+
uploadType?: string;
|
|
1531
|
+
}): Request<Policy>;
|
|
1532
|
+
/** Enumerates all Policies associated with a project. */
|
|
1533
|
+
list(request?: {
|
|
1534
|
+
/** V1 error format. */
|
|
1535
|
+
"$.xgafv"?: string;
|
|
1536
|
+
/** OAuth access token. */
|
|
1537
|
+
access_token?: string;
|
|
1538
|
+
/** Data format for response. */
|
|
1539
|
+
alt?: string;
|
|
1540
|
+
/** JSONP */
|
|
1541
|
+
callback?: string;
|
|
1542
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1543
|
+
fields?: string;
|
|
1544
|
+
/** 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. */
|
|
1545
|
+
key?: string;
|
|
1546
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
1547
|
+
maxResults?: number;
|
|
1548
|
+
/** OAuth 2.0 token for the current user. */
|
|
1549
|
+
oauth_token?: string;
|
|
1550
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
1551
|
+
pageToken?: string;
|
|
1552
|
+
/** Returns response with indentations and line breaks. */
|
|
1553
|
+
prettyPrint?: boolean;
|
|
1554
|
+
/** Identifies the project addressed by this request. */
|
|
1555
|
+
project: string;
|
|
1556
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1557
|
+
quotaUser?: string;
|
|
1558
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1559
|
+
upload_protocol?: string;
|
|
1560
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1561
|
+
uploadType?: string;
|
|
1562
|
+
}): Request<PoliciesListResponse>;
|
|
1563
|
+
/** Applies a partial update to an existing Policy. */
|
|
1564
|
+
patch(request: {
|
|
1565
|
+
/** V1 error format. */
|
|
1566
|
+
"$.xgafv"?: string;
|
|
1567
|
+
/** OAuth access token. */
|
|
1568
|
+
access_token?: string;
|
|
1569
|
+
/** Data format for response. */
|
|
1570
|
+
alt?: string;
|
|
1571
|
+
/** JSONP */
|
|
1572
|
+
callback?: string;
|
|
1573
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1574
|
+
clientOperationId?: string;
|
|
1575
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1576
|
+
fields?: string;
|
|
1577
|
+
/** 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. */
|
|
1578
|
+
key?: string;
|
|
1579
|
+
/** OAuth 2.0 token for the current user. */
|
|
1580
|
+
oauth_token?: string;
|
|
1581
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1582
|
+
policy: string;
|
|
1583
|
+
/** Returns response with indentations and line breaks. */
|
|
1584
|
+
prettyPrint?: boolean;
|
|
1585
|
+
/** Identifies the project addressed by this request. */
|
|
1586
|
+
project: string;
|
|
1587
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1588
|
+
quotaUser?: string;
|
|
1589
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1590
|
+
upload_protocol?: string;
|
|
1591
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1592
|
+
uploadType?: string;
|
|
1593
|
+
/** Request body */
|
|
1594
|
+
resource: Policy;
|
|
1595
|
+
}): Request<PoliciesPatchResponse>;
|
|
1596
|
+
patch(request: {
|
|
1597
|
+
/** V1 error format. */
|
|
1598
|
+
"$.xgafv"?: string;
|
|
1599
|
+
/** OAuth access token. */
|
|
1600
|
+
access_token?: string;
|
|
1601
|
+
/** Data format for response. */
|
|
1602
|
+
alt?: string;
|
|
1603
|
+
/** JSONP */
|
|
1604
|
+
callback?: string;
|
|
1605
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1606
|
+
clientOperationId?: string;
|
|
1607
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1608
|
+
fields?: string;
|
|
1609
|
+
/** 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. */
|
|
1610
|
+
key?: string;
|
|
1611
|
+
/** OAuth 2.0 token for the current user. */
|
|
1612
|
+
oauth_token?: string;
|
|
1613
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1614
|
+
policy: string;
|
|
1615
|
+
/** Returns response with indentations and line breaks. */
|
|
1616
|
+
prettyPrint?: boolean;
|
|
1617
|
+
/** Identifies the project addressed by this request. */
|
|
1618
|
+
project: string;
|
|
1619
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1620
|
+
quotaUser?: string;
|
|
1621
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1622
|
+
upload_protocol?: string;
|
|
1623
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1624
|
+
uploadType?: string;
|
|
1625
|
+
},
|
|
1626
|
+
body: Policy): Request<PoliciesPatchResponse>;
|
|
1627
|
+
/** Updates an existing Policy. */
|
|
1628
|
+
update(request: {
|
|
1629
|
+
/** V1 error format. */
|
|
1630
|
+
"$.xgafv"?: string;
|
|
1631
|
+
/** OAuth access token. */
|
|
1632
|
+
access_token?: string;
|
|
1633
|
+
/** Data format for response. */
|
|
1634
|
+
alt?: string;
|
|
1635
|
+
/** JSONP */
|
|
1636
|
+
callback?: string;
|
|
1637
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1638
|
+
clientOperationId?: string;
|
|
1639
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1640
|
+
fields?: string;
|
|
1641
|
+
/** 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. */
|
|
1642
|
+
key?: string;
|
|
1643
|
+
/** OAuth 2.0 token for the current user. */
|
|
1644
|
+
oauth_token?: string;
|
|
1645
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1646
|
+
policy: string;
|
|
1647
|
+
/** Returns response with indentations and line breaks. */
|
|
1648
|
+
prettyPrint?: boolean;
|
|
1649
|
+
/** Identifies the project addressed by this request. */
|
|
1650
|
+
project: string;
|
|
1651
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1652
|
+
quotaUser?: string;
|
|
1653
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1654
|
+
upload_protocol?: string;
|
|
1655
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1656
|
+
uploadType?: string;
|
|
1657
|
+
/** Request body */
|
|
1658
|
+
resource: Policy;
|
|
1659
|
+
}): Request<PoliciesUpdateResponse>;
|
|
1660
|
+
update(request: {
|
|
1661
|
+
/** V1 error format. */
|
|
1662
|
+
"$.xgafv"?: string;
|
|
1663
|
+
/** OAuth access token. */
|
|
1664
|
+
access_token?: string;
|
|
1665
|
+
/** Data format for response. */
|
|
1666
|
+
alt?: string;
|
|
1667
|
+
/** JSONP */
|
|
1668
|
+
callback?: string;
|
|
1669
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1670
|
+
clientOperationId?: string;
|
|
1671
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1672
|
+
fields?: string;
|
|
1673
|
+
/** 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. */
|
|
1674
|
+
key?: string;
|
|
1675
|
+
/** OAuth 2.0 token for the current user. */
|
|
1676
|
+
oauth_token?: string;
|
|
1677
|
+
/** User given friendly name of the policy addressed by this request. */
|
|
1678
|
+
policy: string;
|
|
1679
|
+
/** Returns response with indentations and line breaks. */
|
|
1680
|
+
prettyPrint?: boolean;
|
|
1681
|
+
/** Identifies the project addressed by this request. */
|
|
1682
|
+
project: string;
|
|
1683
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1684
|
+
quotaUser?: string;
|
|
1685
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1686
|
+
upload_protocol?: string;
|
|
1687
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1688
|
+
uploadType?: string;
|
|
1689
|
+
},
|
|
1690
|
+
body: Policy): Request<PoliciesUpdateResponse>;
|
|
1691
|
+
}
|
|
1692
|
+
interface ProjectsResource {
|
|
1693
|
+
/** Fetches the representation of an existing Project. */
|
|
1694
|
+
get(request?: {
|
|
1695
|
+
/** V1 error format. */
|
|
1696
|
+
"$.xgafv"?: string;
|
|
1697
|
+
/** OAuth access token. */
|
|
1698
|
+
access_token?: string;
|
|
1699
|
+
/** Data format for response. */
|
|
1700
|
+
alt?: string;
|
|
1701
|
+
/** JSONP */
|
|
1702
|
+
callback?: string;
|
|
1703
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1704
|
+
clientOperationId?: string;
|
|
1705
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1706
|
+
fields?: string;
|
|
1707
|
+
/** 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. */
|
|
1708
|
+
key?: string;
|
|
1709
|
+
/** OAuth 2.0 token for the current user. */
|
|
1710
|
+
oauth_token?: string;
|
|
1711
|
+
/** Returns response with indentations and line breaks. */
|
|
1712
|
+
prettyPrint?: boolean;
|
|
1713
|
+
/** Identifies the project addressed by this request. */
|
|
1714
|
+
project: string;
|
|
1715
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1716
|
+
quotaUser?: string;
|
|
1717
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1718
|
+
upload_protocol?: string;
|
|
1719
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1720
|
+
uploadType?: string;
|
|
1721
|
+
}): Request<Project>;
|
|
1722
|
+
}
|
|
1723
|
+
interface ResourceRecordSetsResource {
|
|
1724
|
+
/** Creates a new ResourceRecordSet. */
|
|
1725
|
+
create(request: {
|
|
1726
|
+
/** V1 error format. */
|
|
1727
|
+
"$.xgafv"?: string;
|
|
1728
|
+
/** OAuth access token. */
|
|
1729
|
+
access_token?: string;
|
|
1730
|
+
/** Data format for response. */
|
|
1731
|
+
alt?: string;
|
|
1732
|
+
/** JSONP */
|
|
1733
|
+
callback?: string;
|
|
1734
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1735
|
+
clientOperationId?: string;
|
|
1736
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1737
|
+
fields?: string;
|
|
1738
|
+
/** 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. */
|
|
1739
|
+
key?: string;
|
|
1740
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1741
|
+
managedZone: string;
|
|
1742
|
+
/** OAuth 2.0 token for the current user. */
|
|
1743
|
+
oauth_token?: string;
|
|
1744
|
+
/** Returns response with indentations and line breaks. */
|
|
1745
|
+
prettyPrint?: boolean;
|
|
1746
|
+
/** Identifies the project addressed by this request. */
|
|
1747
|
+
project: string;
|
|
1748
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1749
|
+
quotaUser?: string;
|
|
1750
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1751
|
+
upload_protocol?: string;
|
|
1752
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1753
|
+
uploadType?: string;
|
|
1754
|
+
/** Request body */
|
|
1755
|
+
resource: ResourceRecordSet;
|
|
1756
|
+
}): Request<ResourceRecordSet>;
|
|
1757
|
+
create(request: {
|
|
1758
|
+
/** V1 error format. */
|
|
1759
|
+
"$.xgafv"?: string;
|
|
1760
|
+
/** OAuth access token. */
|
|
1761
|
+
access_token?: string;
|
|
1762
|
+
/** Data format for response. */
|
|
1763
|
+
alt?: string;
|
|
1764
|
+
/** JSONP */
|
|
1765
|
+
callback?: string;
|
|
1766
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1767
|
+
clientOperationId?: string;
|
|
1768
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1769
|
+
fields?: string;
|
|
1770
|
+
/** 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. */
|
|
1771
|
+
key?: string;
|
|
1772
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1773
|
+
managedZone: string;
|
|
1774
|
+
/** OAuth 2.0 token for the current user. */
|
|
1775
|
+
oauth_token?: string;
|
|
1776
|
+
/** Returns response with indentations and line breaks. */
|
|
1777
|
+
prettyPrint?: boolean;
|
|
1778
|
+
/** Identifies the project addressed by this request. */
|
|
1779
|
+
project: string;
|
|
1780
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1781
|
+
quotaUser?: string;
|
|
1782
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1783
|
+
upload_protocol?: string;
|
|
1784
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1785
|
+
uploadType?: string;
|
|
1786
|
+
},
|
|
1787
|
+
body: ResourceRecordSet): Request<ResourceRecordSet>;
|
|
1788
|
+
/** Deletes a previously created ResourceRecordSet. */
|
|
1789
|
+
delete(request?: {
|
|
1790
|
+
/** V1 error format. */
|
|
1791
|
+
"$.xgafv"?: string;
|
|
1792
|
+
/** OAuth access token. */
|
|
1793
|
+
access_token?: string;
|
|
1794
|
+
/** Data format for response. */
|
|
1795
|
+
alt?: string;
|
|
1796
|
+
/** JSONP */
|
|
1797
|
+
callback?: string;
|
|
1798
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1799
|
+
clientOperationId?: string;
|
|
1800
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1801
|
+
fields?: string;
|
|
1802
|
+
/** 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. */
|
|
1803
|
+
key?: string;
|
|
1804
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1805
|
+
managedZone: string;
|
|
1806
|
+
/** Fully qualified domain name. */
|
|
1807
|
+
name: string;
|
|
1808
|
+
/** OAuth 2.0 token for the current user. */
|
|
1809
|
+
oauth_token?: string;
|
|
1810
|
+
/** Returns response with indentations and line breaks. */
|
|
1811
|
+
prettyPrint?: boolean;
|
|
1812
|
+
/** Identifies the project addressed by this request. */
|
|
1813
|
+
project: string;
|
|
1814
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1815
|
+
quotaUser?: string;
|
|
1816
|
+
/** RRSet type. */
|
|
1817
|
+
type: string;
|
|
1818
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1819
|
+
upload_protocol?: string;
|
|
1820
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1821
|
+
uploadType?: string;
|
|
1822
|
+
}): Request<void>;
|
|
1823
|
+
/** Fetches the representation of an existing ResourceRecordSet. */
|
|
1824
|
+
get(request?: {
|
|
1825
|
+
/** V1 error format. */
|
|
1826
|
+
"$.xgafv"?: string;
|
|
1827
|
+
/** OAuth access token. */
|
|
1828
|
+
access_token?: string;
|
|
1829
|
+
/** Data format for response. */
|
|
1830
|
+
alt?: string;
|
|
1831
|
+
/** JSONP */
|
|
1832
|
+
callback?: string;
|
|
1833
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1834
|
+
clientOperationId?: string;
|
|
1835
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1836
|
+
fields?: string;
|
|
1837
|
+
/** 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. */
|
|
1838
|
+
key?: string;
|
|
1839
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1840
|
+
managedZone: string;
|
|
1841
|
+
/** Fully qualified domain name. */
|
|
1842
|
+
name: string;
|
|
1843
|
+
/** OAuth 2.0 token for the current user. */
|
|
1844
|
+
oauth_token?: string;
|
|
1845
|
+
/** Returns response with indentations and line breaks. */
|
|
1846
|
+
prettyPrint?: boolean;
|
|
1847
|
+
/** Identifies the project addressed by this request. */
|
|
1848
|
+
project: string;
|
|
1849
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1850
|
+
quotaUser?: string;
|
|
1851
|
+
/** RRSet type. */
|
|
1852
|
+
type: string;
|
|
1853
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1854
|
+
upload_protocol?: string;
|
|
1855
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1856
|
+
uploadType?: string;
|
|
1857
|
+
}): Request<ResourceRecordSet>;
|
|
1858
|
+
/** Enumerates ResourceRecordSets that you have created but not yet deleted. */
|
|
1859
|
+
list(request?: {
|
|
1860
|
+
/** V1 error format. */
|
|
1861
|
+
"$.xgafv"?: string;
|
|
1862
|
+
/** OAuth access token. */
|
|
1863
|
+
access_token?: string;
|
|
1864
|
+
/** Data format for response. */
|
|
1865
|
+
alt?: string;
|
|
1866
|
+
/** JSONP */
|
|
1867
|
+
callback?: string;
|
|
1868
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1869
|
+
fields?: string;
|
|
1870
|
+
/** 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. */
|
|
1871
|
+
key?: string;
|
|
1872
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1873
|
+
managedZone: string;
|
|
1874
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
1875
|
+
maxResults?: number;
|
|
1876
|
+
/** Restricts the list to return only records with this fully qualified domain name. */
|
|
1877
|
+
name?: string;
|
|
1878
|
+
/** OAuth 2.0 token for the current user. */
|
|
1879
|
+
oauth_token?: string;
|
|
1880
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
1881
|
+
pageToken?: string;
|
|
1882
|
+
/** Returns response with indentations and line breaks. */
|
|
1883
|
+
prettyPrint?: boolean;
|
|
1884
|
+
/** Identifies the project addressed by this request. */
|
|
1885
|
+
project: string;
|
|
1886
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1887
|
+
quotaUser?: string;
|
|
1888
|
+
/** Restricts the list to return only records of this type. If present, the "name" parameter must also be present. */
|
|
1889
|
+
type?: string;
|
|
1890
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1891
|
+
upload_protocol?: string;
|
|
1892
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1893
|
+
uploadType?: string;
|
|
1894
|
+
}): Request<ResourceRecordSetsListResponse>;
|
|
1895
|
+
/** Applies a partial update to an existing ResourceRecordSet. */
|
|
1896
|
+
patch(request: {
|
|
1897
|
+
/** V1 error format. */
|
|
1898
|
+
"$.xgafv"?: string;
|
|
1899
|
+
/** OAuth access token. */
|
|
1900
|
+
access_token?: string;
|
|
1901
|
+
/** Data format for response. */
|
|
1902
|
+
alt?: string;
|
|
1903
|
+
/** JSONP */
|
|
1904
|
+
callback?: string;
|
|
1905
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1906
|
+
clientOperationId?: string;
|
|
1907
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1908
|
+
fields?: string;
|
|
1909
|
+
/** 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. */
|
|
1910
|
+
key?: string;
|
|
1911
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1912
|
+
managedZone: string;
|
|
1913
|
+
/** Fully qualified domain name. */
|
|
1914
|
+
name: string;
|
|
1915
|
+
/** OAuth 2.0 token for the current user. */
|
|
1916
|
+
oauth_token?: string;
|
|
1917
|
+
/** Returns response with indentations and line breaks. */
|
|
1918
|
+
prettyPrint?: boolean;
|
|
1919
|
+
/** Identifies the project addressed by this request. */
|
|
1920
|
+
project: string;
|
|
1921
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1922
|
+
quotaUser?: string;
|
|
1923
|
+
/** RRSet type. */
|
|
1924
|
+
type: string;
|
|
1925
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1926
|
+
upload_protocol?: string;
|
|
1927
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1928
|
+
uploadType?: string;
|
|
1929
|
+
/** Request body */
|
|
1930
|
+
resource: ResourceRecordSet;
|
|
1931
|
+
}): Request<ResourceRecordSet>;
|
|
1932
|
+
patch(request: {
|
|
1933
|
+
/** V1 error format. */
|
|
1934
|
+
"$.xgafv"?: string;
|
|
1935
|
+
/** OAuth access token. */
|
|
1936
|
+
access_token?: string;
|
|
1937
|
+
/** Data format for response. */
|
|
1938
|
+
alt?: string;
|
|
1939
|
+
/** JSONP */
|
|
1940
|
+
callback?: string;
|
|
1941
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1942
|
+
clientOperationId?: string;
|
|
1943
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1944
|
+
fields?: string;
|
|
1945
|
+
/** 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. */
|
|
1946
|
+
key?: string;
|
|
1947
|
+
/** Identifies the managed zone addressed by this request. Can be the managed zone name or ID. */
|
|
1948
|
+
managedZone: string;
|
|
1949
|
+
/** Fully qualified domain name. */
|
|
1950
|
+
name: string;
|
|
1951
|
+
/** OAuth 2.0 token for the current user. */
|
|
1952
|
+
oauth_token?: string;
|
|
1953
|
+
/** Returns response with indentations and line breaks. */
|
|
1954
|
+
prettyPrint?: boolean;
|
|
1955
|
+
/** Identifies the project addressed by this request. */
|
|
1956
|
+
project: string;
|
|
1957
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1958
|
+
quotaUser?: string;
|
|
1959
|
+
/** RRSet type. */
|
|
1960
|
+
type: string;
|
|
1961
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1962
|
+
upload_protocol?: string;
|
|
1963
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1964
|
+
uploadType?: string;
|
|
1965
|
+
},
|
|
1966
|
+
body: ResourceRecordSet): Request<ResourceRecordSet>;
|
|
1967
|
+
}
|
|
1968
|
+
interface ResponsePoliciesResource {
|
|
1969
|
+
/** Creates a new Response Policy */
|
|
1970
|
+
create(request: {
|
|
1971
|
+
/** V1 error format. */
|
|
1972
|
+
"$.xgafv"?: string;
|
|
1973
|
+
/** OAuth access token. */
|
|
1974
|
+
access_token?: string;
|
|
1975
|
+
/** Data format for response. */
|
|
1976
|
+
alt?: string;
|
|
1977
|
+
/** JSONP */
|
|
1978
|
+
callback?: string;
|
|
1979
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
1980
|
+
clientOperationId?: string;
|
|
1981
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1982
|
+
fields?: string;
|
|
1983
|
+
/** 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. */
|
|
1984
|
+
key?: string;
|
|
1985
|
+
/** OAuth 2.0 token for the current user. */
|
|
1986
|
+
oauth_token?: string;
|
|
1987
|
+
/** Returns response with indentations and line breaks. */
|
|
1988
|
+
prettyPrint?: boolean;
|
|
1989
|
+
/** Identifies the project addressed by this request. */
|
|
1990
|
+
project: string;
|
|
1991
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1992
|
+
quotaUser?: string;
|
|
1993
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1994
|
+
upload_protocol?: string;
|
|
1995
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1996
|
+
uploadType?: string;
|
|
1997
|
+
/** Request body */
|
|
1998
|
+
resource: ResponsePolicy;
|
|
1999
|
+
}): Request<ResponsePolicy>;
|
|
2000
|
+
create(request: {
|
|
2001
|
+
/** V1 error format. */
|
|
2002
|
+
"$.xgafv"?: string;
|
|
2003
|
+
/** OAuth access token. */
|
|
2004
|
+
access_token?: string;
|
|
2005
|
+
/** Data format for response. */
|
|
2006
|
+
alt?: string;
|
|
2007
|
+
/** JSONP */
|
|
2008
|
+
callback?: string;
|
|
2009
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2010
|
+
clientOperationId?: string;
|
|
2011
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2012
|
+
fields?: string;
|
|
2013
|
+
/** 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. */
|
|
2014
|
+
key?: string;
|
|
2015
|
+
/** OAuth 2.0 token for the current user. */
|
|
2016
|
+
oauth_token?: string;
|
|
2017
|
+
/** Returns response with indentations and line breaks. */
|
|
2018
|
+
prettyPrint?: boolean;
|
|
2019
|
+
/** Identifies the project addressed by this request. */
|
|
2020
|
+
project: string;
|
|
2021
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2022
|
+
quotaUser?: string;
|
|
2023
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2024
|
+
upload_protocol?: string;
|
|
2025
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2026
|
+
uploadType?: string;
|
|
2027
|
+
},
|
|
2028
|
+
body: ResponsePolicy): Request<ResponsePolicy>;
|
|
2029
|
+
/** Deletes a previously created Response Policy. Fails if the response policy is non-empty or still being referenced by a network. */
|
|
2030
|
+
delete(request?: {
|
|
2031
|
+
/** V1 error format. */
|
|
2032
|
+
"$.xgafv"?: string;
|
|
2033
|
+
/** OAuth access token. */
|
|
2034
|
+
access_token?: string;
|
|
2035
|
+
/** Data format for response. */
|
|
2036
|
+
alt?: string;
|
|
2037
|
+
/** JSONP */
|
|
2038
|
+
callback?: string;
|
|
2039
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2040
|
+
clientOperationId?: string;
|
|
2041
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2042
|
+
fields?: string;
|
|
2043
|
+
/** 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. */
|
|
2044
|
+
key?: string;
|
|
2045
|
+
/** OAuth 2.0 token for the current user. */
|
|
2046
|
+
oauth_token?: string;
|
|
2047
|
+
/** Returns response with indentations and line breaks. */
|
|
2048
|
+
prettyPrint?: boolean;
|
|
2049
|
+
/** Identifies the project addressed by this request. */
|
|
2050
|
+
project: string;
|
|
2051
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2052
|
+
quotaUser?: string;
|
|
2053
|
+
/** User assigned name of the Response Policy addressed by this request. */
|
|
2054
|
+
responsePolicy: string;
|
|
2055
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2056
|
+
upload_protocol?: string;
|
|
2057
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2058
|
+
uploadType?: string;
|
|
2059
|
+
}): Request<void>;
|
|
2060
|
+
/** Fetches the representation of an existing Response Policy. */
|
|
2061
|
+
get(request?: {
|
|
2062
|
+
/** V1 error format. */
|
|
2063
|
+
"$.xgafv"?: string;
|
|
2064
|
+
/** OAuth access token. */
|
|
2065
|
+
access_token?: string;
|
|
2066
|
+
/** Data format for response. */
|
|
2067
|
+
alt?: string;
|
|
2068
|
+
/** JSONP */
|
|
2069
|
+
callback?: string;
|
|
2070
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2071
|
+
clientOperationId?: string;
|
|
2072
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2073
|
+
fields?: string;
|
|
2074
|
+
/** 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. */
|
|
2075
|
+
key?: string;
|
|
2076
|
+
/** OAuth 2.0 token for the current user. */
|
|
2077
|
+
oauth_token?: string;
|
|
2078
|
+
/** Returns response with indentations and line breaks. */
|
|
2079
|
+
prettyPrint?: boolean;
|
|
2080
|
+
/** Identifies the project addressed by this request. */
|
|
2081
|
+
project: string;
|
|
2082
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2083
|
+
quotaUser?: string;
|
|
2084
|
+
/** User assigned name of the Response Policy addressed by this request. */
|
|
2085
|
+
responsePolicy: string;
|
|
2086
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2087
|
+
upload_protocol?: string;
|
|
2088
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2089
|
+
uploadType?: string;
|
|
2090
|
+
}): Request<ResponsePolicy>;
|
|
2091
|
+
/** Enumerates all Response Policies associated with a project. */
|
|
2092
|
+
list(request?: {
|
|
2093
|
+
/** V1 error format. */
|
|
2094
|
+
"$.xgafv"?: string;
|
|
2095
|
+
/** OAuth access token. */
|
|
2096
|
+
access_token?: string;
|
|
2097
|
+
/** Data format for response. */
|
|
2098
|
+
alt?: string;
|
|
2099
|
+
/** JSONP */
|
|
2100
|
+
callback?: string;
|
|
2101
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2102
|
+
fields?: string;
|
|
2103
|
+
/** 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. */
|
|
2104
|
+
key?: string;
|
|
2105
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
2106
|
+
maxResults?: number;
|
|
2107
|
+
/** OAuth 2.0 token for the current user. */
|
|
2108
|
+
oauth_token?: string;
|
|
2109
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
2110
|
+
pageToken?: string;
|
|
2111
|
+
/** Returns response with indentations and line breaks. */
|
|
2112
|
+
prettyPrint?: boolean;
|
|
2113
|
+
/** Identifies the project addressed by this request. */
|
|
2114
|
+
project: string;
|
|
2115
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2116
|
+
quotaUser?: string;
|
|
2117
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2118
|
+
upload_protocol?: string;
|
|
2119
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2120
|
+
uploadType?: string;
|
|
2121
|
+
}): Request<ResponsePoliciesListResponse>;
|
|
2122
|
+
/** Applies a partial update to an existing Response Policy. */
|
|
2123
|
+
patch(request: {
|
|
2124
|
+
/** V1 error format. */
|
|
2125
|
+
"$.xgafv"?: string;
|
|
2126
|
+
/** OAuth access token. */
|
|
2127
|
+
access_token?: string;
|
|
2128
|
+
/** Data format for response. */
|
|
2129
|
+
alt?: string;
|
|
2130
|
+
/** JSONP */
|
|
2131
|
+
callback?: string;
|
|
2132
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2133
|
+
clientOperationId?: string;
|
|
2134
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2135
|
+
fields?: string;
|
|
2136
|
+
/** 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. */
|
|
2137
|
+
key?: string;
|
|
2138
|
+
/** OAuth 2.0 token for the current user. */
|
|
2139
|
+
oauth_token?: string;
|
|
2140
|
+
/** Returns response with indentations and line breaks. */
|
|
2141
|
+
prettyPrint?: boolean;
|
|
2142
|
+
/** Identifies the project addressed by this request. */
|
|
2143
|
+
project: string;
|
|
2144
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2145
|
+
quotaUser?: string;
|
|
2146
|
+
/** User assigned name of the Respones Policy addressed by this request. */
|
|
2147
|
+
responsePolicy: string;
|
|
2148
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2149
|
+
upload_protocol?: string;
|
|
2150
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2151
|
+
uploadType?: string;
|
|
2152
|
+
/** Request body */
|
|
2153
|
+
resource: ResponsePolicy;
|
|
2154
|
+
}): Request<ResponsePoliciesPatchResponse>;
|
|
2155
|
+
patch(request: {
|
|
2156
|
+
/** V1 error format. */
|
|
2157
|
+
"$.xgafv"?: string;
|
|
2158
|
+
/** OAuth access token. */
|
|
2159
|
+
access_token?: string;
|
|
2160
|
+
/** Data format for response. */
|
|
2161
|
+
alt?: string;
|
|
2162
|
+
/** JSONP */
|
|
2163
|
+
callback?: string;
|
|
2164
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2165
|
+
clientOperationId?: string;
|
|
2166
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2167
|
+
fields?: string;
|
|
2168
|
+
/** 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. */
|
|
2169
|
+
key?: string;
|
|
2170
|
+
/** OAuth 2.0 token for the current user. */
|
|
2171
|
+
oauth_token?: string;
|
|
2172
|
+
/** Returns response with indentations and line breaks. */
|
|
2173
|
+
prettyPrint?: boolean;
|
|
2174
|
+
/** Identifies the project addressed by this request. */
|
|
2175
|
+
project: string;
|
|
2176
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2177
|
+
quotaUser?: string;
|
|
2178
|
+
/** User assigned name of the Respones Policy addressed by this request. */
|
|
2179
|
+
responsePolicy: string;
|
|
2180
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2181
|
+
upload_protocol?: string;
|
|
2182
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2183
|
+
uploadType?: string;
|
|
2184
|
+
},
|
|
2185
|
+
body: ResponsePolicy): Request<ResponsePoliciesPatchResponse>;
|
|
2186
|
+
/** Updates an existing Response Policy. */
|
|
2187
|
+
update(request: {
|
|
2188
|
+
/** V1 error format. */
|
|
2189
|
+
"$.xgafv"?: string;
|
|
2190
|
+
/** OAuth access token. */
|
|
2191
|
+
access_token?: string;
|
|
2192
|
+
/** Data format for response. */
|
|
2193
|
+
alt?: string;
|
|
2194
|
+
/** JSONP */
|
|
2195
|
+
callback?: string;
|
|
2196
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2197
|
+
clientOperationId?: string;
|
|
2198
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2199
|
+
fields?: string;
|
|
2200
|
+
/** 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. */
|
|
2201
|
+
key?: string;
|
|
2202
|
+
/** OAuth 2.0 token for the current user. */
|
|
2203
|
+
oauth_token?: string;
|
|
2204
|
+
/** Returns response with indentations and line breaks. */
|
|
2205
|
+
prettyPrint?: boolean;
|
|
2206
|
+
/** Identifies the project addressed by this request. */
|
|
2207
|
+
project: string;
|
|
2208
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2209
|
+
quotaUser?: string;
|
|
2210
|
+
/** User assigned name of the Response Policy addressed by this request. */
|
|
2211
|
+
responsePolicy: string;
|
|
2212
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2213
|
+
upload_protocol?: string;
|
|
2214
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2215
|
+
uploadType?: string;
|
|
2216
|
+
/** Request body */
|
|
2217
|
+
resource: ResponsePolicy;
|
|
2218
|
+
}): Request<ResponsePoliciesUpdateResponse>;
|
|
2219
|
+
update(request: {
|
|
2220
|
+
/** V1 error format. */
|
|
2221
|
+
"$.xgafv"?: string;
|
|
2222
|
+
/** OAuth access token. */
|
|
2223
|
+
access_token?: string;
|
|
2224
|
+
/** Data format for response. */
|
|
2225
|
+
alt?: string;
|
|
2226
|
+
/** JSONP */
|
|
2227
|
+
callback?: string;
|
|
2228
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2229
|
+
clientOperationId?: string;
|
|
2230
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2231
|
+
fields?: string;
|
|
2232
|
+
/** 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. */
|
|
2233
|
+
key?: string;
|
|
2234
|
+
/** OAuth 2.0 token for the current user. */
|
|
2235
|
+
oauth_token?: string;
|
|
2236
|
+
/** Returns response with indentations and line breaks. */
|
|
2237
|
+
prettyPrint?: boolean;
|
|
2238
|
+
/** Identifies the project addressed by this request. */
|
|
2239
|
+
project: string;
|
|
2240
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2241
|
+
quotaUser?: string;
|
|
2242
|
+
/** User assigned name of the Response Policy addressed by this request. */
|
|
2243
|
+
responsePolicy: string;
|
|
2244
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2245
|
+
upload_protocol?: string;
|
|
2246
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2247
|
+
uploadType?: string;
|
|
2248
|
+
},
|
|
2249
|
+
body: ResponsePolicy): Request<ResponsePoliciesUpdateResponse>;
|
|
2250
|
+
}
|
|
2251
|
+
interface ResponsePolicyRulesResource {
|
|
2252
|
+
/** Creates a new Response Policy Rule. */
|
|
2253
|
+
create(request: {
|
|
2254
|
+
/** V1 error format. */
|
|
2255
|
+
"$.xgafv"?: string;
|
|
2256
|
+
/** OAuth access token. */
|
|
2257
|
+
access_token?: string;
|
|
2258
|
+
/** Data format for response. */
|
|
2259
|
+
alt?: string;
|
|
2260
|
+
/** JSONP */
|
|
2261
|
+
callback?: string;
|
|
2262
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2263
|
+
clientOperationId?: string;
|
|
2264
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2265
|
+
fields?: string;
|
|
2266
|
+
/** 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. */
|
|
2267
|
+
key?: string;
|
|
2268
|
+
/** OAuth 2.0 token for the current user. */
|
|
2269
|
+
oauth_token?: string;
|
|
2270
|
+
/** Returns response with indentations and line breaks. */
|
|
2271
|
+
prettyPrint?: boolean;
|
|
2272
|
+
/** Identifies the project addressed by this request. */
|
|
2273
|
+
project: string;
|
|
2274
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2275
|
+
quotaUser?: string;
|
|
2276
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2277
|
+
responsePolicy: string;
|
|
2278
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2279
|
+
upload_protocol?: string;
|
|
2280
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2281
|
+
uploadType?: string;
|
|
2282
|
+
/** Request body */
|
|
2283
|
+
resource: ResponsePolicyRule;
|
|
2284
|
+
}): Request<ResponsePolicyRule>;
|
|
2285
|
+
create(request: {
|
|
2286
|
+
/** V1 error format. */
|
|
2287
|
+
"$.xgafv"?: string;
|
|
2288
|
+
/** OAuth access token. */
|
|
2289
|
+
access_token?: string;
|
|
2290
|
+
/** Data format for response. */
|
|
2291
|
+
alt?: string;
|
|
2292
|
+
/** JSONP */
|
|
2293
|
+
callback?: string;
|
|
2294
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2295
|
+
clientOperationId?: string;
|
|
2296
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2297
|
+
fields?: string;
|
|
2298
|
+
/** 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. */
|
|
2299
|
+
key?: string;
|
|
2300
|
+
/** OAuth 2.0 token for the current user. */
|
|
2301
|
+
oauth_token?: string;
|
|
2302
|
+
/** Returns response with indentations and line breaks. */
|
|
2303
|
+
prettyPrint?: boolean;
|
|
2304
|
+
/** Identifies the project addressed by this request. */
|
|
2305
|
+
project: string;
|
|
2306
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2307
|
+
quotaUser?: string;
|
|
2308
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2309
|
+
responsePolicy: string;
|
|
2310
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2311
|
+
upload_protocol?: string;
|
|
2312
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2313
|
+
uploadType?: string;
|
|
2314
|
+
},
|
|
2315
|
+
body: ResponsePolicyRule): Request<ResponsePolicyRule>;
|
|
2316
|
+
/** Deletes a previously created Response Policy Rule. */
|
|
2317
|
+
delete(request?: {
|
|
2318
|
+
/** V1 error format. */
|
|
2319
|
+
"$.xgafv"?: string;
|
|
2320
|
+
/** OAuth access token. */
|
|
2321
|
+
access_token?: string;
|
|
2322
|
+
/** Data format for response. */
|
|
2323
|
+
alt?: string;
|
|
2324
|
+
/** JSONP */
|
|
2325
|
+
callback?: string;
|
|
2326
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2327
|
+
clientOperationId?: string;
|
|
2328
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2329
|
+
fields?: string;
|
|
2330
|
+
/** 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. */
|
|
2331
|
+
key?: string;
|
|
2332
|
+
/** OAuth 2.0 token for the current user. */
|
|
2333
|
+
oauth_token?: string;
|
|
2334
|
+
/** Returns response with indentations and line breaks. */
|
|
2335
|
+
prettyPrint?: boolean;
|
|
2336
|
+
/** Identifies the project addressed by this request. */
|
|
2337
|
+
project: string;
|
|
2338
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2339
|
+
quotaUser?: string;
|
|
2340
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2341
|
+
responsePolicy: string;
|
|
2342
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2343
|
+
responsePolicyRule: string;
|
|
2344
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2345
|
+
upload_protocol?: string;
|
|
2346
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2347
|
+
uploadType?: string;
|
|
2348
|
+
}): Request<void>;
|
|
2349
|
+
/** Fetches the representation of an existing Response Policy Rule. */
|
|
2350
|
+
get(request?: {
|
|
2351
|
+
/** V1 error format. */
|
|
2352
|
+
"$.xgafv"?: string;
|
|
2353
|
+
/** OAuth access token. */
|
|
2354
|
+
access_token?: string;
|
|
2355
|
+
/** Data format for response. */
|
|
2356
|
+
alt?: string;
|
|
2357
|
+
/** JSONP */
|
|
2358
|
+
callback?: string;
|
|
2359
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2360
|
+
clientOperationId?: string;
|
|
2361
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2362
|
+
fields?: string;
|
|
2363
|
+
/** 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. */
|
|
2364
|
+
key?: string;
|
|
2365
|
+
/** OAuth 2.0 token for the current user. */
|
|
2366
|
+
oauth_token?: string;
|
|
2367
|
+
/** Returns response with indentations and line breaks. */
|
|
2368
|
+
prettyPrint?: boolean;
|
|
2369
|
+
/** Identifies the project addressed by this request. */
|
|
2370
|
+
project: string;
|
|
2371
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2372
|
+
quotaUser?: string;
|
|
2373
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2374
|
+
responsePolicy: string;
|
|
2375
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2376
|
+
responsePolicyRule: string;
|
|
2377
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2378
|
+
upload_protocol?: string;
|
|
2379
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2380
|
+
uploadType?: string;
|
|
2381
|
+
}): Request<ResponsePolicyRule>;
|
|
2382
|
+
/** Enumerates all Response Policy Rules associated with a project. */
|
|
2383
|
+
list(request?: {
|
|
2384
|
+
/** V1 error format. */
|
|
2385
|
+
"$.xgafv"?: string;
|
|
2386
|
+
/** OAuth access token. */
|
|
2387
|
+
access_token?: string;
|
|
2388
|
+
/** Data format for response. */
|
|
2389
|
+
alt?: string;
|
|
2390
|
+
/** JSONP */
|
|
2391
|
+
callback?: string;
|
|
2392
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2393
|
+
fields?: string;
|
|
2394
|
+
/** 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. */
|
|
2395
|
+
key?: string;
|
|
2396
|
+
/** Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return. */
|
|
2397
|
+
maxResults?: number;
|
|
2398
|
+
/** OAuth 2.0 token for the current user. */
|
|
2399
|
+
oauth_token?: string;
|
|
2400
|
+
/** Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request. */
|
|
2401
|
+
pageToken?: string;
|
|
2402
|
+
/** Returns response with indentations and line breaks. */
|
|
2403
|
+
prettyPrint?: boolean;
|
|
2404
|
+
/** Identifies the project addressed by this request. */
|
|
2405
|
+
project: string;
|
|
2406
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2407
|
+
quotaUser?: string;
|
|
2408
|
+
/** User assigned name of the Response Policy to list. */
|
|
2409
|
+
responsePolicy: string;
|
|
2410
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2411
|
+
upload_protocol?: string;
|
|
2412
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2413
|
+
uploadType?: string;
|
|
2414
|
+
}): Request<ResponsePolicyRulesListResponse>;
|
|
2415
|
+
/** Applies a partial update to an existing Response Policy Rule. */
|
|
2416
|
+
patch(request: {
|
|
2417
|
+
/** V1 error format. */
|
|
2418
|
+
"$.xgafv"?: string;
|
|
2419
|
+
/** OAuth access token. */
|
|
2420
|
+
access_token?: string;
|
|
2421
|
+
/** Data format for response. */
|
|
2422
|
+
alt?: string;
|
|
2423
|
+
/** JSONP */
|
|
2424
|
+
callback?: string;
|
|
2425
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2426
|
+
clientOperationId?: string;
|
|
2427
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2428
|
+
fields?: string;
|
|
2429
|
+
/** 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. */
|
|
2430
|
+
key?: string;
|
|
2431
|
+
/** OAuth 2.0 token for the current user. */
|
|
2432
|
+
oauth_token?: string;
|
|
2433
|
+
/** Returns response with indentations and line breaks. */
|
|
2434
|
+
prettyPrint?: boolean;
|
|
2435
|
+
/** Identifies the project addressed by this request. */
|
|
2436
|
+
project: string;
|
|
2437
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2438
|
+
quotaUser?: string;
|
|
2439
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2440
|
+
responsePolicy: string;
|
|
2441
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2442
|
+
responsePolicyRule: string;
|
|
2443
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2444
|
+
upload_protocol?: string;
|
|
2445
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2446
|
+
uploadType?: string;
|
|
2447
|
+
/** Request body */
|
|
2448
|
+
resource: ResponsePolicyRule;
|
|
2449
|
+
}): Request<ResponsePolicyRulesPatchResponse>;
|
|
2450
|
+
patch(request: {
|
|
2451
|
+
/** V1 error format. */
|
|
2452
|
+
"$.xgafv"?: string;
|
|
2453
|
+
/** OAuth access token. */
|
|
2454
|
+
access_token?: string;
|
|
2455
|
+
/** Data format for response. */
|
|
2456
|
+
alt?: string;
|
|
2457
|
+
/** JSONP */
|
|
2458
|
+
callback?: string;
|
|
2459
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2460
|
+
clientOperationId?: string;
|
|
2461
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2462
|
+
fields?: string;
|
|
2463
|
+
/** 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. */
|
|
2464
|
+
key?: string;
|
|
2465
|
+
/** OAuth 2.0 token for the current user. */
|
|
2466
|
+
oauth_token?: string;
|
|
2467
|
+
/** Returns response with indentations and line breaks. */
|
|
2468
|
+
prettyPrint?: boolean;
|
|
2469
|
+
/** Identifies the project addressed by this request. */
|
|
2470
|
+
project: string;
|
|
2471
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2472
|
+
quotaUser?: string;
|
|
2473
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2474
|
+
responsePolicy: string;
|
|
2475
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2476
|
+
responsePolicyRule: string;
|
|
2477
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2478
|
+
upload_protocol?: string;
|
|
2479
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2480
|
+
uploadType?: string;
|
|
2481
|
+
},
|
|
2482
|
+
body: ResponsePolicyRule): Request<ResponsePolicyRulesPatchResponse>;
|
|
2483
|
+
/** Updates an existing Response Policy Rule. */
|
|
2484
|
+
update(request: {
|
|
2485
|
+
/** V1 error format. */
|
|
2486
|
+
"$.xgafv"?: string;
|
|
2487
|
+
/** OAuth access token. */
|
|
2488
|
+
access_token?: string;
|
|
2489
|
+
/** Data format for response. */
|
|
2490
|
+
alt?: string;
|
|
2491
|
+
/** JSONP */
|
|
2492
|
+
callback?: string;
|
|
2493
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2494
|
+
clientOperationId?: string;
|
|
2495
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2496
|
+
fields?: string;
|
|
2497
|
+
/** 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. */
|
|
2498
|
+
key?: string;
|
|
2499
|
+
/** OAuth 2.0 token for the current user. */
|
|
2500
|
+
oauth_token?: string;
|
|
2501
|
+
/** Returns response with indentations and line breaks. */
|
|
2502
|
+
prettyPrint?: boolean;
|
|
2503
|
+
/** Identifies the project addressed by this request. */
|
|
2504
|
+
project: string;
|
|
2505
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2506
|
+
quotaUser?: string;
|
|
2507
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2508
|
+
responsePolicy: string;
|
|
2509
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2510
|
+
responsePolicyRule: string;
|
|
2511
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2512
|
+
upload_protocol?: string;
|
|
2513
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2514
|
+
uploadType?: string;
|
|
2515
|
+
/** Request body */
|
|
2516
|
+
resource: ResponsePolicyRule;
|
|
2517
|
+
}): Request<ResponsePolicyRulesUpdateResponse>;
|
|
2518
|
+
update(request: {
|
|
2519
|
+
/** V1 error format. */
|
|
2520
|
+
"$.xgafv"?: string;
|
|
2521
|
+
/** OAuth access token. */
|
|
2522
|
+
access_token?: string;
|
|
2523
|
+
/** Data format for response. */
|
|
2524
|
+
alt?: string;
|
|
2525
|
+
/** JSONP */
|
|
2526
|
+
callback?: string;
|
|
2527
|
+
/** For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection. */
|
|
2528
|
+
clientOperationId?: string;
|
|
2529
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
2530
|
+
fields?: string;
|
|
2531
|
+
/** 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. */
|
|
2532
|
+
key?: string;
|
|
2533
|
+
/** OAuth 2.0 token for the current user. */
|
|
2534
|
+
oauth_token?: string;
|
|
2535
|
+
/** Returns response with indentations and line breaks. */
|
|
2536
|
+
prettyPrint?: boolean;
|
|
2537
|
+
/** Identifies the project addressed by this request. */
|
|
2538
|
+
project: string;
|
|
2539
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2540
|
+
quotaUser?: string;
|
|
2541
|
+
/** User assigned name of the Response Policy containing the Response Policy Rule. */
|
|
2542
|
+
responsePolicy: string;
|
|
2543
|
+
/** User assigned name of the Response Policy Rule addressed by this request. */
|
|
2544
|
+
responsePolicyRule: string;
|
|
2545
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2546
|
+
upload_protocol?: string;
|
|
2547
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2548
|
+
uploadType?: string;
|
|
2549
|
+
},
|
|
2550
|
+
body: ResponsePolicyRule): Request<ResponsePolicyRulesUpdateResponse>;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
const changes: ChangesResource;
|
|
2554
|
+
|
|
2555
|
+
const dnsKeys: DnsKeysResource;
|
|
2556
|
+
|
|
2557
|
+
const managedZoneOperations: ManagedZoneOperationsResource;
|
|
2558
|
+
|
|
2559
|
+
const managedZones: ManagedZonesResource;
|
|
2560
|
+
|
|
2561
|
+
const policies: PoliciesResource;
|
|
2562
|
+
|
|
2563
|
+
const projects: ProjectsResource;
|
|
2564
|
+
|
|
2565
|
+
const resourceRecordSets: ResourceRecordSetsResource;
|
|
2566
|
+
|
|
2567
|
+
const responsePolicies: ResponsePoliciesResource;
|
|
2568
|
+
|
|
2569
|
+
const responsePolicyRules: ResponsePolicyRulesResource;
|
|
2570
|
+
}
|
|
2571
|
+
}
|