@intentius/chant-lexicon-gcp 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/index.d.ts +92 -8
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1892 -170
- package/dist/spec/fetch.d.ts +1 -1
- package/dist/types/index.d.ts +1434 -236
- package/package.json +2 -2
- package/src/generated/index.d.ts +1434 -236
- package/src/generated/index.ts +92 -8
- package/src/generated/lexicon-gcp.json +1892 -170
- package/src/lsp/completions.test.ts +10 -5
- package/src/spec/fetch.ts +1 -1
package/src/generated/index.d.ts
CHANGED
|
@@ -181,11 +181,9 @@ export declare class ServicePerimeter {
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
export interface ServicePerimeterProps {
|
|
184
|
-
/** The AccessContextManagerAccessPolicy this
|
|
185
|
-
AccessContextManagerServicePerimeter lives in. */
|
|
184
|
+
/** The AccessContextManagerAccessPolicy this AccessContextManagerServicePerimeter lives in. */
|
|
186
185
|
accessPolicyRef: Record<string, any>;
|
|
187
|
-
/** Description of the ServicePerimeter and its use. Does not affect
|
|
188
|
-
behavior. */
|
|
186
|
+
/** Description of the ServicePerimeter and its use. Does not affect behavior. */
|
|
189
187
|
description?: string;
|
|
190
188
|
/** Immutable. Specifies the type of the Perimeter. There are two types: regular and
|
|
191
189
|
bridge. Regular Service Perimeter contains resources, access levels,
|
|
@@ -206,26 +204,13 @@ themselves. Default value: "PERIMETER_TYPE_REGULAR" Possible values: ["PERIMETER
|
|
|
206
204
|
perimeterType?: string;
|
|
207
205
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
208
206
|
resourceID?: string;
|
|
209
|
-
/** Proposed (or dry run) ServicePerimeter configuration.
|
|
210
|
-
This configuration allows to specify and test ServicePerimeter configuration
|
|
211
|
-
without enforcing actual access restrictions. Only allowed to be set when
|
|
212
|
-
the 'useExplicitDryRunSpec' flag is set. */
|
|
207
|
+
/** Proposed (or dry run) ServicePerimeter configuration. This configuration allows to specify and test ServicePerimeter configuration without enforcing actual access restrictions. Only allowed to be set when the 'useExplicitDryRunSpec' flag is set. */
|
|
213
208
|
spec?: Record<string, any>;
|
|
214
|
-
/** ServicePerimeter configuration. Specifies sets of resources,
|
|
215
|
-
restricted services and access levels that determine
|
|
216
|
-
perimeter content and boundaries. */
|
|
209
|
+
/** ServicePerimeter configuration. Specifies sets of resources, restricted services and access levels that determine perimeter content and boundaries. */
|
|
217
210
|
status?: Record<string, any>;
|
|
218
211
|
/** Human readable title. Must be unique within the Policy. */
|
|
219
212
|
title: string;
|
|
220
|
-
/** Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly exists
|
|
221
|
-
for all Service Perimeters, and that spec is identical to the status for those
|
|
222
|
-
Service Perimeters. When this flag is set, it inhibits the generation of the
|
|
223
|
-
implicit spec, thereby allowing the user to explicitly provide a
|
|
224
|
-
configuration ("spec") to use in a dry-run version of the Service Perimeter.
|
|
225
|
-
This allows the user to test changes to the enforced config ("status") without
|
|
226
|
-
actually enforcing them. This testing is done through analyzing the differences
|
|
227
|
-
between currently enforced and suggested restrictions. useExplicitDryRunSpec must
|
|
228
|
-
bet set to True if any of the fields in the spec are set to non-default values. */
|
|
213
|
+
/** Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly exists for all Service Perimeters, and that spec is identical to the status for those Service Perimeters. When this flag is set, it inhibits the generation of the implicit spec, thereby allowing the user to explicitly provide a configuration ("spec") to use in a dry-run version of the Service Perimeter. This allows the user to test changes to the enforced config ("status") without actually enforcing them. This testing is done through analyzing the differences between currently enforced and suggested restrictions. useExplicitDryRunSpec must bet set to True if any of the fields in the spec are set to non-default values. */
|
|
229
214
|
useExplicitDryRunSpec?: boolean;
|
|
230
215
|
}
|
|
231
216
|
|
|
@@ -498,6 +483,25 @@ export interface AiplatformModel_PredictSchemataProps {
|
|
|
498
483
|
predictionSchemaURI?: string;
|
|
499
484
|
}
|
|
500
485
|
|
|
486
|
+
/** Config Connector resource: AIStreamsCluster (aistreams.cnrm.cloud.google.com) */
|
|
487
|
+
export declare class AistreamsCluster {
|
|
488
|
+
constructor(props: AistreamsClusterProps);
|
|
489
|
+
readonly name: string;
|
|
490
|
+
readonly namespace: string;
|
|
491
|
+
readonly uid: string;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface AistreamsClusterProps {
|
|
495
|
+
/** Labels with user-defined metadata. */
|
|
496
|
+
labels?: Record<string, string>;
|
|
497
|
+
/** Immutable. The location of this resource. */
|
|
498
|
+
location: string;
|
|
499
|
+
/** The project that this resource belongs to. */
|
|
500
|
+
projectRef: Record<string, any>;
|
|
501
|
+
/** The AIStreamsCluster name. If not given, the metadata.name will be used. */
|
|
502
|
+
resourceID?: string;
|
|
503
|
+
}
|
|
504
|
+
|
|
501
505
|
/** Config Connector resource: AlloyDBBackup (alloydb.cnrm.cloud.google.com) */
|
|
502
506
|
export declare class AlloydbBackup {
|
|
503
507
|
constructor(props: AlloydbBackupProps);
|
|
@@ -843,6 +847,7 @@ export declare class User {
|
|
|
843
847
|
}
|
|
844
848
|
|
|
845
849
|
export interface UserProps {
|
|
850
|
+
/** Immutable. */
|
|
846
851
|
clusterRef: Record<string, any>;
|
|
847
852
|
/** List of database roles this database user has. */
|
|
848
853
|
databaseRoles?: string[];
|
|
@@ -1301,6 +1306,47 @@ The service accounts must have **Apigee Synchronizer Manager** role. See also [C
|
|
|
1301
1306
|
resourceID?: string;
|
|
1302
1307
|
}
|
|
1303
1308
|
|
|
1309
|
+
/** Config Connector resource: APIHubDeployment (apihub.cnrm.cloud.google.com) */
|
|
1310
|
+
export declare class ApihubDeployment {
|
|
1311
|
+
constructor(props: ApihubDeploymentProps);
|
|
1312
|
+
readonly name: string;
|
|
1313
|
+
readonly namespace: string;
|
|
1314
|
+
readonly uid: string;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export interface ApihubDeploymentProps {
|
|
1318
|
+
/** Required. The type of deployment. This maps to the following system defined attribute: `projects/{project}/locations/{location}/attributes/system-deployment-type` attribute. The number of values for this attribute will be based on the cardinality of the attribute. The same can be retrieved via GetAttribute API. All values should be from the list of allowed values defined for the attribute. */
|
|
1319
|
+
deploymentTypeRef: Record<string, any>;
|
|
1320
|
+
/** Optional. The description of the deployment. */
|
|
1321
|
+
description?: string;
|
|
1322
|
+
/** Required. The display name of the deployment. */
|
|
1323
|
+
displayName: string;
|
|
1324
|
+
/** Optional. The documentation of the deployment. */
|
|
1325
|
+
documentation?: Record<string, any>;
|
|
1326
|
+
/** Required. The endpoints at which this deployment resource is listening for API requests. This could be a list of complete URIs, hostnames or an IP addresses. */
|
|
1327
|
+
endpoints: string[];
|
|
1328
|
+
/** Optional. The environment mapping to this deployment. This maps to the following system defined attribute: `projects/{project}/locations/{location}/attributes/system-environment` attribute. The number of values for this attribute will be based on the cardinality of the attribute. The same can be retrieved via GetAttribute API. All values should be from the list of allowed values defined for the attribute. */
|
|
1329
|
+
environmentRef?: Record<string, any>;
|
|
1330
|
+
/** The location of this resource. */
|
|
1331
|
+
location: string;
|
|
1332
|
+
/** The project that this resource belongs to. */
|
|
1333
|
+
projectRef: Record<string, any>;
|
|
1334
|
+
/** The APIHubDeployment name. If not given, the metadata.name will be used. */
|
|
1335
|
+
resourceID?: string;
|
|
1336
|
+
/** Required. A URI to the runtime resource. This URI can be used to manage the resource. For example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI to the management UI of the proxy. */
|
|
1337
|
+
resourceURI: string;
|
|
1338
|
+
/** Optional. The SLO for this deployment. This maps to the following system defined attribute: `projects/{project}/locations/{location}/attributes/system-slo` attribute. The number of values for this attribute will be based on the cardinality of the attribute. The same can be retrieved via GetAttribute API. All values should be from the list of allowed values defined for the attribute. */
|
|
1339
|
+
sloRef?: Record<string, any>;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
export declare class ApihubDeployment_Documentation {
|
|
1343
|
+
constructor(props: ApihubDeployment_DocumentationProps);
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
export interface ApihubDeployment_DocumentationProps {
|
|
1347
|
+
externalURI?: string;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1304
1350
|
/** Config Connector resource: APIKeysKey (apikeys.cnrm.cloud.google.com) */
|
|
1305
1351
|
export declare class ApikeysKey {
|
|
1306
1352
|
constructor(props: ApikeysKeyProps);
|
|
@@ -1337,7 +1383,7 @@ export declare class ApikeysKey_Restrictions_AndroidKeyRestrictions {
|
|
|
1337
1383
|
}
|
|
1338
1384
|
|
|
1339
1385
|
export interface ApikeysKey_Restrictions_AndroidKeyRestrictionsProps {
|
|
1340
|
-
allowedApplications
|
|
1386
|
+
allowedApplications?: Record<string, any>[];
|
|
1341
1387
|
}
|
|
1342
1388
|
|
|
1343
1389
|
export declare class ApikeysKey_Restrictions_BrowserKeyRestrictions {
|
|
@@ -1345,7 +1391,7 @@ export declare class ApikeysKey_Restrictions_BrowserKeyRestrictions {
|
|
|
1345
1391
|
}
|
|
1346
1392
|
|
|
1347
1393
|
export interface ApikeysKey_Restrictions_BrowserKeyRestrictionsProps {
|
|
1348
|
-
allowedReferrers
|
|
1394
|
+
allowedReferrers?: string[];
|
|
1349
1395
|
}
|
|
1350
1396
|
|
|
1351
1397
|
export declare class ApikeysKey_Restrictions_IosKeyRestrictions {
|
|
@@ -1353,7 +1399,7 @@ export declare class ApikeysKey_Restrictions_IosKeyRestrictions {
|
|
|
1353
1399
|
}
|
|
1354
1400
|
|
|
1355
1401
|
export interface ApikeysKey_Restrictions_IosKeyRestrictionsProps {
|
|
1356
|
-
allowedBundleIds
|
|
1402
|
+
allowedBundleIds?: string[];
|
|
1357
1403
|
}
|
|
1358
1404
|
|
|
1359
1405
|
export declare class ApikeysKey_Restrictions_ServerKeyRestrictions {
|
|
@@ -1361,7 +1407,7 @@ export declare class ApikeysKey_Restrictions_ServerKeyRestrictions {
|
|
|
1361
1407
|
}
|
|
1362
1408
|
|
|
1363
1409
|
export interface ApikeysKey_Restrictions_ServerKeyRestrictionsProps {
|
|
1364
|
-
allowedIps
|
|
1410
|
+
allowedIps?: string[];
|
|
1365
1411
|
}
|
|
1366
1412
|
|
|
1367
1413
|
/** Config Connector resource: APIQuotaAdjusterSettings (cloudquota.cnrm.cloud.google.com) */
|
|
@@ -1984,9 +2030,9 @@ export interface ApplicationProps {
|
|
|
1984
2030
|
description?: string;
|
|
1985
2031
|
/** Optional. User-defined name for the Application. Can have a maximum length of 63 characters. */
|
|
1986
2032
|
displayName?: string;
|
|
1987
|
-
/** Required.
|
|
2033
|
+
/** Required. Defines the parent path of the resource. */
|
|
1988
2034
|
location?: string;
|
|
1989
|
-
/** Required. The host project of the
|
|
2035
|
+
/** Required. The host project of the resource. */
|
|
1990
2036
|
projectRef?: Record<string, any>;
|
|
1991
2037
|
/** The AppHubApplication name. If not given, the metadata.name will be used. */
|
|
1992
2038
|
resourceID?: string;
|
|
@@ -2039,9 +2085,9 @@ export declare class DiscoveredService {
|
|
|
2039
2085
|
}
|
|
2040
2086
|
|
|
2041
2087
|
export interface DiscoveredServiceProps {
|
|
2042
|
-
/** Required. The location of the
|
|
2088
|
+
/** Required. The location of the resource. */
|
|
2043
2089
|
location?: string;
|
|
2044
|
-
/** Required. The host project of the
|
|
2090
|
+
/** Required. The host project of the resource. */
|
|
2045
2091
|
projectRef?: Record<string, any>;
|
|
2046
2092
|
/** The AppHubDiscoveredService name. If not given, the metadata.name will be used. */
|
|
2047
2093
|
resourceID?: string;
|
|
@@ -2056,14 +2102,33 @@ export declare class DiscoveredWorkload {
|
|
|
2056
2102
|
}
|
|
2057
2103
|
|
|
2058
2104
|
export interface DiscoveredWorkloadProps {
|
|
2059
|
-
/** Required. The location of the
|
|
2105
|
+
/** Required. The location of the resource. */
|
|
2060
2106
|
location?: string;
|
|
2061
|
-
/** Required. The host project of the
|
|
2107
|
+
/** Required. The host project of the resource. */
|
|
2062
2108
|
projectRef?: Record<string, any>;
|
|
2063
2109
|
/** The AppHubDiscoveredWorkload name. If not given, the metadata.name will be used. */
|
|
2064
2110
|
resourceID?: string;
|
|
2065
2111
|
}
|
|
2066
2112
|
|
|
2113
|
+
/** Config Connector resource: AppHubServiceProjectAttachment (apphub.cnrm.cloud.google.com) */
|
|
2114
|
+
export declare class ServiceProjectAttachment {
|
|
2115
|
+
constructor(props: ServiceProjectAttachmentProps);
|
|
2116
|
+
readonly name: string;
|
|
2117
|
+
readonly namespace: string;
|
|
2118
|
+
readonly uid: string;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
export interface ServiceProjectAttachmentProps {
|
|
2122
|
+
/** The location of this resource. */
|
|
2123
|
+
location: string;
|
|
2124
|
+
/** The project that this resource belongs to. */
|
|
2125
|
+
projectRef: Record<string, any>;
|
|
2126
|
+
/** The AppHubServiceProjectAttachment name. If not given, the metadata.name will be used. */
|
|
2127
|
+
resourceID?: string;
|
|
2128
|
+
/** Required. Immutable. Service project name in the format: `"projects/abc"` or `"projects/123"`. As input, project name with either project id or number are accepted. As output, this field will contain project number. */
|
|
2129
|
+
serviceProjectRef: Record<string, any>;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2067
2132
|
/** Config Connector resource: ArtifactRegistryRepository (artifactregistry.cnrm.cloud.google.com) */
|
|
2068
2133
|
export declare class ArtifactRegistryRepository {
|
|
2069
2134
|
constructor(props: ArtifactRegistryRepositoryProps);
|
|
@@ -2505,6 +2570,7 @@ export declare class BatchJob {
|
|
|
2505
2570
|
export interface BatchJobProps {
|
|
2506
2571
|
/** Compute resource allocation for all TaskGroups in the Job. */
|
|
2507
2572
|
allocationPolicy?: Record<string, any>;
|
|
2573
|
+
/** The location that this resource belongs to. */
|
|
2508
2574
|
location: string;
|
|
2509
2575
|
/** Log preservation policy for the Job. */
|
|
2510
2576
|
logsPolicy?: Record<string, any>;
|
|
@@ -2728,6 +2794,62 @@ export interface AppGatewayProps {
|
|
|
2728
2794
|
type?: string;
|
|
2729
2795
|
}
|
|
2730
2796
|
|
|
2797
|
+
/** Config Connector resource: BeyondCorpClientConnectorService (beyondcorp.cnrm.cloud.google.com) */
|
|
2798
|
+
export declare class ClientConnectorService {
|
|
2799
|
+
constructor(props: ClientConnectorServiceProps);
|
|
2800
|
+
readonly name: string;
|
|
2801
|
+
readonly namespace: string;
|
|
2802
|
+
readonly uid: string;
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
export interface ClientConnectorServiceProps {
|
|
2806
|
+
/** Optional. User-provided name. The display name should follow certain format. * Must be 6 to 30 characters in length. * Can only contain lowercase letters, numbers, and hyphens. * Must start with a letter. */
|
|
2807
|
+
displayName?: string;
|
|
2808
|
+
/** Required. The details of the egress settings. */
|
|
2809
|
+
egress: Record<string, any>;
|
|
2810
|
+
/** Required. The details of the ingress settings. */
|
|
2811
|
+
ingress: Record<string, any>;
|
|
2812
|
+
/** The location of this resource. */
|
|
2813
|
+
location: string;
|
|
2814
|
+
/** The project that this resource belongs to. */
|
|
2815
|
+
projectRef: Record<string, any>;
|
|
2816
|
+
/** The BeyondCorpClientConnectorService name. If not given, the metadata.name will be used. */
|
|
2817
|
+
resourceID?: string;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
export declare class ClientConnectorService_Egress {
|
|
2821
|
+
constructor(props: ClientConnectorService_EgressProps);
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
export interface ClientConnectorService_EgressProps {
|
|
2825
|
+
peeredVPC?: Record<string, any>;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
export declare class ClientConnectorService_Egress_PeeredVPC {
|
|
2829
|
+
constructor(props: ClientConnectorService_Egress_PeeredVPCProps);
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
export interface ClientConnectorService_Egress_PeeredVPCProps {
|
|
2833
|
+
networkVPC?: string;
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
export declare class ClientConnectorService_Ingress {
|
|
2837
|
+
constructor(props: ClientConnectorService_IngressProps);
|
|
2838
|
+
}
|
|
2839
|
+
|
|
2840
|
+
export interface ClientConnectorService_IngressProps {
|
|
2841
|
+
config?: Record<string, any>;
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
export declare class ClientConnectorService_Ingress_Config {
|
|
2845
|
+
constructor(props: ClientConnectorService_Ingress_ConfigProps);
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
export interface ClientConnectorService_Ingress_ConfigProps {
|
|
2849
|
+
destinationRoutes?: Record<string, any>[];
|
|
2850
|
+
transportProtocol?: string;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2731
2853
|
/** Config Connector resource: BigLakeCatalog (bigquerybiglake.cnrm.cloud.google.com) */
|
|
2732
2854
|
export declare class BigLakeCatalog {
|
|
2733
2855
|
constructor(props: BigLakeCatalogProps);
|
|
@@ -2737,6 +2859,7 @@ export declare class BigLakeCatalog {
|
|
|
2737
2859
|
}
|
|
2738
2860
|
|
|
2739
2861
|
export interface BigLakeCatalogProps {
|
|
2862
|
+
/** The location that this resource belongs to. */
|
|
2740
2863
|
location: string;
|
|
2741
2864
|
/** The Project that this resource belongs to. */
|
|
2742
2865
|
projectRef: Record<string, any>;
|
|
@@ -3103,51 +3226,33 @@ export declare class DatasetAccess {
|
|
|
3103
3226
|
export interface DatasetAccessProps {
|
|
3104
3227
|
/** Immutable. Grants all resources of particular types in a particular dataset read access to the current dataset. */
|
|
3105
3228
|
dataset?: Record<string, any>;
|
|
3106
|
-
/** Immutable. A unique ID for this dataset, without the project name. The ID
|
|
3107
|
-
must contain only letters (a-z, A-Z), numbers (0-9), or
|
|
3108
|
-
underscores (_). The maximum length is 1,024 characters. */
|
|
3229
|
+
/** Immutable. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. */
|
|
3109
3230
|
datasetId: string;
|
|
3110
|
-
/** Immutable. A domain to grant access to. Any users signed in with the
|
|
3111
|
-
domain specified will be granted the specified access. */
|
|
3231
|
+
/** Immutable. A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. */
|
|
3112
3232
|
domain?: string;
|
|
3113
3233
|
/** Immutable. An email address of a Google Group to grant access to. */
|
|
3114
3234
|
groupByEmail?: string;
|
|
3115
|
-
/** Immutable. Some other type of member that appears in the IAM Policy but isn't a user,
|
|
3116
|
-
group, domain, or special group. For example: 'allUsers'. */
|
|
3235
|
+
/** Immutable. Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. For example: 'allUsers'. */
|
|
3117
3236
|
iamMember?: string;
|
|
3118
3237
|
/** The project that this resource belongs to. */
|
|
3119
3238
|
projectRef: Record<string, any>;
|
|
3120
|
-
/** Immutable. Optional. The
|
|
3121
|
-
resourceID?: string;
|
|
3122
|
-
/** Immutable. Describes the rights granted to the user specified by the other
|
|
3123
|
-
member of the access object. Basic, predefined, and custom roles are
|
|
3124
|
-
supported. Predefined roles that have equivalent basic roles are
|
|
3125
|
-
swapped by the API to their basic counterparts, and will show a diff
|
|
3126
|
-
post-create. See
|
|
3127
|
-
[official docs](https://cloud.google.com/bigquery/docs/access-control). */
|
|
3239
|
+
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
3240
|
+
resourceID?: string;
|
|
3241
|
+
/** Immutable. Describes the rights granted to the user specified by the other member of the access object. Basic, predefined, and custom roles are supported. Predefined roles that have equivalent basic roles are swapped by the API to their basic counterparts, and will show a diff post-create. See [official docs](https://cloud.google.com/bigquery/docs/access-control). */
|
|
3128
3242
|
role?: string;
|
|
3129
3243
|
/** Immutable. A special group to grant access to. Possible values include:
|
|
3130
3244
|
|
|
3131
|
-
|
|
3132
3245
|
* 'projectOwners': Owners of the enclosing project.
|
|
3133
3246
|
|
|
3134
|
-
|
|
3135
3247
|
* 'projectReaders': Readers of the enclosing project.
|
|
3136
3248
|
|
|
3137
|
-
|
|
3138
3249
|
* 'projectWriters': Writers of the enclosing project.
|
|
3139
3250
|
|
|
3140
|
-
|
|
3141
3251
|
* 'allAuthenticatedUsers': All authenticated BigQuery users. */
|
|
3142
3252
|
specialGroup?: string;
|
|
3143
|
-
/** Immutable. An email address of a user to grant access to. For example:
|
|
3144
|
-
fred@example.com. */
|
|
3253
|
+
/** Immutable. An email address of a user to grant access to. For example: fred@example.com. */
|
|
3145
3254
|
userByEmail?: string;
|
|
3146
|
-
/** Immutable. A view from a different dataset to grant access to. Queries
|
|
3147
|
-
executed against that view will have read access to tables in
|
|
3148
|
-
this dataset. The role field is not required when this field is
|
|
3149
|
-
set. If that view is updated by any user, access to the view
|
|
3150
|
-
needs to be granted again via an update operation. */
|
|
3255
|
+
/** Immutable. A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation. */
|
|
3151
3256
|
view?: Record<string, any>;
|
|
3152
3257
|
}
|
|
3153
3258
|
|
|
@@ -3290,7 +3395,7 @@ export interface BigquerydatatransferConfigProps {
|
|
|
3290
3395
|
projectRef: Record<string, any>;
|
|
3291
3396
|
/** Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. */
|
|
3292
3397
|
pubSubTopicRef?: Record<string, any>;
|
|
3293
|
-
/** The
|
|
3398
|
+
/** Immutable. Optional. The service-generated name of the resource. Used for acquisition only. Leave unset to create a new resource. */
|
|
3294
3399
|
resourceID?: string;
|
|
3295
3400
|
/** Data transfer schedule.
|
|
3296
3401
|
If the data source does not support a custom schedule, this should be
|
|
@@ -4411,6 +4516,44 @@ export interface Attestor_UserOwnedDrydockNoteProps {
|
|
|
4411
4516
|
publicKeys?: Record<string, any>[];
|
|
4412
4517
|
}
|
|
4413
4518
|
|
|
4519
|
+
/** Config Connector resource: BinaryAuthorizationPlatformPolicy (binaryauthorization.cnrm.cloud.google.com) */
|
|
4520
|
+
export declare class PlatformPolicy {
|
|
4521
|
+
constructor(props: PlatformPolicyProps);
|
|
4522
|
+
readonly name: string;
|
|
4523
|
+
readonly namespace: string;
|
|
4524
|
+
readonly uid: string;
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
export interface PlatformPolicyProps {
|
|
4528
|
+
/** Optional. A description comment about the policy. */
|
|
4529
|
+
description?: string;
|
|
4530
|
+
/** Optional. GKE platform-specific policy. */
|
|
4531
|
+
gkePolicy?: Record<string, any>;
|
|
4532
|
+
/** The platform of this resource. */
|
|
4533
|
+
platform: string;
|
|
4534
|
+
/** The project that this resource belongs to. */
|
|
4535
|
+
projectRef: Record<string, any>;
|
|
4536
|
+
/** The BinaryAuthorizationPlatformPolicy name. If not given, the metadata.name will be used. */
|
|
4537
|
+
resourceID?: string;
|
|
4538
|
+
}
|
|
4539
|
+
|
|
4540
|
+
export declare class PlatformPolicy_GkePolicy {
|
|
4541
|
+
constructor(props: PlatformPolicy_GkePolicyProps);
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4544
|
+
export interface PlatformPolicy_GkePolicyProps {
|
|
4545
|
+
checkSets?: Record<string, any>[];
|
|
4546
|
+
imageAllowlist?: Record<string, any>;
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4549
|
+
export declare class PlatformPolicy_GkePolicy_ImageAllowlist {
|
|
4550
|
+
constructor(props: PlatformPolicy_GkePolicy_ImageAllowlistProps);
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4553
|
+
export interface PlatformPolicy_GkePolicy_ImageAllowlistProps {
|
|
4554
|
+
allowPattern?: string[];
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4414
4557
|
/** Config Connector resource: BinaryAuthorizationPolicy (binaryauthorization.cnrm.cloud.google.com) */
|
|
4415
4558
|
export declare class BinaryauthorizationPolicy {
|
|
4416
4559
|
constructor(props: BinaryauthorizationPolicyProps);
|
|
@@ -4468,13 +4611,14 @@ export declare class CertificateIssuanceConfig {
|
|
|
4468
4611
|
|
|
4469
4612
|
export interface CertificateIssuanceConfigProps {
|
|
4470
4613
|
/** Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc. */
|
|
4471
|
-
|
|
4614
|
+
certificateAuthorityConfig?: Record<string, any>;
|
|
4472
4615
|
/** One or more paragraphs of text description of a CertificateIssuanceConfig. */
|
|
4473
4616
|
description?: string;
|
|
4474
4617
|
/** Required. The key algorithm to use when generating the private key. */
|
|
4475
4618
|
keyAlgorithm?: string;
|
|
4476
4619
|
/** Required. Workload certificate lifetime requested. */
|
|
4477
4620
|
lifetime?: string;
|
|
4621
|
+
/** The location that this resource belongs to. */
|
|
4478
4622
|
location: string;
|
|
4479
4623
|
/** The Project that this resource belongs to. */
|
|
4480
4624
|
projectRef: Record<string, any>;
|
|
@@ -4484,19 +4628,19 @@ export interface CertificateIssuanceConfigProps {
|
|
|
4484
4628
|
rotationWindowPercentage?: number;
|
|
4485
4629
|
}
|
|
4486
4630
|
|
|
4487
|
-
export declare class
|
|
4488
|
-
constructor(props:
|
|
4631
|
+
export declare class CertificateIssuanceConfig_CertificateAuthorityConfig {
|
|
4632
|
+
constructor(props: CertificateIssuanceConfig_CertificateAuthorityConfigProps);
|
|
4489
4633
|
}
|
|
4490
4634
|
|
|
4491
|
-
export interface
|
|
4635
|
+
export interface CertificateIssuanceConfig_CertificateAuthorityConfigProps {
|
|
4492
4636
|
certificateAuthorityServiceConfig?: Record<string, any>;
|
|
4493
4637
|
}
|
|
4494
4638
|
|
|
4495
|
-
export declare class
|
|
4496
|
-
constructor(props:
|
|
4639
|
+
export declare class CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfig {
|
|
4640
|
+
constructor(props: CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfigProps);
|
|
4497
4641
|
}
|
|
4498
4642
|
|
|
4499
|
-
export interface
|
|
4643
|
+
export interface CertificateIssuanceConfig_CertificateAuthorityConfig_CertificateAuthorityServiceConfigProps {
|
|
4500
4644
|
caPoolRef?: Record<string, any>;
|
|
4501
4645
|
}
|
|
4502
4646
|
|
|
@@ -4863,6 +5007,54 @@ export interface ProjectFeed_FeedOutputConfig_PubsubDestinationProps {
|
|
|
4863
5007
|
topic: string;
|
|
4864
5008
|
}
|
|
4865
5009
|
|
|
5010
|
+
/** Config Connector resource: CloudBatchResourceAllowance (batch.cnrm.cloud.google.com) */
|
|
5011
|
+
export declare class CloudBatchResourceAllowance {
|
|
5012
|
+
constructor(props: CloudBatchResourceAllowanceProps);
|
|
5013
|
+
readonly name: string;
|
|
5014
|
+
readonly namespace: string;
|
|
5015
|
+
readonly uid: string;
|
|
5016
|
+
}
|
|
5017
|
+
|
|
5018
|
+
export interface CloudBatchResourceAllowanceProps {
|
|
5019
|
+
/** Optional. Labels are attributes that can be set and used by both the user and by Batch. */
|
|
5020
|
+
labels?: Record<string, string>;
|
|
5021
|
+
/** The location of this resource. */
|
|
5022
|
+
location: string;
|
|
5023
|
+
/** Optional. Notification configurations. */
|
|
5024
|
+
notifications?: Record<string, any>[];
|
|
5025
|
+
/** The project that this resource belongs to. */
|
|
5026
|
+
projectRef: Record<string, any>;
|
|
5027
|
+
/** The CloudBatchResourceAllowance name. If not given, the metadata.name will be used. */
|
|
5028
|
+
resourceID?: string;
|
|
5029
|
+
/** The detail of usage resource allowance. */
|
|
5030
|
+
usageResourceAllowance?: Record<string, any>;
|
|
5031
|
+
}
|
|
5032
|
+
|
|
5033
|
+
export declare class CloudBatchResourceAllowance_Notification {
|
|
5034
|
+
constructor(props: CloudBatchResourceAllowance_NotificationProps);
|
|
5035
|
+
}
|
|
5036
|
+
|
|
5037
|
+
export interface CloudBatchResourceAllowance_NotificationProps {
|
|
5038
|
+
pubsubTopic?: string;
|
|
5039
|
+
}
|
|
5040
|
+
|
|
5041
|
+
export declare class CloudBatchResourceAllowance_UsageResourceAllowance {
|
|
5042
|
+
constructor(props: CloudBatchResourceAllowance_UsageResourceAllowanceProps);
|
|
5043
|
+
}
|
|
5044
|
+
|
|
5045
|
+
export interface CloudBatchResourceAllowance_UsageResourceAllowanceProps {
|
|
5046
|
+
spec?: Record<string, any>;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
export declare class CloudBatchResourceAllowance_UsageResourceAllowance_Spec {
|
|
5050
|
+
constructor(props: CloudBatchResourceAllowance_UsageResourceAllowance_SpecProps);
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
export interface CloudBatchResourceAllowance_UsageResourceAllowance_SpecProps {
|
|
5054
|
+
limit?: Record<string, any>;
|
|
5055
|
+
type?: string;
|
|
5056
|
+
}
|
|
5057
|
+
|
|
4866
5058
|
/** Config Connector resource: CloudBuildTrigger (cloudbuild.cnrm.cloud.google.com) */
|
|
4867
5059
|
export declare class CloudbuildTrigger {
|
|
4868
5060
|
constructor(props: CloudbuildTriggerProps);
|
|
@@ -4872,9 +5064,7 @@ export declare class CloudbuildTrigger {
|
|
|
4872
5064
|
}
|
|
4873
5065
|
|
|
4874
5066
|
export interface CloudbuildTriggerProps {
|
|
4875
|
-
/** Configuration for manual approval to start a build invocation of this BuildTrigger.
|
|
4876
|
-
Builds created by this trigger will require approval before they execute.
|
|
4877
|
-
Any user with a Cloud Build Approver role for the project can approve a build. */
|
|
5067
|
+
/** Configuration for manual approval to start a build invocation of this BuildTrigger. Builds created by this trigger will require approval before they execute. Any user with a Cloud Build Approver role for the project can approve a build. */
|
|
4878
5068
|
approvalConfig?: Record<string, any>;
|
|
4879
5069
|
/** BitbucketServerTriggerConfig describes the configuration of a trigger that creates a build whenever a Bitbucket Server event is received. */
|
|
4880
5070
|
bitbucketServerTriggerConfig?: Record<string, any>;
|
|
@@ -4884,9 +5074,7 @@ Any user with a Cloud Build Approver role for the project can approve a build. *
|
|
|
4884
5074
|
description?: string;
|
|
4885
5075
|
/** Whether the trigger is disabled or not. If true, the trigger will never result in a build. */
|
|
4886
5076
|
disabled?: boolean;
|
|
4887
|
-
/** Path, from the source root, to a file whose contents is used for the template.
|
|
4888
|
-
Either a filename or build template must be provided. Set this only when using trigger_template or github.
|
|
4889
|
-
When using Pub/Sub, Webhook or Manual set the file name using git_file_source instead. */
|
|
5077
|
+
/** Path, from the source root, to a file whose contents is used for the template. Either a filename or build template must be provided. Set this only when using trigger_template or github. When using Pub/Sub, Webhook or Manual set the file name using git_file_source instead. */
|
|
4890
5078
|
filename?: string;
|
|
4891
5079
|
/** A Common Expression Language string. Used only with Pub/Sub and Webhook. */
|
|
4892
5080
|
filter?: string;
|
|
@@ -4906,9 +5094,7 @@ If ignoredFiles is not empty, then we ignore any files that match any
|
|
|
4906
5094
|
of the ignored_file globs. If the change has no files that are outside
|
|
4907
5095
|
of the ignoredFiles globs, then we do not trigger a build. */
|
|
4908
5096
|
ignoredFiles?: string[];
|
|
4909
|
-
/** Build logs will be sent back to GitHub as part of the checkrun
|
|
4910
|
-
result. Values can be INCLUDE_BUILD_LOGS_UNSPECIFIED or
|
|
4911
|
-
INCLUDE_BUILD_LOGS_WITH_STATUS Possible values: ["INCLUDE_BUILD_LOGS_UNSPECIFIED", "INCLUDE_BUILD_LOGS_WITH_STATUS"]. */
|
|
5097
|
+
/** Build logs will be sent back to GitHub as part of the checkrun result. Values can be INCLUDE_BUILD_LOGS_UNSPECIFIED or INCLUDE_BUILD_LOGS_WITH_STATUS Possible values: ["INCLUDE_BUILD_LOGS_UNSPECIFIED", "INCLUDE_BUILD_LOGS_WITH_STATUS"]. */
|
|
4912
5098
|
includeBuildLogs?: string;
|
|
4913
5099
|
/** ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match
|
|
4914
5100
|
extended with support for '**'.
|
|
@@ -4923,7 +5109,7 @@ those files matches a includedFiles glob. If not, then we do not trigger
|
|
|
4923
5109
|
a build. */
|
|
4924
5110
|
includedFiles?: string[];
|
|
4925
5111
|
/** Immutable. The location of the Cloud Build trigger. If not specified, "global" is used. More info: cloud.google.com/build/docs/locations. */
|
|
4926
|
-
location
|
|
5112
|
+
location: string;
|
|
4927
5113
|
/** PubsubConfig describes the configuration of a trigger that creates
|
|
4928
5114
|
a build whenever a Pub/Sub message is published.
|
|
4929
5115
|
|
|
@@ -4979,11 +5165,11 @@ export declare class CloudbuildTrigger_BitbucketServerTriggerConfig {
|
|
|
4979
5165
|
}
|
|
4980
5166
|
|
|
4981
5167
|
export interface CloudbuildTrigger_BitbucketServerTriggerConfigProps {
|
|
4982
|
-
bitbucketServerConfigResourceRef
|
|
4983
|
-
projectKey
|
|
5168
|
+
bitbucketServerConfigResourceRef?: Record<string, any>;
|
|
5169
|
+
projectKey?: string;
|
|
4984
5170
|
pullRequest?: Record<string, any>;
|
|
4985
5171
|
push?: Record<string, any>;
|
|
4986
|
-
repoSlug
|
|
5172
|
+
repoSlug?: string;
|
|
4987
5173
|
}
|
|
4988
5174
|
|
|
4989
5175
|
export declare class CloudbuildTrigger_BitbucketServerTriggerConfig_PullRequest {
|
|
@@ -4991,7 +5177,7 @@ export declare class CloudbuildTrigger_BitbucketServerTriggerConfig_PullRequest
|
|
|
4991
5177
|
}
|
|
4992
5178
|
|
|
4993
5179
|
export interface CloudbuildTrigger_BitbucketServerTriggerConfig_PullRequestProps {
|
|
4994
|
-
branch
|
|
5180
|
+
branch?: string;
|
|
4995
5181
|
commentControl?: string;
|
|
4996
5182
|
invertRegex?: boolean;
|
|
4997
5183
|
}
|
|
@@ -5019,7 +5205,7 @@ export interface CloudbuildTrigger_BuildProps {
|
|
|
5019
5205
|
queueTtl?: string;
|
|
5020
5206
|
secret?: Record<string, any>[];
|
|
5021
5207
|
source?: Record<string, any>;
|
|
5022
|
-
step
|
|
5208
|
+
step?: Record<string, any>[];
|
|
5023
5209
|
substitutions?: Record<string, string>;
|
|
5024
5210
|
tags?: string[];
|
|
5025
5211
|
timeout?: string;
|
|
@@ -5039,7 +5225,7 @@ export declare class CloudbuildTrigger_Build_AvailableSecrets {
|
|
|
5039
5225
|
}
|
|
5040
5226
|
|
|
5041
5227
|
export interface CloudbuildTrigger_Build_AvailableSecretsProps {
|
|
5042
|
-
secretManager
|
|
5228
|
+
secretManager?: Record<string, any>[];
|
|
5043
5229
|
}
|
|
5044
5230
|
|
|
5045
5231
|
export declare class CloudbuildTrigger_Build_Options {
|
|
@@ -5077,8 +5263,8 @@ export declare class CloudbuildTrigger_GitFileSource {
|
|
|
5077
5263
|
export interface CloudbuildTrigger_GitFileSourceProps {
|
|
5078
5264
|
bitbucketServerConfigRef?: Record<string, any>;
|
|
5079
5265
|
githubEnterpriseConfigRef?: Record<string, any>;
|
|
5080
|
-
path
|
|
5081
|
-
repoType
|
|
5266
|
+
path?: string;
|
|
5267
|
+
repoType?: string;
|
|
5082
5268
|
repositoryRef?: Record<string, any>;
|
|
5083
5269
|
revision?: string;
|
|
5084
5270
|
uri?: string;
|
|
@@ -5101,7 +5287,7 @@ export declare class CloudbuildTrigger_Github_PullRequest {
|
|
|
5101
5287
|
}
|
|
5102
5288
|
|
|
5103
5289
|
export interface CloudbuildTrigger_Github_PullRequestProps {
|
|
5104
|
-
branch
|
|
5290
|
+
branch?: string;
|
|
5105
5291
|
commentControl?: string;
|
|
5106
5292
|
invertRegex?: boolean;
|
|
5107
5293
|
}
|
|
@@ -5124,7 +5310,7 @@ export interface CloudbuildTrigger_PubsubConfigProps {
|
|
|
5124
5310
|
serviceAccountRef?: Record<string, any>;
|
|
5125
5311
|
state?: string;
|
|
5126
5312
|
subscription?: string;
|
|
5127
|
-
topicRef
|
|
5313
|
+
topicRef?: Record<string, any>;
|
|
5128
5314
|
}
|
|
5129
5315
|
|
|
5130
5316
|
export declare class CloudbuildTrigger_RepositoryEventConfig {
|
|
@@ -5164,8 +5350,8 @@ export declare class CloudbuildTrigger_SourceToBuild {
|
|
|
5164
5350
|
export interface CloudbuildTrigger_SourceToBuildProps {
|
|
5165
5351
|
bitbucketServerConfigRef?: Record<string, any>;
|
|
5166
5352
|
githubEnterpriseConfigRef?: Record<string, any>;
|
|
5167
|
-
ref
|
|
5168
|
-
repoType
|
|
5353
|
+
ref?: string;
|
|
5354
|
+
repoType?: string;
|
|
5169
5355
|
repositoryRef?: Record<string, any>;
|
|
5170
5356
|
uri?: string;
|
|
5171
5357
|
}
|
|
@@ -5188,7 +5374,7 @@ export declare class CloudbuildTrigger_WebhookConfig {
|
|
|
5188
5374
|
}
|
|
5189
5375
|
|
|
5190
5376
|
export interface CloudbuildTrigger_WebhookConfigProps {
|
|
5191
|
-
secretRef
|
|
5377
|
+
secretRef?: Record<string, any>;
|
|
5192
5378
|
state?: string;
|
|
5193
5379
|
}
|
|
5194
5380
|
|
|
@@ -5240,6 +5426,86 @@ export interface WorkerPool_PrivatePoolV1Config_WorkerConfigProps {
|
|
|
5240
5426
|
machineType?: string;
|
|
5241
5427
|
}
|
|
5242
5428
|
|
|
5429
|
+
/** Config Connector resource: CloudDeployAutomation (clouddeploy.cnrm.cloud.google.com) */
|
|
5430
|
+
export declare class Automation {
|
|
5431
|
+
constructor(props: AutomationProps);
|
|
5432
|
+
readonly name: string;
|
|
5433
|
+
readonly namespace: string;
|
|
5434
|
+
readonly uid: string;
|
|
5435
|
+
}
|
|
5436
|
+
|
|
5437
|
+
export interface AutomationProps {
|
|
5438
|
+
/** Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. */
|
|
5439
|
+
annotations?: Record<string, string>;
|
|
5440
|
+
/** Immutable. Required. The DeliveryPipeline that this automation belongs to. */
|
|
5441
|
+
deliveryPipelineRef: Record<string, any>;
|
|
5442
|
+
/** Optional. Description of the `Automation`. Max length is 255 characters. */
|
|
5443
|
+
description?: string;
|
|
5444
|
+
/** Immutable. The location of this resource. */
|
|
5445
|
+
location: string;
|
|
5446
|
+
/** The Project that this resource belongs to. */
|
|
5447
|
+
projectRef: Record<string, any>;
|
|
5448
|
+
/** The GCP resource identifier. If not given, the metadata.name will be used. */
|
|
5449
|
+
resourceID?: string;
|
|
5450
|
+
/** Required. List of Automation rules associated with the Automation resource. */
|
|
5451
|
+
rules: Record<string, any>[];
|
|
5452
|
+
/** Required. Selected resources to which the automation will be applied. */
|
|
5453
|
+
selector: Record<string, any>;
|
|
5454
|
+
/** Required. Email address of the user-managed IAM service account that creates Cloud Deploy release and rollout resources. */
|
|
5455
|
+
serviceAccountRef: Record<string, any>;
|
|
5456
|
+
/** Optional. When Suspended, automation is deactivated from execution. */
|
|
5457
|
+
suspended?: boolean;
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
export declare class Automation_Rule {
|
|
5461
|
+
constructor(props: Automation_RuleProps);
|
|
5462
|
+
}
|
|
5463
|
+
|
|
5464
|
+
export interface Automation_RuleProps {
|
|
5465
|
+
advanceRolloutRule?: Record<string, any>;
|
|
5466
|
+
promoteReleaseRule?: Record<string, any>;
|
|
5467
|
+
repairRolloutRule?: Record<string, any>;
|
|
5468
|
+
timedPromoteReleaseRule?: Record<string, any>;
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5471
|
+
export declare class Automation_Selector {
|
|
5472
|
+
constructor(props: Automation_SelectorProps);
|
|
5473
|
+
}
|
|
5474
|
+
|
|
5475
|
+
export interface Automation_SelectorProps {
|
|
5476
|
+
targets?: Record<string, any>[];
|
|
5477
|
+
}
|
|
5478
|
+
|
|
5479
|
+
/** Config Connector resource: CloudDeployCustomTargetType (clouddeploy.cnrm.cloud.google.com) */
|
|
5480
|
+
export declare class CustomTargetType {
|
|
5481
|
+
constructor(props: CustomTargetTypeProps);
|
|
5482
|
+
readonly name: string;
|
|
5483
|
+
readonly namespace: string;
|
|
5484
|
+
readonly uid: string;
|
|
5485
|
+
}
|
|
5486
|
+
|
|
5487
|
+
export interface CustomTargetTypeProps {
|
|
5488
|
+
/** Configures render and deploy for the `CustomTargetType` using Skaffold custom actions. */
|
|
5489
|
+
customActions?: Record<string, any>;
|
|
5490
|
+
/** Optional. Description of the `CustomTargetType`. Max length is 255 characters. */
|
|
5491
|
+
description?: string;
|
|
5492
|
+
location: string;
|
|
5493
|
+
/** The project that this resource belongs to. */
|
|
5494
|
+
projectRef: Record<string, any>;
|
|
5495
|
+
/** The CloudDeployCustomTargetType name. If not given, the metadata.name will be used. */
|
|
5496
|
+
resourceID?: string;
|
|
5497
|
+
}
|
|
5498
|
+
|
|
5499
|
+
export declare class CustomTargetType_CustomActions {
|
|
5500
|
+
constructor(props: CustomTargetType_CustomActionsProps);
|
|
5501
|
+
}
|
|
5502
|
+
|
|
5503
|
+
export interface CustomTargetType_CustomActionsProps {
|
|
5504
|
+
deployAction?: string;
|
|
5505
|
+
includeSkaffoldModules?: Record<string, any>[];
|
|
5506
|
+
renderAction?: string;
|
|
5507
|
+
}
|
|
5508
|
+
|
|
5243
5509
|
/** Config Connector resource: CloudDeployDeliveryPipeline (clouddeploy.cnrm.cloud.google.com) */
|
|
5244
5510
|
export declare class DeliveryPipeline {
|
|
5245
5511
|
constructor(props: DeliveryPipelineProps);
|
|
@@ -5315,6 +5581,103 @@ export interface DeployPolicy_SelectorProps {
|
|
|
5315
5581
|
target?: Record<string, any>;
|
|
5316
5582
|
}
|
|
5317
5583
|
|
|
5584
|
+
/** Config Connector resource: CloudDeployTarget (clouddeploy.cnrm.cloud.google.com) */
|
|
5585
|
+
export declare class Target {
|
|
5586
|
+
constructor(props: TargetProps);
|
|
5587
|
+
readonly name: string;
|
|
5588
|
+
readonly namespace: string;
|
|
5589
|
+
readonly uid: string;
|
|
5590
|
+
}
|
|
5591
|
+
|
|
5592
|
+
export interface TargetProps {
|
|
5593
|
+
/** Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. */
|
|
5594
|
+
annotations?: Record<string, string>;
|
|
5595
|
+
/** Information specifying an Anthos Cluster. */
|
|
5596
|
+
anthosCluster?: Record<string, any>;
|
|
5597
|
+
/** Optional. The associations between the Target and other entities. */
|
|
5598
|
+
associatedEntities?: Record<string, Record<string, any>>;
|
|
5599
|
+
/** Information specifying a custom target. */
|
|
5600
|
+
customTarget?: Record<string, any>;
|
|
5601
|
+
/** Optional. The deploy parameters to use for this target. */
|
|
5602
|
+
deployParameters?: Record<string, string>;
|
|
5603
|
+
/** Optional. Description of the `Target`. Max length is 255 characters. */
|
|
5604
|
+
description?: string;
|
|
5605
|
+
/** Optional. Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`. */
|
|
5606
|
+
executionConfigs?: Record<string, any>[];
|
|
5607
|
+
/** Information specifying a GKE Cluster. */
|
|
5608
|
+
gke?: Record<string, any>;
|
|
5609
|
+
/** Immutable. The location where the Target should reside. */
|
|
5610
|
+
location: string;
|
|
5611
|
+
/** Information specifying a multi-target. */
|
|
5612
|
+
multiTarget?: Record<string, any>;
|
|
5613
|
+
/** The Project that this resource belongs to. */
|
|
5614
|
+
projectRef: Record<string, any>;
|
|
5615
|
+
/** Optional. Whether or not the `Target` requires approval. */
|
|
5616
|
+
requireApproval?: boolean;
|
|
5617
|
+
/** The GCP resource identifier. If not given, the metadata.name will be used. */
|
|
5618
|
+
resourceID?: string;
|
|
5619
|
+
/** Information specifying a Cloud Run deployment target. */
|
|
5620
|
+
run?: Record<string, any>;
|
|
5621
|
+
}
|
|
5622
|
+
|
|
5623
|
+
export declare class Target_AnthosCluster {
|
|
5624
|
+
constructor(props: Target_AnthosClusterProps);
|
|
5625
|
+
}
|
|
5626
|
+
|
|
5627
|
+
export interface Target_AnthosClusterProps {
|
|
5628
|
+
membershipRef?: Record<string, any>;
|
|
5629
|
+
}
|
|
5630
|
+
|
|
5631
|
+
export declare class Target_CustomTarget {
|
|
5632
|
+
constructor(props: Target_CustomTargetProps);
|
|
5633
|
+
}
|
|
5634
|
+
|
|
5635
|
+
export interface Target_CustomTargetProps {
|
|
5636
|
+
customTargetTypeRef?: Record<string, any>;
|
|
5637
|
+
}
|
|
5638
|
+
|
|
5639
|
+
export declare class Target_ExecutionConfig {
|
|
5640
|
+
constructor(props: Target_ExecutionConfigProps);
|
|
5641
|
+
}
|
|
5642
|
+
|
|
5643
|
+
export interface Target_ExecutionConfigProps {
|
|
5644
|
+
artifactStorage?: string;
|
|
5645
|
+
defaultPool?: Record<string, any>;
|
|
5646
|
+
executionTimeout?: string;
|
|
5647
|
+
privatePool?: Record<string, any>;
|
|
5648
|
+
serviceAccountRef?: Record<string, any>;
|
|
5649
|
+
usages?: string[];
|
|
5650
|
+
verbose?: boolean;
|
|
5651
|
+
workerPoolRef?: Record<string, any>;
|
|
5652
|
+
}
|
|
5653
|
+
|
|
5654
|
+
export declare class Target_Gke {
|
|
5655
|
+
constructor(props: Target_GkeProps);
|
|
5656
|
+
}
|
|
5657
|
+
|
|
5658
|
+
export interface Target_GkeProps {
|
|
5659
|
+
clusterRef?: Record<string, any>;
|
|
5660
|
+
dnsEndpoint?: boolean;
|
|
5661
|
+
internalIP?: boolean;
|
|
5662
|
+
proxyURL?: string;
|
|
5663
|
+
}
|
|
5664
|
+
|
|
5665
|
+
export declare class Target_MultiTarget {
|
|
5666
|
+
constructor(props: Target_MultiTargetProps);
|
|
5667
|
+
}
|
|
5668
|
+
|
|
5669
|
+
export interface Target_MultiTargetProps {
|
|
5670
|
+
targetRefs?: Record<string, any>[];
|
|
5671
|
+
}
|
|
5672
|
+
|
|
5673
|
+
export declare class Target_Run {
|
|
5674
|
+
constructor(props: Target_RunProps);
|
|
5675
|
+
}
|
|
5676
|
+
|
|
5677
|
+
export interface Target_RunProps {
|
|
5678
|
+
location?: string;
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5318
5681
|
/** Config Connector resource: CloudDMSConversionWorkspace (clouddms.cnrm.cloud.google.com) */
|
|
5319
5682
|
export declare class ConversionWorkspace {
|
|
5320
5683
|
constructor(props: ConversionWorkspaceProps);
|
|
@@ -5383,6 +5746,7 @@ export interface MigrationJobProps {
|
|
|
5383
5746
|
dumpPath?: string;
|
|
5384
5747
|
/** This field can be used to select the entities to migrate as part of the migration job. It uses AIP-160 notation to select a subset of the entities configured on the associated conversion-workspace. This field should not be set on migration-jobs that are not associated with a conversion workspace. */
|
|
5385
5748
|
filter?: string;
|
|
5749
|
+
/** The location that this resource belongs to. */
|
|
5386
5750
|
location: string;
|
|
5387
5751
|
/** Optional. Data dump parallelism settings used by the migration. Currently applicable only for MySQL to Cloud SQL for MySQL migrations only. */
|
|
5388
5752
|
performanceConfig?: Record<string, any>;
|
|
@@ -6137,7 +6501,9 @@ export declare class RuntimeTemplate_MachineSpec {
|
|
|
6137
6501
|
export interface RuntimeTemplate_MachineSpecProps {
|
|
6138
6502
|
acceleratorCount?: number;
|
|
6139
6503
|
acceleratorType?: string;
|
|
6504
|
+
gpuPartitionSize?: string;
|
|
6140
6505
|
machineType?: string;
|
|
6506
|
+
multihostGpuNodeCount?: number;
|
|
6141
6507
|
reservationAffinity?: Record<string, any>;
|
|
6142
6508
|
tpuTopology?: string;
|
|
6143
6509
|
}
|
|
@@ -6190,6 +6556,7 @@ export interface ComposerEnvironmentProps {
|
|
|
6190
6556
|
* Both keys and values are additionally constrained to be <= 128 bytes in
|
|
6191
6557
|
size. */
|
|
6192
6558
|
labels?: Record<string, string>;
|
|
6559
|
+
/** The location that this resource belongs to. */
|
|
6193
6560
|
location: string;
|
|
6194
6561
|
/** The Project that this resource belongs to. */
|
|
6195
6562
|
projectRef: Record<string, any>;
|
|
@@ -7656,6 +8023,7 @@ export declare class ForwardingRule_Target {
|
|
|
7656
8023
|
|
|
7657
8024
|
export interface ForwardingRule_TargetProps {
|
|
7658
8025
|
googleAPIsBundle?: string;
|
|
8026
|
+
memorystoreInstanceServiceAttachment?: Record<string, any>;
|
|
7659
8027
|
serviceAttachmentRef?: Record<string, any>;
|
|
7660
8028
|
targetGRPCProxyRef?: Record<string, any>;
|
|
7661
8029
|
targetHTTPProxyRef?: Record<string, any>;
|
|
@@ -7665,25 +8033,163 @@ export interface ForwardingRule_TargetProps {
|
|
|
7665
8033
|
targetVPNGatewayRef?: Record<string, any>;
|
|
7666
8034
|
}
|
|
7667
8035
|
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
8036
|
+
export declare class ForwardingRule_Target_MemorystoreInstanceServiceAttachment {
|
|
8037
|
+
constructor(props: ForwardingRule_Target_MemorystoreInstanceServiceAttachmentProps);
|
|
8038
|
+
}
|
|
8039
|
+
|
|
8040
|
+
export interface ForwardingRule_Target_MemorystoreInstanceServiceAttachmentProps {
|
|
8041
|
+
connectionType?: string;
|
|
8042
|
+
memorystoreInstanceRef: Record<string, any>;
|
|
8043
|
+
}
|
|
8044
|
+
|
|
8045
|
+
/** Config Connector resource: ComputeFutureReservation (compute.cnrm.cloud.google.com) */
|
|
8046
|
+
export declare class FutureReservation {
|
|
8047
|
+
constructor(props: FutureReservationProps);
|
|
7671
8048
|
readonly name: string;
|
|
7672
8049
|
readonly namespace: string;
|
|
7673
8050
|
readonly uid: string;
|
|
7674
8051
|
}
|
|
7675
8052
|
|
|
7676
|
-
export interface
|
|
7677
|
-
/**
|
|
7678
|
-
|
|
7679
|
-
|
|
7680
|
-
|
|
7681
|
-
|
|
8053
|
+
export interface FutureReservationProps {
|
|
8054
|
+
/** Aggregate reservation details for the future reservation. */
|
|
8055
|
+
aggregateReservation?: Record<string, any>;
|
|
8056
|
+
/** Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value. */
|
|
8057
|
+
autoCreatedReservationsDeleteTime?: string;
|
|
8058
|
+
/** Specifies the duration of auto-created reservations. It represents relative time to future reservation start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time unit is represented as a count of seconds and fractions of seconds at nanosecond resolution. */
|
|
8059
|
+
autoCreatedReservationsDuration?: Record<string, any>;
|
|
8060
|
+
/** Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false. */
|
|
8061
|
+
autoDeleteAutoCreatedReservations?: boolean;
|
|
8062
|
+
/** If not present, then FR will not deliver a new commitment or update an existing commitment. */
|
|
8063
|
+
commitmentInfo?: Record<string, any>;
|
|
8064
|
+
/** Type of the deployment requested as part of future reservation. Check the DeploymentType enum for the list of possible values. */
|
|
8065
|
+
deploymentType?: string;
|
|
8066
|
+
/** An optional description of this resource. Provide this property when you create the future reservation. */
|
|
7682
8067
|
description?: string;
|
|
7683
|
-
/**
|
|
7684
|
-
|
|
7685
|
-
|
|
7686
|
-
|
|
8068
|
+
/** Indicates if this group of VMs have emergent maintenance enabled. */
|
|
8069
|
+
enableEmergentMaintenance?: boolean;
|
|
8070
|
+
location: string;
|
|
8071
|
+
/** Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will be -date-####. */
|
|
8072
|
+
namePrefix?: string;
|
|
8073
|
+
/** Planning state before being submitted for evaluation Check the PlanningStatus enum for the list of possible values. */
|
|
8074
|
+
planningStatus?: string;
|
|
8075
|
+
/** The Project that this resource belongs to. */
|
|
8076
|
+
projectRef: Record<string, any>;
|
|
8077
|
+
/** The reservation mode which determines reservation-termination behavior and expected pricing. Check the ReservationMode enum for the list of possible values. */
|
|
8078
|
+
reservationMode?: string;
|
|
8079
|
+
/** Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If the reservation with the given name does not exist already, it is created automatically at the time of Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a name_prefix. */
|
|
8080
|
+
reservationName?: string;
|
|
8081
|
+
/** The ComputeFutureReservation name. If not given, the metadata.name will be used. */
|
|
8082
|
+
resourceID?: string;
|
|
8083
|
+
/** Maintenance information for this reservation Check the SchedulingType enum for the list of possible values. */
|
|
8084
|
+
schedulingType?: string;
|
|
8085
|
+
/** List of Projects/Folders to share with. */
|
|
8086
|
+
shareSettings?: Record<string, any>;
|
|
8087
|
+
/** Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. */
|
|
8088
|
+
specificReservationRequired?: boolean;
|
|
8089
|
+
/** Future Reservation configuration to indicate instance properties and total count. */
|
|
8090
|
+
specificSkuProperties?: Record<string, any>;
|
|
8091
|
+
/** Time window for this Future Reservation. */
|
|
8092
|
+
timeWindow?: Record<string, any>;
|
|
8093
|
+
}
|
|
8094
|
+
|
|
8095
|
+
export declare class FutureReservation_AggregateReservation {
|
|
8096
|
+
constructor(props: FutureReservation_AggregateReservationProps);
|
|
8097
|
+
}
|
|
8098
|
+
|
|
8099
|
+
export interface FutureReservation_AggregateReservationProps {
|
|
8100
|
+
reservedResources?: Record<string, any>[];
|
|
8101
|
+
vmFamily?: string;
|
|
8102
|
+
workloadType?: string;
|
|
8103
|
+
}
|
|
8104
|
+
|
|
8105
|
+
export declare class FutureReservation_AutoCreatedReservationsDuration {
|
|
8106
|
+
constructor(props: FutureReservation_AutoCreatedReservationsDurationProps);
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
export interface FutureReservation_AutoCreatedReservationsDurationProps {
|
|
8110
|
+
nanos?: number;
|
|
8111
|
+
seconds?: number;
|
|
8112
|
+
}
|
|
8113
|
+
|
|
8114
|
+
export declare class FutureReservation_CommitmentInfo {
|
|
8115
|
+
constructor(props: FutureReservation_CommitmentInfoProps);
|
|
8116
|
+
}
|
|
8117
|
+
|
|
8118
|
+
export interface FutureReservation_CommitmentInfoProps {
|
|
8119
|
+
commitmentName?: string;
|
|
8120
|
+
commitmentPlan?: string;
|
|
8121
|
+
previousCommitmentTerms?: string;
|
|
8122
|
+
}
|
|
8123
|
+
|
|
8124
|
+
export declare class FutureReservation_ShareSettings {
|
|
8125
|
+
constructor(props: FutureReservation_ShareSettingsProps);
|
|
8126
|
+
}
|
|
8127
|
+
|
|
8128
|
+
export interface FutureReservation_ShareSettingsProps {
|
|
8129
|
+
projectMap?: Record<string, any>[];
|
|
8130
|
+
shareType?: string;
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8133
|
+
export declare class FutureReservation_SpecificSkuProperties {
|
|
8134
|
+
constructor(props: FutureReservation_SpecificSkuPropertiesProps);
|
|
8135
|
+
}
|
|
8136
|
+
|
|
8137
|
+
export interface FutureReservation_SpecificSkuPropertiesProps {
|
|
8138
|
+
instanceProperties?: Record<string, any>;
|
|
8139
|
+
sourceInstanceTemplate?: string;
|
|
8140
|
+
totalCount?: number;
|
|
8141
|
+
}
|
|
8142
|
+
|
|
8143
|
+
export declare class FutureReservation_SpecificSkuProperties_InstanceProperties {
|
|
8144
|
+
constructor(props: FutureReservation_SpecificSkuProperties_InstancePropertiesProps);
|
|
8145
|
+
}
|
|
8146
|
+
|
|
8147
|
+
export interface FutureReservation_SpecificSkuProperties_InstancePropertiesProps {
|
|
8148
|
+
guestAccelerators?: Record<string, any>[];
|
|
8149
|
+
localSsds?: Record<string, any>[];
|
|
8150
|
+
locationHint?: string;
|
|
8151
|
+
machineType?: string;
|
|
8152
|
+
minCPUPlatform?: string;
|
|
8153
|
+
}
|
|
8154
|
+
|
|
8155
|
+
export declare class FutureReservation_TimeWindow {
|
|
8156
|
+
constructor(props: FutureReservation_TimeWindowProps);
|
|
8157
|
+
}
|
|
8158
|
+
|
|
8159
|
+
export interface FutureReservation_TimeWindowProps {
|
|
8160
|
+
duration?: Record<string, any>;
|
|
8161
|
+
endTime?: string;
|
|
8162
|
+
startTime?: string;
|
|
8163
|
+
}
|
|
8164
|
+
|
|
8165
|
+
export declare class FutureReservation_TimeWindow_Duration {
|
|
8166
|
+
constructor(props: FutureReservation_TimeWindow_DurationProps);
|
|
8167
|
+
}
|
|
8168
|
+
|
|
8169
|
+
export interface FutureReservation_TimeWindow_DurationProps {
|
|
8170
|
+
nanos?: number;
|
|
8171
|
+
seconds?: number;
|
|
8172
|
+
}
|
|
8173
|
+
|
|
8174
|
+
/** Config Connector resource: ComputeGlobalNetworkEndpointGroup (compute.cnrm.cloud.google.com) */
|
|
8175
|
+
export declare class GlobalNetworkEndpointGroup {
|
|
8176
|
+
constructor(props: GlobalNetworkEndpointGroupProps);
|
|
8177
|
+
readonly name: string;
|
|
8178
|
+
readonly namespace: string;
|
|
8179
|
+
readonly uid: string;
|
|
8180
|
+
}
|
|
8181
|
+
|
|
8182
|
+
export interface GlobalNetworkEndpointGroupProps {
|
|
8183
|
+
/** Immutable. The default port used if the port number is not specified in the
|
|
8184
|
+
network endpoint. */
|
|
8185
|
+
defaultPort?: number;
|
|
8186
|
+
/** Immutable. An optional description of this resource. Provide this property when
|
|
8187
|
+
you create the resource. */
|
|
8188
|
+
description?: string;
|
|
8189
|
+
/** Immutable. Type of network endpoints in this network endpoint group. Possible values: ["INTERNET_IP_PORT", "INTERNET_FQDN_PORT"]. */
|
|
8190
|
+
networkEndpointType: string;
|
|
8191
|
+
/** The project that this resource belongs to. */
|
|
8192
|
+
projectRef: Record<string, any>;
|
|
7687
8193
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
7688
8194
|
resourceID?: string;
|
|
7689
8195
|
}
|
|
@@ -7719,22 +8225,15 @@ export declare class ComputeHealthCheck {
|
|
|
7719
8225
|
}
|
|
7720
8226
|
|
|
7721
8227
|
export interface ComputeHealthCheckProps {
|
|
7722
|
-
/** How often (in seconds) to send a health check. The default value is 5
|
|
7723
|
-
seconds. */
|
|
8228
|
+
/** How often (in seconds) to send a health check. The default value is 5 seconds. */
|
|
7724
8229
|
checkIntervalSec?: number;
|
|
7725
|
-
/** An optional description of this resource. Provide this property when
|
|
7726
|
-
you create the resource. */
|
|
8230
|
+
/** An optional description of this resource. Provide this property when you create the resource. */
|
|
7727
8231
|
description?: string;
|
|
7728
|
-
/** A nested object resource. */
|
|
7729
8232
|
grpcHealthCheck?: Record<string, any>;
|
|
7730
|
-
/** A so-far unhealthy instance will be marked healthy after this many
|
|
7731
|
-
consecutive successes. The default value is 2. */
|
|
8233
|
+
/** A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2. */
|
|
7732
8234
|
healthyThreshold?: number;
|
|
7733
|
-
/** A nested object resource. */
|
|
7734
8235
|
http2HealthCheck?: Record<string, any>;
|
|
7735
|
-
/** A nested object resource. */
|
|
7736
8236
|
httpHealthCheck?: Record<string, any>;
|
|
7737
|
-
/** A nested object resource. */
|
|
7738
8237
|
httpsHealthCheck?: Record<string, any>;
|
|
7739
8238
|
/** Location represents the geographical location of the ComputeHealthCheck. Specify a region name or "global" for global resources. Reference: GCP definition of regions/zones (https://cloud.google.com/compute/docs/regions-zones/) */
|
|
7740
8239
|
location: string;
|
|
@@ -7742,16 +8241,11 @@ consecutive successes. The default value is 2. */
|
|
|
7742
8241
|
logConfig?: Record<string, any>;
|
|
7743
8242
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
7744
8243
|
resourceID?: string;
|
|
7745
|
-
/** A nested object resource. */
|
|
7746
8244
|
sslHealthCheck?: Record<string, any>;
|
|
7747
|
-
/** A nested object resource. */
|
|
7748
8245
|
tcpHealthCheck?: Record<string, any>;
|
|
7749
|
-
/** How long (in seconds) to wait before claiming failure.
|
|
7750
|
-
The default value is 5 seconds. It is invalid for timeoutSec to have
|
|
7751
|
-
greater value than checkIntervalSec. */
|
|
8246
|
+
/** How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec. */
|
|
7752
8247
|
timeoutSec?: number;
|
|
7753
|
-
/** A so-far healthy instance will be marked unhealthy after this many
|
|
7754
|
-
consecutive failures. The default value is 2. */
|
|
8248
|
+
/** A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2. */
|
|
7755
8249
|
unhealthyThreshold?: number;
|
|
7756
8250
|
}
|
|
7757
8251
|
|
|
@@ -9223,21 +9717,15 @@ export interface NodeTemplateProps {
|
|
|
9223
9717
|
cpuOvercommitType?: string;
|
|
9224
9718
|
/** Immutable. An optional textual description of the resource. */
|
|
9225
9719
|
description?: string;
|
|
9226
|
-
/** Immutable. Node type to use for nodes group that are created from this template.
|
|
9227
|
-
Only one of nodeTypeFlexibility and nodeType can be specified. */
|
|
9720
|
+
/** Immutable. Node type to use for nodes group that are created from this template. Only one of nodeTypeFlexibility and nodeType can be specified. */
|
|
9228
9721
|
nodeType?: string;
|
|
9229
|
-
/** Immutable. Flexible properties for the desired node type. Node groups that
|
|
9230
|
-
use this node template will create nodes of a type that matches
|
|
9231
|
-
these properties. Only one of nodeTypeFlexibility and nodeType can
|
|
9232
|
-
be specified. */
|
|
9722
|
+
/** Immutable. Flexible properties for the desired node type. Node groups that use this node template will create nodes of a type that matches these properties. Only one of nodeTypeFlexibility and nodeType can be specified. */
|
|
9233
9723
|
nodeTypeFlexibility?: Record<string, any>;
|
|
9234
|
-
/** Immutable. Region where nodes using the node template will be created.
|
|
9235
|
-
If it is not provided, the provider region is used. */
|
|
9724
|
+
/** Immutable. Region where nodes using the node template will be created. */
|
|
9236
9725
|
region: string;
|
|
9237
9726
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
9238
9727
|
resourceID?: string;
|
|
9239
|
-
/** Immutable. The server binding policy for nodes using this template. Determines
|
|
9240
|
-
where the nodes should restart following a maintenance event. */
|
|
9728
|
+
/** Immutable. The server binding policy for nodes using this template. Determines where the nodes should restart following a maintenance event. */
|
|
9241
9729
|
serverBinding?: Record<string, any>;
|
|
9242
9730
|
}
|
|
9243
9731
|
|
|
@@ -9742,16 +10230,25 @@ export interface ComputeReservationProps {
|
|
|
9742
10230
|
description?: string;
|
|
9743
10231
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
9744
10232
|
resourceID?: string;
|
|
10233
|
+
/** The share setting for reservations and sole tenancy node groups. */
|
|
10234
|
+
shareSettings?: Record<string, any>;
|
|
9745
10235
|
/** Reservation for instances with specific machine shapes. */
|
|
9746
10236
|
specificReservation: Record<string, any>;
|
|
9747
|
-
/** Immutable. When set to true, only VMs that target this reservation by name can
|
|
9748
|
-
consume this reservation. Otherwise, it can be consumed by VMs with
|
|
9749
|
-
affinity for any reservation. Defaults to false. */
|
|
10237
|
+
/** Immutable. When set to true, only VMs that target this reservation by name can consume this reservation. Otherwise, it can be consumed by VMs with affinity for any reservation. Defaults to false. */
|
|
9750
10238
|
specificReservationRequired?: boolean;
|
|
9751
10239
|
/** Immutable. The zone where the reservation is made. */
|
|
9752
10240
|
zone: string;
|
|
9753
10241
|
}
|
|
9754
10242
|
|
|
10243
|
+
export declare class ComputeReservation_ShareSettings {
|
|
10244
|
+
constructor(props: ComputeReservation_ShareSettingsProps);
|
|
10245
|
+
}
|
|
10246
|
+
|
|
10247
|
+
export interface ComputeReservation_ShareSettingsProps {
|
|
10248
|
+
projectMap?: Record<string, any>[];
|
|
10249
|
+
shareType?: string;
|
|
10250
|
+
}
|
|
10251
|
+
|
|
9755
10252
|
export declare class ComputeReservation_SpecificReservation {
|
|
9756
10253
|
constructor(props: ComputeReservation_SpecificReservationProps);
|
|
9757
10254
|
}
|
|
@@ -10661,53 +11158,29 @@ export declare class TargetHTTPSProxy {
|
|
|
10661
11158
|
}
|
|
10662
11159
|
|
|
10663
11160
|
export interface TargetHTTPSProxyProps {
|
|
11161
|
+
/** URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer. Currently, you may specify up to 15 certificates. Certificate manager certificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. sslCertificates and certificateManagerCertificates fields cannot be defined together. */
|
|
10664
11162
|
certificateManagerCertificates?: Record<string, any>[];
|
|
10665
|
-
/** A reference to the CertificateMap resource uri that identifies a
|
|
10666
|
-
certificate map associated with the given target proxy. This field
|
|
10667
|
-
can only be set for global target proxies. This field is only supported
|
|
10668
|
-
for EXTERNAL and EXTERNAL_MANAGED load balancing schemes.
|
|
10669
|
-
For INTERNAL_MANAGED, use certificateManagerCertificates instead.
|
|
10670
|
-
sslCertificates and certificateMap fields cannot be defined together. */
|
|
11163
|
+
/** A reference to the CertificateMap resource uri that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. This field is only supported for EXTERNAL and EXTERNAL_MANAGED load balancing schemes. For INTERNAL_MANAGED, use certificateManagerCertificates instead. sslCertificates and certificateMap fields cannot be defined together. */
|
|
10671
11164
|
certificateMapRef?: Record<string, any>;
|
|
10672
11165
|
/** Immutable. An optional description of this resource. */
|
|
10673
11166
|
description?: string;
|
|
10674
|
-
/** Immutable. Specifies how long to keep a connection open, after completing a response,
|
|
10675
|
-
while there is no matching traffic (in seconds). If an HTTP keepalive is
|
|
10676
|
-
not specified, a default value (610 seconds) will be used. For Global
|
|
10677
|
-
external HTTP(S) load balancer, the minimum allowed value is 5 seconds and
|
|
10678
|
-
the maximum allowed value is 1200 seconds. For Global external HTTP(S)
|
|
10679
|
-
load balancer (classic), this option is not available publicly. */
|
|
11167
|
+
/** Immutable. Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds). If an HTTP keepalive is not specified, a default value (610 seconds) will be used. For Global external HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly. */
|
|
10680
11168
|
httpKeepAliveTimeoutSec?: number;
|
|
10681
11169
|
/** Location represents the geographical location of the ComputeTargetHTTPSProxy. Specify a region name or "global" for global resources. Reference: GCP definition of regions/zones (https://cloud.google.com/compute/docs/regions-zones/) */
|
|
10682
11170
|
location: string;
|
|
10683
|
-
/** Immutable. This field only applies when the forwarding rule that references
|
|
10684
|
-
this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. */
|
|
11171
|
+
/** Immutable. This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. */
|
|
10685
11172
|
proxyBind?: boolean;
|
|
10686
|
-
/** Specifies the QUIC override policy for this resource. This determines
|
|
10687
|
-
whether the load balancer will attempt to negotiate QUIC with clients
|
|
10688
|
-
or not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is
|
|
10689
|
-
specified, Google manages whether QUIC is used. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]. */
|
|
11173
|
+
/** Specifies the QUIC override policy for this resource. This determines whether the load balancer will attempt to negotiate QUIC with clients or not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is specified, Google manages whether QUIC is used. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]. */
|
|
10690
11174
|
quicOverride?: string;
|
|
10691
11175
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
10692
11176
|
resourceID?: string;
|
|
10693
|
-
/** Immutable. A URL referring to a networksecurity.ServerTlsPolicy
|
|
10694
|
-
resource that describes how the proxy should authenticate inbound
|
|
10695
|
-
traffic. serverTlsPolicy only applies to a global TargetHttpsProxy
|
|
10696
|
-
attached to globalForwardingRules with the loadBalancingScheme
|
|
10697
|
-
set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED.
|
|
10698
|
-
For details which ServerTlsPolicy resources are accepted with
|
|
10699
|
-
INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
|
|
10700
|
-
loadBalancingScheme consult ServerTlsPolicy documentation.
|
|
10701
|
-
If left blank, communications are not encrypted. */
|
|
11177
|
+
/** Immutable. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted. */
|
|
10702
11178
|
serverTlsPolicyRef?: Record<string, any>;
|
|
11179
|
+
/** A list of ComputeSSLCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. */
|
|
10703
11180
|
sslCertificates?: Record<string, any>[];
|
|
10704
|
-
/** A reference to the ComputeSSLPolicy resource that will be
|
|
10705
|
-
associated with the ComputeTargetHTTPSProxy resource. If not set,
|
|
10706
|
-
the ComputeTargetHTTPSProxy resource will not have any SSL policy
|
|
10707
|
-
configured. */
|
|
11181
|
+
/** A reference to the ComputeSSLPolicy resource that will be associated with the ComputeTargetHTTPSProxy resource. If not set, the ComputeTargetHTTPSProxy resource will not have any SSL policy configured. */
|
|
10708
11182
|
sslPolicyRef?: Record<string, any>;
|
|
10709
|
-
/** A reference to the ComputeURLMap resource that defines the mapping
|
|
10710
|
-
from URL to the BackendService. */
|
|
11183
|
+
/** A reference to the ComputeURLMap resource that defines the mapping from URL to the BackendService. */
|
|
10711
11184
|
urlMapRef: Record<string, any>;
|
|
10712
11185
|
}
|
|
10713
11186
|
|
|
@@ -11218,6 +11691,7 @@ export declare class ResourceBundle {
|
|
|
11218
11691
|
export interface ResourceBundleProps {
|
|
11219
11692
|
/** Optional. Human readable description of the `ResourceBundle`. */
|
|
11220
11693
|
description?: string;
|
|
11694
|
+
/** The location that this resource belongs to. */
|
|
11221
11695
|
location: string;
|
|
11222
11696
|
/** The Project that this resource belongs to. */
|
|
11223
11697
|
projectRef: Record<string, any>;
|
|
@@ -11873,6 +12347,7 @@ export declare class GKECluster_ControlPlaneEndpointsConfig_DnsEndpointConfig {
|
|
|
11873
12347
|
|
|
11874
12348
|
export interface GKECluster_ControlPlaneEndpointsConfig_DnsEndpointConfigProps {
|
|
11875
12349
|
allowExternalTraffic?: boolean;
|
|
12350
|
+
enableK8sTokensViaDns?: boolean;
|
|
11876
12351
|
}
|
|
11877
12352
|
|
|
11878
12353
|
export declare class GKECluster_ControlPlaneEndpointsConfig_IpEndpointsConfig {
|
|
@@ -11947,6 +12422,7 @@ export declare class GKECluster_IpAllocationPolicy {
|
|
|
11947
12422
|
}
|
|
11948
12423
|
|
|
11949
12424
|
export interface GKECluster_IpAllocationPolicyProps {
|
|
12425
|
+
additionalIpRangesConfigs?: Record<string, any>[];
|
|
11950
12426
|
additionalPodRangesConfig?: Record<string, any>;
|
|
11951
12427
|
clusterIpv4CidrBlock?: string;
|
|
11952
12428
|
clusterSecondaryRangeName?: string;
|
|
@@ -12155,6 +12631,7 @@ export declare class GKECluster_NodeConfig_EphemeralStorageLocalSsdConfig {
|
|
|
12155
12631
|
}
|
|
12156
12632
|
|
|
12157
12633
|
export interface GKECluster_NodeConfig_EphemeralStorageLocalSsdConfigProps {
|
|
12634
|
+
dataCacheCount?: number;
|
|
12158
12635
|
localSsdCount: number;
|
|
12159
12636
|
}
|
|
12160
12637
|
|
|
@@ -12493,6 +12970,7 @@ export interface NodePool_NetworkConfigProps {
|
|
|
12493
12970
|
podCidrOverprovisionConfig?: Record<string, any>;
|
|
12494
12971
|
podIpv4CidrBlock?: string;
|
|
12495
12972
|
podRange?: string;
|
|
12973
|
+
subnetworkRef?: Record<string, any>;
|
|
12496
12974
|
}
|
|
12497
12975
|
|
|
12498
12976
|
export declare class NodePool_NetworkConfig_PodCidrOverprovisionConfig {
|
|
@@ -12575,6 +13053,7 @@ export declare class NodePool_NodeConfig_EphemeralStorageLocalSsdConfig {
|
|
|
12575
13053
|
}
|
|
12576
13054
|
|
|
12577
13055
|
export interface NodePool_NodeConfig_EphemeralStorageLocalSsdConfigProps {
|
|
13056
|
+
dataCacheCount?: number;
|
|
12578
13057
|
localSsdCount: number;
|
|
12579
13058
|
}
|
|
12580
13059
|
|
|
@@ -12920,7 +13399,7 @@ export declare class Entry_GcsFilesetSpec {
|
|
|
12920
13399
|
}
|
|
12921
13400
|
|
|
12922
13401
|
export interface Entry_GcsFilesetSpecProps {
|
|
12923
|
-
filePatterns
|
|
13402
|
+
filePatterns?: string[];
|
|
12924
13403
|
}
|
|
12925
13404
|
|
|
12926
13405
|
export declare class Entry_LookerSystemSpec {
|
|
@@ -13060,7 +13539,7 @@ export declare class PolicyTag {
|
|
|
13060
13539
|
}
|
|
13061
13540
|
|
|
13062
13541
|
export interface PolicyTagProps {
|
|
13063
|
-
/** Description of this policy tag. It must: contain only unicode characters, tabs, newlines, carriage returns and page breaks; and be at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty description.
|
|
13542
|
+
/** Description of this policy tag. It must: contain only unicode characters, tabs, newlines, carriage returns and page breaks; and be at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty description. */
|
|
13064
13543
|
description?: string;
|
|
13065
13544
|
/** User defined name of this policy tag. It must: be unique within the parent taxonomy; contain only unicode letters, numbers, underscores, dashes and spaces; not start or end with spaces; and be at most 200 bytes long when encoded in UTF-8. */
|
|
13066
13545
|
displayName: string;
|
|
@@ -13358,6 +13837,7 @@ export interface DataplexEntryGroupProps {
|
|
|
13358
13837
|
description?: string;
|
|
13359
13838
|
/** Optional. User friendly display name. */
|
|
13360
13839
|
displayName?: string;
|
|
13840
|
+
/** The location that this resource belongs to. */
|
|
13361
13841
|
location: string;
|
|
13362
13842
|
/** The Project that this resource belongs to. */
|
|
13363
13843
|
projectRef: Record<string, any>;
|
|
@@ -13380,6 +13860,7 @@ export interface EntryTypeProps {
|
|
|
13380
13860
|
description?: string;
|
|
13381
13861
|
/** Optional. User friendly display name. */
|
|
13382
13862
|
displayName?: string;
|
|
13863
|
+
/** The location that this resource belongs to. */
|
|
13383
13864
|
location: string;
|
|
13384
13865
|
/** Optional. The platform that Entries of this type belongs to. */
|
|
13385
13866
|
platform?: string;
|
|
@@ -13424,6 +13905,7 @@ export interface LakeProps {
|
|
|
13424
13905
|
description?: string;
|
|
13425
13906
|
/** Optional. User friendly display name. */
|
|
13426
13907
|
displayName?: string;
|
|
13908
|
+
/** The location that this resource belongs to. */
|
|
13427
13909
|
location: string;
|
|
13428
13910
|
/** Optional. Settings to manage lake and Dataproc Metastore service instance association. */
|
|
13429
13911
|
metastore?: Record<string, any>;
|
|
@@ -13621,6 +14103,7 @@ export declare class AutoscalingPolicy {
|
|
|
13621
14103
|
}
|
|
13622
14104
|
|
|
13623
14105
|
export interface AutoscalingPolicyProps {
|
|
14106
|
+
/** Immutable. Required. YARN autoscaling configuration. */
|
|
13624
14107
|
basicAlgorithm: Record<string, any>;
|
|
13625
14108
|
/** Immutable. The location for the resource */
|
|
13626
14109
|
location: string;
|
|
@@ -13628,9 +14111,9 @@ export interface AutoscalingPolicyProps {
|
|
|
13628
14111
|
projectRef?: Record<string, any>;
|
|
13629
14112
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
13630
14113
|
resourceID?: string;
|
|
13631
|
-
/** Optional. Describes how the autoscaler will operate for secondary workers. */
|
|
14114
|
+
/** Immutable. Optional. Describes how the autoscaler will operate for secondary workers. */
|
|
13632
14115
|
secondaryWorkerConfig?: Record<string, any>;
|
|
13633
|
-
/** Required. Describes how the autoscaler will operate for primary workers. */
|
|
14116
|
+
/** Immutable. Required. Describes how the autoscaler will operate for primary workers. */
|
|
13634
14117
|
workerConfig: Record<string, any>;
|
|
13635
14118
|
}
|
|
13636
14119
|
|
|
@@ -14365,6 +14848,115 @@ export interface DataprocNodeGroup_NodeGroupConfig_StartupConfigProps {
|
|
|
14365
14848
|
requiredRegistrationFraction?: number;
|
|
14366
14849
|
}
|
|
14367
14850
|
|
|
14851
|
+
/** Config Connector resource: DataprocSession (dataproc.cnrm.cloud.google.com) */
|
|
14852
|
+
export declare class DataprocSession {
|
|
14853
|
+
constructor(props: DataprocSessionProps);
|
|
14854
|
+
readonly name: string;
|
|
14855
|
+
readonly namespace: string;
|
|
14856
|
+
readonly uid: string;
|
|
14857
|
+
}
|
|
14858
|
+
|
|
14859
|
+
export interface DataprocSessionProps {
|
|
14860
|
+
/** Optional. Environment configuration for the session execution. */
|
|
14861
|
+
environmentConfig?: Record<string, any>;
|
|
14862
|
+
/** Optional. Jupyter session config. */
|
|
14863
|
+
jupyterSession?: Record<string, any>;
|
|
14864
|
+
/** Optional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session. */
|
|
14865
|
+
labels?: Record<string, string>;
|
|
14866
|
+
/** The location of this resource. */
|
|
14867
|
+
location: string;
|
|
14868
|
+
/** The project that this resource belongs to. */
|
|
14869
|
+
projectRef: Record<string, any>;
|
|
14870
|
+
/** The DataprocSession name. If not given, the metadata.name will be used. */
|
|
14871
|
+
resourceID?: string;
|
|
14872
|
+
/** Optional. Runtime configuration for the session execution. */
|
|
14873
|
+
runtimeConfig?: Record<string, any>;
|
|
14874
|
+
/** Optional. The session template used by the session.
|
|
14875
|
+
|
|
14876
|
+
Only resource names, including project ID and location, are valid.
|
|
14877
|
+
|
|
14878
|
+
Example:
|
|
14879
|
+
* `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]`
|
|
14880
|
+
* `projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]`
|
|
14881
|
+
|
|
14882
|
+
The template must be in the same project and Dataproc region as the
|
|
14883
|
+
session. */
|
|
14884
|
+
sessionTemplate?: string;
|
|
14885
|
+
/** Optional. The email address of the user who owns the session. */
|
|
14886
|
+
user?: string;
|
|
14887
|
+
}
|
|
14888
|
+
|
|
14889
|
+
export declare class DataprocSession_EnvironmentConfig {
|
|
14890
|
+
constructor(props: DataprocSession_EnvironmentConfigProps);
|
|
14891
|
+
}
|
|
14892
|
+
|
|
14893
|
+
export interface DataprocSession_EnvironmentConfigProps {
|
|
14894
|
+
executionConfig?: Record<string, any>;
|
|
14895
|
+
peripheralsConfig?: Record<string, any>;
|
|
14896
|
+
}
|
|
14897
|
+
|
|
14898
|
+
export declare class DataprocSession_EnvironmentConfig_ExecutionConfig {
|
|
14899
|
+
constructor(props: DataprocSession_EnvironmentConfig_ExecutionConfigProps);
|
|
14900
|
+
}
|
|
14901
|
+
|
|
14902
|
+
export interface DataprocSession_EnvironmentConfig_ExecutionConfigProps {
|
|
14903
|
+
idleTTL?: string;
|
|
14904
|
+
kmsKeyRef?: Record<string, any>;
|
|
14905
|
+
networkTags?: string[];
|
|
14906
|
+
networkURI?: string;
|
|
14907
|
+
serviceAccountRef?: Record<string, any>;
|
|
14908
|
+
stagingBucketRef?: Record<string, any>;
|
|
14909
|
+
subnetworkURI?: string;
|
|
14910
|
+
ttl?: string;
|
|
14911
|
+
}
|
|
14912
|
+
|
|
14913
|
+
export declare class DataprocSession_EnvironmentConfig_PeripheralsConfig {
|
|
14914
|
+
constructor(props: DataprocSession_EnvironmentConfig_PeripheralsConfigProps);
|
|
14915
|
+
}
|
|
14916
|
+
|
|
14917
|
+
export interface DataprocSession_EnvironmentConfig_PeripheralsConfigProps {
|
|
14918
|
+
metastoreService?: string;
|
|
14919
|
+
sparkHistoryServerConfig?: Record<string, any>;
|
|
14920
|
+
}
|
|
14921
|
+
|
|
14922
|
+
export declare class DataprocSession_JupyterSession {
|
|
14923
|
+
constructor(props: DataprocSession_JupyterSessionProps);
|
|
14924
|
+
}
|
|
14925
|
+
|
|
14926
|
+
export interface DataprocSession_JupyterSessionProps {
|
|
14927
|
+
displayName?: string;
|
|
14928
|
+
kernel?: string;
|
|
14929
|
+
}
|
|
14930
|
+
|
|
14931
|
+
export declare class DataprocSession_RuntimeConfig {
|
|
14932
|
+
constructor(props: DataprocSession_RuntimeConfigProps);
|
|
14933
|
+
}
|
|
14934
|
+
|
|
14935
|
+
export interface DataprocSession_RuntimeConfigProps {
|
|
14936
|
+
autotuningConfig?: Record<string, any>;
|
|
14937
|
+
cohort?: string;
|
|
14938
|
+
containerImage?: string;
|
|
14939
|
+
properties?: Record<string, string>;
|
|
14940
|
+
repositoryConfig?: Record<string, any>;
|
|
14941
|
+
version?: string;
|
|
14942
|
+
}
|
|
14943
|
+
|
|
14944
|
+
export declare class DataprocSession_RuntimeConfig_AutotuningConfig {
|
|
14945
|
+
constructor(props: DataprocSession_RuntimeConfig_AutotuningConfigProps);
|
|
14946
|
+
}
|
|
14947
|
+
|
|
14948
|
+
export interface DataprocSession_RuntimeConfig_AutotuningConfigProps {
|
|
14949
|
+
scenarios?: string[];
|
|
14950
|
+
}
|
|
14951
|
+
|
|
14952
|
+
export declare class DataprocSession_RuntimeConfig_RepositoryConfig {
|
|
14953
|
+
constructor(props: DataprocSession_RuntimeConfig_RepositoryConfigProps);
|
|
14954
|
+
}
|
|
14955
|
+
|
|
14956
|
+
export interface DataprocSession_RuntimeConfig_RepositoryConfigProps {
|
|
14957
|
+
pypiRepositoryConfig?: Record<string, any>;
|
|
14958
|
+
}
|
|
14959
|
+
|
|
14368
14960
|
/** Config Connector resource: DataprocWorkflowTemplate (dataproc.cnrm.cloud.google.com) */
|
|
14369
14961
|
export declare class WorkflowTemplate {
|
|
14370
14962
|
constructor(props: WorkflowTemplateProps);
|
|
@@ -14811,45 +15403,15 @@ export interface Stream_SourceConfig_PostgresqlSourceConfigProps {
|
|
|
14811
15403
|
replicationSlot: string;
|
|
14812
15404
|
}
|
|
14813
15405
|
|
|
14814
|
-
/** Config Connector resource: DeployCustomTargetType (clouddeploy.cnrm.cloud.google.com) */
|
|
14815
|
-
export declare class DeployCustomTargetType {
|
|
14816
|
-
constructor(props: DeployCustomTargetTypeProps);
|
|
14817
|
-
readonly name: string;
|
|
14818
|
-
readonly namespace: string;
|
|
14819
|
-
readonly uid: string;
|
|
14820
|
-
}
|
|
14821
|
-
|
|
14822
|
-
export interface DeployCustomTargetTypeProps {
|
|
14823
|
-
/** Configures render and deploy for the `CustomTargetType` using Skaffold custom actions. */
|
|
14824
|
-
customActions?: Record<string, any>;
|
|
14825
|
-
/** Optional. Description of the `CustomTargetType`. Max length is 255 characters. */
|
|
14826
|
-
description?: string;
|
|
14827
|
-
location: string;
|
|
14828
|
-
/** The project that this resource belongs to. */
|
|
14829
|
-
projectRef: Record<string, any>;
|
|
14830
|
-
/** The DeployCustomTargetType name. If not given, the metadata.name will be used. */
|
|
14831
|
-
resourceID?: string;
|
|
14832
|
-
}
|
|
14833
|
-
|
|
14834
|
-
export declare class DeployCustomTargetType_CustomActions {
|
|
14835
|
-
constructor(props: DeployCustomTargetType_CustomActionsProps);
|
|
14836
|
-
}
|
|
14837
|
-
|
|
14838
|
-
export interface DeployCustomTargetType_CustomActionsProps {
|
|
14839
|
-
deployAction?: string;
|
|
14840
|
-
includeSkaffoldModules?: Record<string, any>[];
|
|
14841
|
-
renderAction?: string;
|
|
14842
|
-
}
|
|
14843
|
-
|
|
14844
15406
|
/** Config Connector resource: DeploymentManagerDeployment (deploymentmanager.cnrm.cloud.google.com) */
|
|
14845
|
-
export declare class
|
|
14846
|
-
constructor(props:
|
|
15407
|
+
export declare class DeploymentmanagerDeployment {
|
|
15408
|
+
constructor(props: DeploymentmanagerDeploymentProps);
|
|
14847
15409
|
readonly name: string;
|
|
14848
15410
|
readonly namespace: string;
|
|
14849
15411
|
readonly uid: string;
|
|
14850
15412
|
}
|
|
14851
15413
|
|
|
14852
|
-
export interface
|
|
15414
|
+
export interface DeploymentmanagerDeploymentProps {
|
|
14853
15415
|
/** Immutable. Set the policy to use for creating new resources. Only used on
|
|
14854
15416
|
create and update. Valid values are 'CREATE_OR_ACQUIRE' (default) or
|
|
14855
15417
|
'ACQUIRE'. If set to 'ACQUIRE' and resources do not already exist,
|
|
@@ -14875,23 +15437,55 @@ configuration and relevant templates. */
|
|
|
14875
15437
|
target: Record<string, any>;
|
|
14876
15438
|
}
|
|
14877
15439
|
|
|
14878
|
-
export declare class
|
|
14879
|
-
constructor(props:
|
|
15440
|
+
export declare class DeploymentmanagerDeployment_Target {
|
|
15441
|
+
constructor(props: DeploymentmanagerDeployment_TargetProps);
|
|
14880
15442
|
}
|
|
14881
15443
|
|
|
14882
|
-
export interface
|
|
15444
|
+
export interface DeploymentmanagerDeployment_TargetProps {
|
|
14883
15445
|
config: Record<string, any>;
|
|
14884
15446
|
imports?: Record<string, any>[];
|
|
14885
15447
|
}
|
|
14886
15448
|
|
|
14887
|
-
export declare class
|
|
14888
|
-
constructor(props:
|
|
15449
|
+
export declare class DeploymentmanagerDeployment_Target_Config {
|
|
15450
|
+
constructor(props: DeploymentmanagerDeployment_Target_ConfigProps);
|
|
14889
15451
|
}
|
|
14890
15452
|
|
|
14891
|
-
export interface
|
|
15453
|
+
export interface DeploymentmanagerDeployment_Target_ConfigProps {
|
|
14892
15454
|
content: string;
|
|
14893
15455
|
}
|
|
14894
15456
|
|
|
15457
|
+
/** Config Connector resource: DeviceStreamingSession (devicestreaming.cnrm.cloud.google.com) */
|
|
15458
|
+
export declare class DevicestreamingSession {
|
|
15459
|
+
constructor(props: DevicestreamingSessionProps);
|
|
15460
|
+
readonly name: string;
|
|
15461
|
+
readonly namespace: string;
|
|
15462
|
+
readonly uid: string;
|
|
15463
|
+
}
|
|
15464
|
+
|
|
15465
|
+
export interface DevicestreamingSessionProps {
|
|
15466
|
+
/** Required. The requested device */
|
|
15467
|
+
androidDevice: Record<string, any>;
|
|
15468
|
+
/** Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED. */
|
|
15469
|
+
expireTime?: string;
|
|
15470
|
+
/** The project that this resource belongs to. */
|
|
15471
|
+
projectRef: Record<string, any>;
|
|
15472
|
+
/** The DeviceStreamingSession name. If not given, the metadata.name will be used. */
|
|
15473
|
+
resourceID?: string;
|
|
15474
|
+
/** Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 15 minutes. */
|
|
15475
|
+
ttl?: string;
|
|
15476
|
+
}
|
|
15477
|
+
|
|
15478
|
+
export declare class DevicestreamingSession_AndroidDevice {
|
|
15479
|
+
constructor(props: DevicestreamingSession_AndroidDeviceProps);
|
|
15480
|
+
}
|
|
15481
|
+
|
|
15482
|
+
export interface DevicestreamingSession_AndroidDeviceProps {
|
|
15483
|
+
androidModelID: string;
|
|
15484
|
+
androidVersionID: string;
|
|
15485
|
+
locale?: string;
|
|
15486
|
+
orientation?: string;
|
|
15487
|
+
}
|
|
15488
|
+
|
|
14895
15489
|
/** Config Connector resource: DialogflowAgent (dialogflow.cnrm.cloud.google.com) */
|
|
14896
15490
|
export declare class DialogflowAgent {
|
|
14897
15491
|
constructor(props: DialogflowAgentProps);
|
|
@@ -15588,6 +16182,7 @@ export declare class Engine_ChatEngineConfig {
|
|
|
15588
16182
|
|
|
15589
16183
|
export interface Engine_ChatEngineConfigProps {
|
|
15590
16184
|
agentCreationConfig?: Record<string, any>;
|
|
16185
|
+
allowCrossRegion?: boolean;
|
|
15591
16186
|
dialogflowAgentToLink?: string;
|
|
15592
16187
|
}
|
|
15593
16188
|
|
|
@@ -16617,6 +17212,35 @@ It must match the pattern
|
|
|
16617
17212
|
resourceID?: string;
|
|
16618
17213
|
}
|
|
16619
17214
|
|
|
17215
|
+
/** Config Connector resource: EventarcEnrollment (eventarc.cnrm.cloud.google.com) */
|
|
17216
|
+
export declare class Enrollment {
|
|
17217
|
+
constructor(props: EnrollmentProps);
|
|
17218
|
+
readonly name: string;
|
|
17219
|
+
readonly namespace: string;
|
|
17220
|
+
readonly uid: string;
|
|
17221
|
+
}
|
|
17222
|
+
|
|
17223
|
+
export interface EnrollmentProps {
|
|
17224
|
+
/** Optional. Resource annotations. */
|
|
17225
|
+
annotations?: Record<string, string>;
|
|
17226
|
+
/** Required. A CEL expression identifying which messages this enrollment applies to. */
|
|
17227
|
+
celMatch: string;
|
|
17228
|
+
/** Required. Destination is the Pipeline that the Enrollment is delivering to. */
|
|
17229
|
+
destinationRef: Record<string, any>;
|
|
17230
|
+
/** Optional. Resource display name. */
|
|
17231
|
+
displayName?: string;
|
|
17232
|
+
/** Optional. Resource labels. */
|
|
17233
|
+
labels?: Record<string, string>;
|
|
17234
|
+
/** The location of this resource. */
|
|
17235
|
+
location: string;
|
|
17236
|
+
/** Required. Resource name of the message bus identifying the source of the messages. */
|
|
17237
|
+
messageBusRef: Record<string, any>;
|
|
17238
|
+
/** The project that this resource belongs to. */
|
|
17239
|
+
projectRef: Record<string, any>;
|
|
17240
|
+
/** The EventarcEnrollment name. If not given, the metadata.name will be used. */
|
|
17241
|
+
resourceID?: string;
|
|
17242
|
+
}
|
|
17243
|
+
|
|
16620
17244
|
/** Config Connector resource: EventarcGoogleChannelConfig (eventarc.cnrm.cloud.google.com) */
|
|
16621
17245
|
export declare class GoogleChannelConfig {
|
|
16622
17246
|
constructor(props: GoogleChannelConfigProps);
|
|
@@ -17589,6 +18213,25 @@ export interface Feature_Spec_MulticlusteringressProps {
|
|
|
17589
18213
|
configMembershipRef: Record<string, any>;
|
|
17590
18214
|
}
|
|
17591
18215
|
|
|
18216
|
+
/** Config Connector resource: GKEHubMembershipBinding (gkehub.cnrm.cloud.google.com) */
|
|
18217
|
+
export declare class MembershipBinding {
|
|
18218
|
+
constructor(props: MembershipBindingProps);
|
|
18219
|
+
readonly name: string;
|
|
18220
|
+
readonly namespace: string;
|
|
18221
|
+
readonly uid: string;
|
|
18222
|
+
}
|
|
18223
|
+
|
|
18224
|
+
export interface MembershipBindingProps {
|
|
18225
|
+
/** Optional. Labels for this MembershipBinding. */
|
|
18226
|
+
labels?: Record<string, string>;
|
|
18227
|
+
/** Immutable. The membership that this binding belongs to. */
|
|
18228
|
+
membershipRef: Record<string, any>;
|
|
18229
|
+
/** Immutable. Optional. The resourceID of the resource; if not provided, the name of the resource will be used as the resourceID. */
|
|
18230
|
+
resourceID?: string;
|
|
18231
|
+
/** Immutable. The scope that this binding is bound to. */
|
|
18232
|
+
scopeRef: Record<string, any>;
|
|
18233
|
+
}
|
|
18234
|
+
|
|
17592
18235
|
/** Config Connector resource: GKEHubMembership (gkehub.cnrm.cloud.google.com) */
|
|
17593
18236
|
export declare class GkehubMembership {
|
|
17594
18237
|
constructor(props: GkehubMembershipProps);
|
|
@@ -17648,29 +18291,101 @@ export interface GkehubMembership_Endpoint_KubernetesResourceProps {
|
|
|
17648
18291
|
resourceOptions?: Record<string, any>;
|
|
17649
18292
|
}
|
|
17650
18293
|
|
|
17651
|
-
/** Config Connector resource:
|
|
17652
|
-
export declare class
|
|
17653
|
-
constructor(props:
|
|
18294
|
+
/** Config Connector resource: GKEHubNamespace (gkehub.cnrm.cloud.google.com) */
|
|
18295
|
+
export declare class GkehubNamespace {
|
|
18296
|
+
constructor(props: GkehubNamespaceProps);
|
|
17654
18297
|
readonly name: string;
|
|
17655
18298
|
readonly namespace: string;
|
|
17656
18299
|
readonly uid: string;
|
|
17657
18300
|
}
|
|
17658
18301
|
|
|
17659
|
-
export interface
|
|
17660
|
-
/**
|
|
17661
|
-
|
|
17662
|
-
|
|
17663
|
-
|
|
17664
|
-
|
|
17665
|
-
|
|
17666
|
-
defaultConsentTtl?: string;
|
|
17667
|
-
/** If true, [consents.patch] [google.cloud.healthcare.v1.consent.UpdateConsent] creates the consent if it does not already exist. */
|
|
17668
|
-
enableConsentCreateOnUpdate?: boolean;
|
|
18302
|
+
export interface GkehubNamespaceProps {
|
|
18303
|
+
/** Optional. Labels for this Namespace. */
|
|
18304
|
+
labels?: Record<string, string>;
|
|
18305
|
+
/** Immutable. The namespaceID of the resource. */
|
|
18306
|
+
namespaceID: string;
|
|
18307
|
+
/** Optional. Namespace-level cluster namespace labels. These labels are applied to the related namespace of the member clusters bound to the parent Scope. Scope-level labels (namespace_labels in the Fleet Scope resource) take precedence over Namespace-level labels if they share a key. Keys and values must be Kubernetes-conformant. */
|
|
18308
|
+
namespaceLabels?: Record<string, string>;
|
|
17669
18309
|
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
17670
18310
|
resourceID?: string;
|
|
18311
|
+
/** Immutable. The scope that this namespace belongs to. */
|
|
18312
|
+
scopeRef: Record<string, any>;
|
|
17671
18313
|
}
|
|
17672
18314
|
|
|
17673
|
-
/** Config Connector resource:
|
|
18315
|
+
/** Config Connector resource: GKEHubScopeRBACRoleBinding (gkehub.cnrm.cloud.google.com) */
|
|
18316
|
+
export declare class ScopeRBACRoleBinding {
|
|
18317
|
+
constructor(props: ScopeRBACRoleBindingProps);
|
|
18318
|
+
readonly name: string;
|
|
18319
|
+
readonly namespace: string;
|
|
18320
|
+
readonly uid: string;
|
|
18321
|
+
}
|
|
18322
|
+
|
|
18323
|
+
export interface ScopeRBACRoleBindingProps {
|
|
18324
|
+
/** Immutable. group is the group, as seen by the kubernetes cluster. One of 'user' or 'group' must be specified. */
|
|
18325
|
+
group?: string;
|
|
18326
|
+
/** Optional. Labels for this RBACRoleBinding. */
|
|
18327
|
+
labels?: Record<string, string>;
|
|
18328
|
+
/** Immutable. Optional. The rbacRoleBindingID of the resource; if not provided, the name of the resource will be used as the rbacRoleBindingID. */
|
|
18329
|
+
rbacRoleBindingID?: string;
|
|
18330
|
+
/** Required. Role to bind to the principal. */
|
|
18331
|
+
role: Record<string, any>;
|
|
18332
|
+
/** Immutable. The scope that this rbac role binding belongs to. */
|
|
18333
|
+
scopeRef: Record<string, any>;
|
|
18334
|
+
/** Immutable. user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld". One of 'user' or 'group' must be specified. */
|
|
18335
|
+
user?: string;
|
|
18336
|
+
}
|
|
18337
|
+
|
|
18338
|
+
export declare class ScopeRBACRoleBinding_Role {
|
|
18339
|
+
constructor(props: ScopeRBACRoleBinding_RoleProps);
|
|
18340
|
+
}
|
|
18341
|
+
|
|
18342
|
+
export interface ScopeRBACRoleBinding_RoleProps {
|
|
18343
|
+
customRole?: string;
|
|
18344
|
+
predefinedRole?: "UNKNOWN" | "ADMIN" | "EDIT" | "VIEW" | "ANTHOS_SUPPORT";
|
|
18345
|
+
}
|
|
18346
|
+
|
|
18347
|
+
/** Config Connector resource: GKEHubScope (gkehub.cnrm.cloud.google.com) */
|
|
18348
|
+
export declare class Scope {
|
|
18349
|
+
constructor(props: ScopeProps);
|
|
18350
|
+
readonly name: string;
|
|
18351
|
+
readonly namespace: string;
|
|
18352
|
+
readonly uid: string;
|
|
18353
|
+
}
|
|
18354
|
+
|
|
18355
|
+
export interface ScopeProps {
|
|
18356
|
+
/** Immutable. The location for the resource. Typically "global". */
|
|
18357
|
+
location: string;
|
|
18358
|
+
/** Optional. Labels for the GKEHubScope. */
|
|
18359
|
+
namespaceLabels?: Record<string, string>;
|
|
18360
|
+
/** Immutable. The Project that this resource belongs to. */
|
|
18361
|
+
projectRef: Record<string, any>;
|
|
18362
|
+
/** Immutable. Optional. The resourceID of the resource; if not provided, the name of the resource will be used as the resourceID. */
|
|
18363
|
+
resourceID?: string;
|
|
18364
|
+
}
|
|
18365
|
+
|
|
18366
|
+
/** Config Connector resource: HealthcareConsentStore (healthcare.cnrm.cloud.google.com) */
|
|
18367
|
+
export declare class ConsentStore {
|
|
18368
|
+
constructor(props: ConsentStoreProps);
|
|
18369
|
+
readonly name: string;
|
|
18370
|
+
readonly namespace: string;
|
|
18371
|
+
readonly uid: string;
|
|
18372
|
+
}
|
|
18373
|
+
|
|
18374
|
+
export interface ConsentStoreProps {
|
|
18375
|
+
/** Immutable. Identifies the dataset addressed by this request. Must be in the format
|
|
18376
|
+
'projects/{project}/locations/{location}/datasets/{dataset}'. */
|
|
18377
|
+
dataset: string;
|
|
18378
|
+
/** Default time to live for consents in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
|
|
18379
|
+
|
|
18380
|
+
A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". */
|
|
18381
|
+
defaultConsentTtl?: string;
|
|
18382
|
+
/** If true, [consents.patch] [google.cloud.healthcare.v1.consent.UpdateConsent] creates the consent if it does not already exist. */
|
|
18383
|
+
enableConsentCreateOnUpdate?: boolean;
|
|
18384
|
+
/** Immutable. Optional. The name of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
18385
|
+
resourceID?: string;
|
|
18386
|
+
}
|
|
18387
|
+
|
|
18388
|
+
/** Config Connector resource: HealthcareDataset (healthcare.cnrm.cloud.google.com) */
|
|
17674
18389
|
export declare class HealthcareDataset {
|
|
17675
18390
|
constructor(props: HealthcareDatasetProps);
|
|
17676
18391
|
readonly name: string;
|
|
@@ -19646,6 +20361,31 @@ export interface MemcacheInstance_NodeConfigProps {
|
|
|
19646
20361
|
memorySizeMb: number;
|
|
19647
20362
|
}
|
|
19648
20363
|
|
|
20364
|
+
/** Config Connector resource: MemorystoreInstanceEndpoint (memorystore.cnrm.cloud.google.com) */
|
|
20365
|
+
export declare class InstanceEndpoint {
|
|
20366
|
+
constructor(props: InstanceEndpointProps);
|
|
20367
|
+
readonly name: string;
|
|
20368
|
+
readonly namespace: string;
|
|
20369
|
+
readonly uid: string;
|
|
20370
|
+
}
|
|
20371
|
+
|
|
20372
|
+
export interface InstanceEndpointProps {
|
|
20373
|
+
/** Optional. Endpoints for the instance. */
|
|
20374
|
+
endpoints?: Record<string, any>[];
|
|
20375
|
+
/** Required. The Memorystore instance reference of the endpoint. */
|
|
20376
|
+
instanceRef: Record<string, any>;
|
|
20377
|
+
/** Optional. The MemorystoreInstanceEndpoint name. If not given, the metadata.name will be used. */
|
|
20378
|
+
resourceID?: string;
|
|
20379
|
+
}
|
|
20380
|
+
|
|
20381
|
+
export declare class InstanceEndpoint_Endpoint {
|
|
20382
|
+
constructor(props: InstanceEndpoint_EndpointProps);
|
|
20383
|
+
}
|
|
20384
|
+
|
|
20385
|
+
export interface InstanceEndpoint_EndpointProps {
|
|
20386
|
+
connections?: Record<string, any>[];
|
|
20387
|
+
}
|
|
20388
|
+
|
|
19649
20389
|
/** Config Connector resource: MemorystoreInstance (memorystore.cnrm.cloud.google.com) */
|
|
19650
20390
|
export declare class MemorystoreInstance {
|
|
19651
20391
|
constructor(props: MemorystoreInstanceProps);
|
|
@@ -19657,6 +20397,10 @@ export declare class MemorystoreInstance {
|
|
|
19657
20397
|
export interface MemorystoreInstanceProps {
|
|
19658
20398
|
/** Optional. Immutable. Authorization mode of the instance. */
|
|
19659
20399
|
authorizationMode?: string;
|
|
20400
|
+
/** Optional. The automated backup config for the instance. */
|
|
20401
|
+
automatedBackupConfig?: Record<string, any>;
|
|
20402
|
+
/** Optional. The cross instance replication config for the instance. */
|
|
20403
|
+
crossInstanceReplicationConfig?: Record<string, any>;
|
|
19660
20404
|
/** Optional. If set to true deletion of the instance will fail. */
|
|
19661
20405
|
deletionProtectionEnabled?: boolean;
|
|
19662
20406
|
/** Optional. Endpoints for the instance. */
|
|
@@ -19669,6 +20413,8 @@ export interface MemorystoreInstanceProps {
|
|
|
19669
20413
|
labels?: Record<string, string>;
|
|
19670
20414
|
/** Immutable. */
|
|
19671
20415
|
location: string;
|
|
20416
|
+
/** Optional. The maintenance version of the instance. */
|
|
20417
|
+
maintenanceVersion?: string;
|
|
19672
20418
|
/** Optional. The mode config for the instance. */
|
|
19673
20419
|
mode?: string;
|
|
19674
20420
|
/** Optional. Immutable. Machine type for individual nodes of the instance. */
|
|
@@ -19689,6 +20435,41 @@ export interface MemorystoreInstanceProps {
|
|
|
19689
20435
|
zoneDistributionConfig?: Record<string, any>;
|
|
19690
20436
|
}
|
|
19691
20437
|
|
|
20438
|
+
export declare class MemorystoreInstance_AutomatedBackupConfig {
|
|
20439
|
+
constructor(props: MemorystoreInstance_AutomatedBackupConfigProps);
|
|
20440
|
+
}
|
|
20441
|
+
|
|
20442
|
+
export interface MemorystoreInstance_AutomatedBackupConfigProps {
|
|
20443
|
+
automatedBackupMode?: string;
|
|
20444
|
+
fixedFrequencySchedule?: Record<string, any>;
|
|
20445
|
+
retention?: string;
|
|
20446
|
+
}
|
|
20447
|
+
|
|
20448
|
+
export declare class MemorystoreInstance_AutomatedBackupConfig_FixedFrequencySchedule {
|
|
20449
|
+
constructor(props: MemorystoreInstance_AutomatedBackupConfig_FixedFrequencyScheduleProps);
|
|
20450
|
+
}
|
|
20451
|
+
|
|
20452
|
+
export interface MemorystoreInstance_AutomatedBackupConfig_FixedFrequencyScheduleProps {
|
|
20453
|
+
startTime?: Record<string, any>;
|
|
20454
|
+
}
|
|
20455
|
+
|
|
20456
|
+
export declare class MemorystoreInstance_CrossInstanceReplicationConfig {
|
|
20457
|
+
constructor(props: MemorystoreInstance_CrossInstanceReplicationConfigProps);
|
|
20458
|
+
}
|
|
20459
|
+
|
|
20460
|
+
export interface MemorystoreInstance_CrossInstanceReplicationConfigProps {
|
|
20461
|
+
instanceRole?: string;
|
|
20462
|
+
primaryInstance?: Record<string, any>;
|
|
20463
|
+
}
|
|
20464
|
+
|
|
20465
|
+
export declare class MemorystoreInstance_CrossInstanceReplicationConfig_PrimaryInstance {
|
|
20466
|
+
constructor(props: MemorystoreInstance_CrossInstanceReplicationConfig_PrimaryInstanceProps);
|
|
20467
|
+
}
|
|
20468
|
+
|
|
20469
|
+
export interface MemorystoreInstance_CrossInstanceReplicationConfig_PrimaryInstanceProps {
|
|
20470
|
+
instanceRef?: Record<string, any>;
|
|
20471
|
+
}
|
|
20472
|
+
|
|
19692
20473
|
export declare class MemorystoreInstance_Endpoint {
|
|
19693
20474
|
constructor(props: MemorystoreInstance_EndpointProps);
|
|
19694
20475
|
}
|
|
@@ -20528,6 +21309,35 @@ export interface InternalRange_MigrationProps {
|
|
|
20528
21309
|
target?: string;
|
|
20529
21310
|
}
|
|
20530
21311
|
|
|
21312
|
+
/** Config Connector resource: NetworkConnectivityRegionalEndpoint (networkconnectivity.cnrm.cloud.google.com) */
|
|
21313
|
+
export declare class RegionalEndpoint {
|
|
21314
|
+
constructor(props: RegionalEndpointProps);
|
|
21315
|
+
readonly name: string;
|
|
21316
|
+
readonly namespace: string;
|
|
21317
|
+
readonly uid: string;
|
|
21318
|
+
}
|
|
21319
|
+
|
|
21320
|
+
export interface RegionalEndpointProps {
|
|
21321
|
+
/** Required. The access type of this regional endpoint. This field is reflected in the PSC Forwarding Rule configuration to enable global access. */
|
|
21322
|
+
accessType: string;
|
|
21323
|
+
/** Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. */
|
|
21324
|
+
addressRef?: Record<string, any>;
|
|
21325
|
+
/** Optional. A description of this resource. */
|
|
21326
|
+
description?: string;
|
|
21327
|
+
/** The location of this resource. */
|
|
21328
|
+
location: string;
|
|
21329
|
+
/** Optional. The name of the VPC network for this private regional endpoint. */
|
|
21330
|
+
networkRef?: Record<string, any>;
|
|
21331
|
+
/** The project that this resource belongs to. */
|
|
21332
|
+
projectRef: Record<string, any>;
|
|
21333
|
+
/** The NetworkConnectivityRegionalEndpoint name. If not given, the metadata.name will be used. */
|
|
21334
|
+
resourceID?: string;
|
|
21335
|
+
/** Optional. The name of the subnetwork from which the IP address will be allocated. */
|
|
21336
|
+
subnetworkRef?: Record<string, any>;
|
|
21337
|
+
/** Required. The service endpoint this private regional endpoint connects to. Format: `{apiname}.{region}.p.rep.googleapis.com` Example: "cloudkms.us-central1.p.rep.googleapis.com". */
|
|
21338
|
+
targetGoogleAPI: string;
|
|
21339
|
+
}
|
|
21340
|
+
|
|
20531
21341
|
/** Config Connector resource: NetworkConnectivityServiceConnectionPolicy (networkconnectivity.cnrm.cloud.google.com) */
|
|
20532
21342
|
export declare class ServiceConnectionPolicy {
|
|
20533
21343
|
constructor(props: ServiceConnectionPolicyProps);
|
|
@@ -20836,13 +21646,13 @@ export interface ClientTLSPolicyProps {
|
|
|
20836
21646
|
clientCertificate?: Record<string, any>;
|
|
20837
21647
|
/** Optional. Free-text description of the resource. */
|
|
20838
21648
|
description?: string;
|
|
20839
|
-
/**
|
|
21649
|
+
/** The location of this resource. */
|
|
20840
21650
|
location: string;
|
|
20841
|
-
/**
|
|
21651
|
+
/** The project that this resource belongs to. */
|
|
20842
21652
|
projectRef?: Record<string, any>;
|
|
20843
|
-
/**
|
|
21653
|
+
/** The NetworkSecurityClientTLSPolicy name. If not given, the metadata.name will be used. */
|
|
20844
21654
|
resourceID?: string;
|
|
20845
|
-
/**
|
|
21655
|
+
/** Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. */
|
|
20846
21656
|
serverValidationCa?: Record<string, any>[];
|
|
20847
21657
|
/** Optional. Server Name Indication string to present to the server during TLS handshake. E.g: "secure.example.com". */
|
|
20848
21658
|
sni?: string;
|
|
@@ -20882,6 +21692,54 @@ export interface ClientTLSPolicy_ServerValidationCaProps {
|
|
|
20882
21692
|
grpcEndpoint?: Record<string, any>;
|
|
20883
21693
|
}
|
|
20884
21694
|
|
|
21695
|
+
/** Config Connector resource: NetworkSecurityInterceptDeployment (networksecurity.cnrm.cloud.google.com) */
|
|
21696
|
+
export declare class InterceptDeployment {
|
|
21697
|
+
constructor(props: InterceptDeploymentProps);
|
|
21698
|
+
readonly name: string;
|
|
21699
|
+
readonly namespace: string;
|
|
21700
|
+
readonly uid: string;
|
|
21701
|
+
}
|
|
21702
|
+
|
|
21703
|
+
export interface InterceptDeploymentProps {
|
|
21704
|
+
/** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
|
|
21705
|
+
description?: string;
|
|
21706
|
+
/** Required. Immutable. The regional forwarding rule that fronts the interceptors, for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`. */
|
|
21707
|
+
forwardingRuleRef: Record<string, any>;
|
|
21708
|
+
/** Required. Immutable. The deployment group that this deployment is a part of, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. */
|
|
21709
|
+
interceptDeploymentGroupRef: Record<string, any>;
|
|
21710
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
21711
|
+
labels?: Record<string, string>;
|
|
21712
|
+
/** The location of this resource. */
|
|
21713
|
+
location: string;
|
|
21714
|
+
/** The project that this resource belongs to. */
|
|
21715
|
+
projectRef: Record<string, any>;
|
|
21716
|
+
/** The NetworkSecurityInterceptDeployment name. If not given, the metadata.name will be used. */
|
|
21717
|
+
resourceID?: string;
|
|
21718
|
+
}
|
|
21719
|
+
|
|
21720
|
+
/** Config Connector resource: NetworkSecurityInterceptEndpointGroup (networksecurity.cnrm.cloud.google.com) */
|
|
21721
|
+
export declare class InterceptEndpointGroup {
|
|
21722
|
+
constructor(props: InterceptEndpointGroupProps);
|
|
21723
|
+
readonly name: string;
|
|
21724
|
+
readonly namespace: string;
|
|
21725
|
+
readonly uid: string;
|
|
21726
|
+
}
|
|
21727
|
+
|
|
21728
|
+
export interface InterceptEndpointGroupProps {
|
|
21729
|
+
/** Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group. */
|
|
21730
|
+
description?: string;
|
|
21731
|
+
/** Required. Immutable. The deployment group that this endpoint group is connected to, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. */
|
|
21732
|
+
interceptDeploymentGroupRef: Record<string, any>;
|
|
21733
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
21734
|
+
labels?: Record<string, string>;
|
|
21735
|
+
/** The location of this resource. */
|
|
21736
|
+
location: string;
|
|
21737
|
+
/** The project that this resource belongs to. */
|
|
21738
|
+
projectRef: Record<string, any>;
|
|
21739
|
+
/** The NetworkSecurityInterceptEndpointGroup name. If not given, the metadata.name will be used. */
|
|
21740
|
+
resourceID?: string;
|
|
21741
|
+
}
|
|
21742
|
+
|
|
20885
21743
|
/** Config Connector resource: NetworkSecurityServerTLSPolicy (networksecurity.cnrm.cloud.google.com) */
|
|
20886
21744
|
export declare class ServerTLSPolicy {
|
|
20887
21745
|
constructor(props: ServerTLSPolicyProps);
|
|
@@ -21331,6 +22189,43 @@ export interface HTTPRoute_RuleProps {
|
|
|
21331
22189
|
matches?: Record<string, any>[];
|
|
21332
22190
|
}
|
|
21333
22191
|
|
|
22192
|
+
/** Config Connector resource: NetworkServicesLBRouteExtension (networkservices.cnrm.cloud.google.com) */
|
|
22193
|
+
export declare class LBRouteExtension {
|
|
22194
|
+
constructor(props: LBRouteExtensionProps);
|
|
22195
|
+
readonly name: string;
|
|
22196
|
+
readonly namespace: string;
|
|
22197
|
+
readonly uid: string;
|
|
22198
|
+
}
|
|
22199
|
+
|
|
22200
|
+
export interface LBRouteExtensionProps {
|
|
22201
|
+
/** Optional. A human-readable description of the resource. */
|
|
22202
|
+
description?: string;
|
|
22203
|
+
/** Required. A set of ordered extension chains that contain the match conditions and extensions to execute. Match conditions for each extension chain are evaluated in sequence for a given request. The first extension chain that has a condition that matches the request is executed. Any subsequent extension chains do not execute. Limited to 5 extension chains per resource. */
|
|
22204
|
+
extensionChains: Record<string, any>[];
|
|
22205
|
+
/** Required. A list of references to the forwarding rules to which this service extension is attached. At least one forwarding rule is required. Only one LBRouteExtension resource can be associated with a forwarding rule. */
|
|
22206
|
+
forwardingRuleRefs: Record<string, any>[];
|
|
22207
|
+
/** Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: INTERNAL_MANAGED, EXTERNAL_MANAGED. */
|
|
22208
|
+
loadBalancingScheme: string;
|
|
22209
|
+
/** The location that this resource belongs to. */
|
|
22210
|
+
location: string;
|
|
22211
|
+
/** Optional. The metadata provided here is included as part of the metadata_context (of type google.protobuf.Struct) in the ProcessingRequest message sent to the extension server. */
|
|
22212
|
+
metadata?: Record<string, any>;
|
|
22213
|
+
/** The Project that this resource belongs to. */
|
|
22214
|
+
projectRef: Record<string, any>;
|
|
22215
|
+
/** The NetworkServicesLBRouteExtension name. If not given, the metadata.name will be used. */
|
|
22216
|
+
resourceID?: string;
|
|
22217
|
+
}
|
|
22218
|
+
|
|
22219
|
+
export declare class LBRouteExtension_ExtensionChain {
|
|
22220
|
+
constructor(props: LBRouteExtension_ExtensionChainProps);
|
|
22221
|
+
}
|
|
22222
|
+
|
|
22223
|
+
export interface LBRouteExtension_ExtensionChainProps {
|
|
22224
|
+
extensions: Record<string, any>[];
|
|
22225
|
+
matchCondition: Record<string, any>;
|
|
22226
|
+
name: string;
|
|
22227
|
+
}
|
|
22228
|
+
|
|
21334
22229
|
/** Config Connector resource: NetworkServicesMesh (networkservices.cnrm.cloud.google.com) */
|
|
21335
22230
|
export declare class Mesh {
|
|
21336
22231
|
constructor(props: MeshProps);
|
|
@@ -21439,6 +22334,41 @@ export interface TLSRoute_RuleProps {
|
|
|
21439
22334
|
matches: Record<string, any>[];
|
|
21440
22335
|
}
|
|
21441
22336
|
|
|
22337
|
+
/** Config Connector resource: NetworkServicesWasmPlugin (networkservices.cnrm.cloud.google.com) */
|
|
22338
|
+
export declare class WasmPlugin {
|
|
22339
|
+
constructor(props: WasmPluginProps);
|
|
22340
|
+
readonly name: string;
|
|
22341
|
+
readonly namespace: string;
|
|
22342
|
+
readonly uid: string;
|
|
22343
|
+
}
|
|
22344
|
+
|
|
22345
|
+
export interface WasmPluginProps {
|
|
22346
|
+
/** Optional. A human-readable description of the resource. */
|
|
22347
|
+
description?: string;
|
|
22348
|
+
/** The location that this resource belongs to. */
|
|
22349
|
+
location: string;
|
|
22350
|
+
/** Optional. Specifies the logging options for the activity performed by this plugin. If logging is enabled, plugin logs are exported to Cloud Logging. Note that the settings relate to the logs generated by using logging statements in your Wasm code. */
|
|
22351
|
+
logConfig?: Record<string, any>;
|
|
22352
|
+
/** Optional. The ID of the `WasmPluginVersion` resource that is the currently serving one. The version referred to must be a child of this `WasmPlugin` resource. */
|
|
22353
|
+
mainVersionID?: string;
|
|
22354
|
+
/** The Project that this resource belongs to. */
|
|
22355
|
+
projectRef: Record<string, any>;
|
|
22356
|
+
/** The NetworkServicesWasmPlugin name. If not given, the metadata.name will be used. */
|
|
22357
|
+
resourceID?: string;
|
|
22358
|
+
/** Optional. All versions of this `WasmPlugin` resource in the key-value format. The key is the resource ID, and the value is the `VersionDetails` object. */
|
|
22359
|
+
versions?: Record<string, Record<string, any>>;
|
|
22360
|
+
}
|
|
22361
|
+
|
|
22362
|
+
export declare class WasmPlugin_LogConfig {
|
|
22363
|
+
constructor(props: WasmPlugin_LogConfigProps);
|
|
22364
|
+
}
|
|
22365
|
+
|
|
22366
|
+
export interface WasmPlugin_LogConfigProps {
|
|
22367
|
+
enable?: boolean;
|
|
22368
|
+
minLogLevel?: string;
|
|
22369
|
+
sampleRate?: number;
|
|
22370
|
+
}
|
|
22371
|
+
|
|
21442
22372
|
/** Config Connector resource: NotebookInstance (notebooks.cnrm.cloud.google.com) */
|
|
21443
22373
|
export declare class NotebookInstance {
|
|
21444
22374
|
constructor(props: NotebookInstanceProps);
|
|
@@ -22122,6 +23052,7 @@ export interface ParameterProps {
|
|
|
22122
23052
|
format?: string;
|
|
22123
23053
|
/** Optional. Customer managed encryption key (CMEK) to use for encrypting the Parameter Versions. If not set, the default Google-managed encryption key will be used. Cloud KMS CryptoKeys must reside in the same location as the Parameter. The expected format is `projects/*\/locations/*\/keyRings/*\/cryptoKeys/*`. */
|
|
22124
23054
|
kmsKeyRef?: Record<string, any>;
|
|
23055
|
+
/** The location that this resource belongs to. */
|
|
22125
23056
|
location: string;
|
|
22126
23057
|
/** The Project that this resource belongs to. */
|
|
22127
23058
|
projectRef: Record<string, any>;
|
|
@@ -22129,6 +23060,33 @@ export interface ParameterProps {
|
|
|
22129
23060
|
resourceID?: string;
|
|
22130
23061
|
}
|
|
22131
23062
|
|
|
23063
|
+
/** Config Connector resource: ParameterManagerParameterVersion (parametermanager.cnrm.cloud.google.com) */
|
|
23064
|
+
export declare class ParameterVersion {
|
|
23065
|
+
constructor(props: ParameterVersionProps);
|
|
23066
|
+
readonly name: string;
|
|
23067
|
+
readonly namespace: string;
|
|
23068
|
+
readonly uid: string;
|
|
23069
|
+
}
|
|
23070
|
+
|
|
23071
|
+
export interface ParameterVersionProps {
|
|
23072
|
+
/** Optional. Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true). If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False. */
|
|
23073
|
+
disabled?: boolean;
|
|
23074
|
+
/** The resource name of the [Parameter][google.cloud.parametermanager.v1.Parameter] to create a [ParameterVersion][google.cloud.parametermanager.v1.ParameterVersion] for. */
|
|
23075
|
+
parameterRef: Record<string, any>;
|
|
23076
|
+
/** Required. Immutable. Payload content of a ParameterVersion resource. This is only returned when the request provides the View value of FULL (default for GET request). */
|
|
23077
|
+
payload: Record<string, any>;
|
|
23078
|
+
/** The ParameterManagerParameterVersion name. If not given, the metadata.name will be used. */
|
|
23079
|
+
resourceID?: string;
|
|
23080
|
+
}
|
|
23081
|
+
|
|
23082
|
+
export declare class ParameterVersion_Payload {
|
|
23083
|
+
constructor(props: ParameterVersion_PayloadProps);
|
|
23084
|
+
}
|
|
23085
|
+
|
|
23086
|
+
export interface ParameterVersion_PayloadProps {
|
|
23087
|
+
data: string;
|
|
23088
|
+
}
|
|
23089
|
+
|
|
22132
23090
|
/** Config Connector resource: PrivateCACAPool (privateca.cnrm.cloud.google.com) */
|
|
22133
23091
|
export declare class CAPool {
|
|
22134
23092
|
constructor(props: CAPoolProps);
|
|
@@ -22547,17 +23505,13 @@ export declare class ResourcemanagerProject {
|
|
|
22547
23505
|
}
|
|
22548
23506
|
|
|
22549
23507
|
export interface ResourcemanagerProjectProps {
|
|
23508
|
+
/** The billing account of the project. */
|
|
22550
23509
|
billingAccountRef?: Record<string, any>;
|
|
22551
|
-
/** The folder that this resource belongs to. Changing this forces the
|
|
22552
|
-
resource to be migrated to the newly specified folder. Only one of
|
|
22553
|
-
folderRef or organizationRef may be specified. */
|
|
23510
|
+
/** The folder that this resource belongs to. Changing this forces the resource to be migrated to the newly specified folder. Only one of folderRef or organizationRef may be specified. */
|
|
22554
23511
|
folderRef?: Record<string, any>;
|
|
22555
23512
|
/** The display name of the project. */
|
|
22556
23513
|
name: string;
|
|
22557
|
-
/** The organization that this resource belongs to. Changing this
|
|
22558
|
-
forces the resource to be migrated to the newly specified
|
|
22559
|
-
organization. Only one of folderRef or organizationRef may be
|
|
22560
|
-
specified. */
|
|
23514
|
+
/** The organization that this resource belongs to. Changing this forces the resource to be migrated to the newly specified organization. Only one of folderRef or organizationRef may be specified. */
|
|
22561
23515
|
organizationRef?: Record<string, any>;
|
|
22562
23516
|
/** Immutable. Optional. The projectId of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */
|
|
22563
23517
|
resourceID?: string;
|
|
@@ -23763,6 +24717,68 @@ export interface SecuresourcemanagerRepository_InitialConfigProps {
|
|
|
23763
24717
|
readme?: string;
|
|
23764
24718
|
}
|
|
23765
24719
|
|
|
24720
|
+
/** Config Connector resource: SecurityCenterBigQueryExport (securitycenter.cnrm.cloud.google.com) */
|
|
24721
|
+
export declare class BigQueryExport {
|
|
24722
|
+
constructor(props: BigQueryExportProps);
|
|
24723
|
+
readonly name: string;
|
|
24724
|
+
readonly namespace: string;
|
|
24725
|
+
readonly uid: string;
|
|
24726
|
+
}
|
|
24727
|
+
|
|
24728
|
+
export interface BigQueryExportProps {
|
|
24729
|
+
/** The dataset to write findings' updates to. */
|
|
24730
|
+
datasetRef: Record<string, any>;
|
|
24731
|
+
/** The description of the export (max of 1024 characters). */
|
|
24732
|
+
description?: string;
|
|
24733
|
+
/** Expression that defines the filter to apply across create/update events of findings. */
|
|
24734
|
+
filter?: string;
|
|
24735
|
+
/** The location of this resource. */
|
|
24736
|
+
location: string;
|
|
24737
|
+
/** The organization that this resource belongs to. */
|
|
24738
|
+
organizationRef: Record<string, any>;
|
|
24739
|
+
/** The SecurityCenterBigQueryExport name. If not given, the metadata.name will be used. */
|
|
24740
|
+
resourceID?: string;
|
|
24741
|
+
}
|
|
24742
|
+
|
|
24743
|
+
export declare class BigQueryExport_OrganizationRef {
|
|
24744
|
+
constructor(props: BigQueryExport_OrganizationRefProps);
|
|
24745
|
+
}
|
|
24746
|
+
|
|
24747
|
+
export interface BigQueryExport_OrganizationRefProps {
|
|
24748
|
+
external: string;
|
|
24749
|
+
}
|
|
24750
|
+
|
|
24751
|
+
/** Config Connector resource: SecurityCenterMuteConfig (securitycenter.cnrm.cloud.google.com) */
|
|
24752
|
+
export declare class MuteConfig {
|
|
24753
|
+
constructor(props: MuteConfigProps);
|
|
24754
|
+
readonly name: string;
|
|
24755
|
+
readonly namespace: string;
|
|
24756
|
+
readonly uid: string;
|
|
24757
|
+
}
|
|
24758
|
+
|
|
24759
|
+
export interface MuteConfigProps {
|
|
24760
|
+
/** A description of the mute config. */
|
|
24761
|
+
description?: string;
|
|
24762
|
+
/** Optional. The expiry of the mute config. Only applicable for dynamic configs. If the expiry is set, when the config expires, it is removed from all findings. */
|
|
24763
|
+
expiryTime?: string;
|
|
24764
|
+
/** Required. An expression that defines the filter to apply across create/update events of findings. While creating a filter string, be mindful of the scope in which the mute configuration is being created. E.g., If a filter contains project = X but is created under the project = Y scope, it might not match any findings. */
|
|
24765
|
+
filter: string;
|
|
24766
|
+
/** The organization that this resource belongs to. */
|
|
24767
|
+
organizationRef: Record<string, any>;
|
|
24768
|
+
/** The SecurityCenterMuteConfig name. If not given, the metadata.name will be used. */
|
|
24769
|
+
resourceID?: string;
|
|
24770
|
+
/** Optional. The type of the mute config, which determines what type of mute state the config affects. The static mute state takes precedence over the dynamic mute state. Immutable after creation. STATIC by default if not set during creation. */
|
|
24771
|
+
type?: "MUTE_CONFIG_TYPE_UNSPECIFIED" | "STATIC" | "DYNAMIC";
|
|
24772
|
+
}
|
|
24773
|
+
|
|
24774
|
+
export declare class MuteConfig_OrganizationRef {
|
|
24775
|
+
constructor(props: MuteConfig_OrganizationRefProps);
|
|
24776
|
+
}
|
|
24777
|
+
|
|
24778
|
+
export interface MuteConfig_OrganizationRefProps {
|
|
24779
|
+
external: string;
|
|
24780
|
+
}
|
|
24781
|
+
|
|
23766
24782
|
/** Config Connector resource: SecurityCenterNotificationConfig (securitycenter.cnrm.cloud.google.com) */
|
|
23767
24783
|
export declare class NotificationConfig {
|
|
23768
24784
|
constructor(props: NotificationConfigProps);
|
|
@@ -23847,14 +24863,14 @@ range of [0, 65535]. If unspecified, the default is 0. */
|
|
|
23847
24863
|
}
|
|
23848
24864
|
|
|
23849
24865
|
/** Config Connector resource: ServiceDirectoryNamespace (servicedirectory.cnrm.cloud.google.com) */
|
|
23850
|
-
export declare class
|
|
23851
|
-
constructor(props:
|
|
24866
|
+
export declare class ServicedirectoryNamespace {
|
|
24867
|
+
constructor(props: ServicedirectoryNamespaceProps);
|
|
23852
24868
|
readonly name: string;
|
|
23853
24869
|
readonly namespace: string;
|
|
23854
24870
|
readonly uid: string;
|
|
23855
24871
|
}
|
|
23856
24872
|
|
|
23857
|
-
export interface
|
|
24873
|
+
export interface ServicedirectoryNamespaceProps {
|
|
23858
24874
|
/** Immutable. The location for the Namespace.
|
|
23859
24875
|
A full list of valid locations can be found by running
|
|
23860
24876
|
'gcloud beta service-directory locations list'. */
|
|
@@ -24758,8 +25774,7 @@ export declare class StorageBucket {
|
|
|
24758
25774
|
export interface StorageBucketProps {
|
|
24759
25775
|
/** The bucket's autoclass configuration. */
|
|
24760
25776
|
autoclass?: Record<string, any>;
|
|
24761
|
-
/** DEPRECATED. Please use the `uniformBucketLevelAccess` field as this field has been renamed by Google. The `uniformBucketLevelAccess` field will supersede this field.
|
|
24762
|
-
Enables Bucket PolicyOnly access to a bucket. */
|
|
25777
|
+
/** DEPRECATED. Please use the `uniformBucketLevelAccess` field as this field has been renamed by Google. The `uniformBucketLevelAccess` field will supersede this field. Enables Bucket PolicyOnly access to a bucket. */
|
|
24763
25778
|
bucketPolicyOnly?: boolean;
|
|
24764
25779
|
/** The bucket's Cross-Origin Resource Sharing (CORS) configuration. */
|
|
24765
25780
|
cors?: Record<string, any>[];
|
|
@@ -25564,6 +26579,89 @@ export interface VirtualMachine_ShieldedInstanceConfigProps {
|
|
|
25564
26579
|
enableSecureBoot?: boolean;
|
|
25565
26580
|
}
|
|
25566
26581
|
|
|
26582
|
+
/** Config Connector resource: VertexAIDataLabelingJob (vertexai.cnrm.cloud.google.com) */
|
|
26583
|
+
export declare class DataLabelingJob {
|
|
26584
|
+
constructor(props: DataLabelingJobProps);
|
|
26585
|
+
readonly name: string;
|
|
26586
|
+
readonly namespace: string;
|
|
26587
|
+
readonly uid: string;
|
|
26588
|
+
}
|
|
26589
|
+
|
|
26590
|
+
export interface DataLabelingJobProps {
|
|
26591
|
+
/** Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy. */
|
|
26592
|
+
activeLearningConfig?: Record<string, any>;
|
|
26593
|
+
/** Labels to assign to annotations generated by this DataLabelingJob.
|
|
26594
|
+
|
|
26595
|
+
Label keys and values can be no longer than 64 characters
|
|
26596
|
+
(Unicode codepoints), can only contain lowercase letters, numeric
|
|
26597
|
+
characters, underscores and dashes. International characters are allowed.
|
|
26598
|
+
See https://goo.gl/xmQnxf for more information and examples of labels.
|
|
26599
|
+
System reserved label keys are prefixed with "aiplatform.googleapis.com/"
|
|
26600
|
+
and are immutable. */
|
|
26601
|
+
annotationLabels?: Record<string, string>;
|
|
26602
|
+
/** Required. Dataset resource names. Right now we only support labeling from a single Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset} */
|
|
26603
|
+
datasetRefs?: Record<string, any>[];
|
|
26604
|
+
/** Required. The user-defined name of the DataLabelingJob. The name can be up to 128 characters long and can consist of any UTF-8 characters. Display name of a DataLabelingJob. */
|
|
26605
|
+
displayName?: string;
|
|
26606
|
+
/** Customer-managed encryption key spec for a DataLabelingJob. If set, this DataLabelingJob will be secured by this key. */
|
|
26607
|
+
encryptionSpec?: Record<string, any>;
|
|
26608
|
+
/** Required. Input config parameters for the DataLabelingJob. */
|
|
26609
|
+
inputs?: Record<string, any>;
|
|
26610
|
+
/** Required. Points to a YAML file stored on Google Cloud Storage describing the config for a specific type of DataLabelingJob. The schema files that can be used here are found in the https://storage.googleapis.com/google-cloud-aiplatform bucket in the /schema/datalabelingjob/inputs/ folder. */
|
|
26611
|
+
inputsSchemaURI?: string;
|
|
26612
|
+
/** Required. The Google Cloud Storage location of the instruction pdf. This pdf is shared with labelers, and provides detailed description on how to label DataItems in Datasets. */
|
|
26613
|
+
instructionURI?: string;
|
|
26614
|
+
/** Required. Number of labelers to work on each DataItem. */
|
|
26615
|
+
labelerCount?: number;
|
|
26616
|
+
/** The labels with user-defined metadata to organize your DataLabelingJobs. */
|
|
26617
|
+
labels?: Record<string, string>;
|
|
26618
|
+
/** The location of this resource. */
|
|
26619
|
+
location: string;
|
|
26620
|
+
/** The project that this resource belongs to. */
|
|
26621
|
+
projectRef: Record<string, any>;
|
|
26622
|
+
/** The VertexAIDataLabelingJob name. If not given, the metadata.name will be used. */
|
|
26623
|
+
resourceID?: string;
|
|
26624
|
+
/** The SpecialistPools' resource names associated with this job. */
|
|
26625
|
+
specialistPools?: string[];
|
|
26626
|
+
}
|
|
26627
|
+
|
|
26628
|
+
export declare class DataLabelingJob_ActiveLearningConfig {
|
|
26629
|
+
constructor(props: DataLabelingJob_ActiveLearningConfigProps);
|
|
26630
|
+
}
|
|
26631
|
+
|
|
26632
|
+
export interface DataLabelingJob_ActiveLearningConfigProps {
|
|
26633
|
+
maxDataItemCount?: number;
|
|
26634
|
+
maxDataItemPercentage?: number;
|
|
26635
|
+
sampleConfig?: Record<string, any>;
|
|
26636
|
+
trainingConfig?: Record<string, any>;
|
|
26637
|
+
}
|
|
26638
|
+
|
|
26639
|
+
export declare class DataLabelingJob_ActiveLearningConfig_SampleConfig {
|
|
26640
|
+
constructor(props: DataLabelingJob_ActiveLearningConfig_SampleConfigProps);
|
|
26641
|
+
}
|
|
26642
|
+
|
|
26643
|
+
export interface DataLabelingJob_ActiveLearningConfig_SampleConfigProps {
|
|
26644
|
+
followingBatchSamplePercentage?: number;
|
|
26645
|
+
initialBatchSamplePercentage?: number;
|
|
26646
|
+
sampleStrategy?: string;
|
|
26647
|
+
}
|
|
26648
|
+
|
|
26649
|
+
export declare class DataLabelingJob_ActiveLearningConfig_TrainingConfig {
|
|
26650
|
+
constructor(props: DataLabelingJob_ActiveLearningConfig_TrainingConfigProps);
|
|
26651
|
+
}
|
|
26652
|
+
|
|
26653
|
+
export interface DataLabelingJob_ActiveLearningConfig_TrainingConfigProps {
|
|
26654
|
+
timeoutTrainingMilliHours?: number;
|
|
26655
|
+
}
|
|
26656
|
+
|
|
26657
|
+
export declare class DataLabelingJob_EncryptionSpec {
|
|
26658
|
+
constructor(props: DataLabelingJob_EncryptionSpecProps);
|
|
26659
|
+
}
|
|
26660
|
+
|
|
26661
|
+
export interface DataLabelingJob_EncryptionSpecProps {
|
|
26662
|
+
kmsKeyRef: Record<string, any>;
|
|
26663
|
+
}
|
|
26664
|
+
|
|
25567
26665
|
/** Config Connector resource: VertexAIDataset (vertexai.cnrm.cloud.google.com) */
|
|
25568
26666
|
export declare class VertexaiDataset {
|
|
25569
26667
|
constructor(props: VertexaiDatasetProps);
|
|
@@ -25595,6 +26693,75 @@ export interface VertexaiDataset_EncryptionSpecProps {
|
|
|
25595
26693
|
kmsKeyNameRef?: Record<string, any>;
|
|
25596
26694
|
}
|
|
25597
26695
|
|
|
26696
|
+
/** Config Connector resource: VertexAIDeploymentResourcePool (vertexai.cnrm.cloud.google.com) */
|
|
26697
|
+
export declare class DeploymentResourcePool {
|
|
26698
|
+
constructor(props: DeploymentResourcePoolProps);
|
|
26699
|
+
readonly name: string;
|
|
26700
|
+
readonly namespace: string;
|
|
26701
|
+
readonly uid: string;
|
|
26702
|
+
}
|
|
26703
|
+
|
|
26704
|
+
export interface DeploymentResourcePoolProps {
|
|
26705
|
+
/** Required. The underlying DedicatedResources that the DeploymentResourcePool uses. */
|
|
26706
|
+
dedicatedResources?: Record<string, any>;
|
|
26707
|
+
/** If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the container(s) of the DeploymentResourcePool will send `stderr` and `stdout` streams to Cloud Logging by default. */
|
|
26708
|
+
disableContainerLogging?: boolean;
|
|
26709
|
+
/** Customer-managed encryption key spec for a DeploymentResourcePool. If set, this DeploymentResourcePool will be secured by this key. Endpoints and the DeploymentResourcePool they deploy in need to have the same EncryptionSpec. */
|
|
26710
|
+
encryptionSpec?: Record<string, any>;
|
|
26711
|
+
/** The location of this resource. */
|
|
26712
|
+
location: string;
|
|
26713
|
+
/** The project that this resource belongs to. */
|
|
26714
|
+
projectRef: Record<string, any>;
|
|
26715
|
+
/** The VertexAIDeploymentResourcePool name. If not given, the metadata.name will be used. */
|
|
26716
|
+
resourceID?: string;
|
|
26717
|
+
/** The service account that the DeploymentResourcePool's container(s) run as. */
|
|
26718
|
+
serviceAccountRef?: Record<string, any>;
|
|
26719
|
+
}
|
|
26720
|
+
|
|
26721
|
+
export declare class DeploymentResourcePool_DedicatedResources {
|
|
26722
|
+
constructor(props: DeploymentResourcePool_DedicatedResourcesProps);
|
|
26723
|
+
}
|
|
26724
|
+
|
|
26725
|
+
export interface DeploymentResourcePool_DedicatedResourcesProps {
|
|
26726
|
+
autoscalingMetricSpecs?: Record<string, any>[];
|
|
26727
|
+
flexStart?: Record<string, any>;
|
|
26728
|
+
machineSpec?: Record<string, any>;
|
|
26729
|
+
maxReplicaCount?: number;
|
|
26730
|
+
minReplicaCount?: number;
|
|
26731
|
+
requiredReplicaCount?: number;
|
|
26732
|
+
spot?: boolean;
|
|
26733
|
+
}
|
|
26734
|
+
|
|
26735
|
+
export declare class DeploymentResourcePool_DedicatedResources_FlexStart {
|
|
26736
|
+
constructor(props: DeploymentResourcePool_DedicatedResources_FlexStartProps);
|
|
26737
|
+
}
|
|
26738
|
+
|
|
26739
|
+
export interface DeploymentResourcePool_DedicatedResources_FlexStartProps {
|
|
26740
|
+
maxRuntimeDuration?: string;
|
|
26741
|
+
}
|
|
26742
|
+
|
|
26743
|
+
export declare class DeploymentResourcePool_DedicatedResources_MachineSpec {
|
|
26744
|
+
constructor(props: DeploymentResourcePool_DedicatedResources_MachineSpecProps);
|
|
26745
|
+
}
|
|
26746
|
+
|
|
26747
|
+
export interface DeploymentResourcePool_DedicatedResources_MachineSpecProps {
|
|
26748
|
+
acceleratorCount?: number;
|
|
26749
|
+
acceleratorType?: string;
|
|
26750
|
+
gpuPartitionSize?: string;
|
|
26751
|
+
machineType?: string;
|
|
26752
|
+
multihostGpuNodeCount?: number;
|
|
26753
|
+
reservationAffinity?: Record<string, any>;
|
|
26754
|
+
tpuTopology?: string;
|
|
26755
|
+
}
|
|
26756
|
+
|
|
26757
|
+
export declare class DeploymentResourcePool_EncryptionSpec {
|
|
26758
|
+
constructor(props: DeploymentResourcePool_EncryptionSpecProps);
|
|
26759
|
+
}
|
|
26760
|
+
|
|
26761
|
+
export interface DeploymentResourcePool_EncryptionSpecProps {
|
|
26762
|
+
kmsKeyRef: Record<string, any>;
|
|
26763
|
+
}
|
|
26764
|
+
|
|
25598
26765
|
/** Config Connector resource: VertexAIEndpoint (vertexai.cnrm.cloud.google.com) */
|
|
25599
26766
|
export declare class VertexaiEndpoint {
|
|
25600
26767
|
constructor(props: VertexaiEndpointProps);
|
|
@@ -25631,6 +26798,37 @@ export interface VertexaiEndpoint_EncryptionSpecProps {
|
|
|
25631
26798
|
kmsKeyNameRef: Record<string, any>;
|
|
25632
26799
|
}
|
|
25633
26800
|
|
|
26801
|
+
/** Config Connector resource: VertexAIExampleStore (vertexai.cnrm.cloud.google.com) */
|
|
26802
|
+
export declare class ExampleStore {
|
|
26803
|
+
constructor(props: ExampleStoreProps);
|
|
26804
|
+
readonly name: string;
|
|
26805
|
+
readonly namespace: string;
|
|
26806
|
+
readonly uid: string;
|
|
26807
|
+
}
|
|
26808
|
+
|
|
26809
|
+
export interface ExampleStoreProps {
|
|
26810
|
+
/** Optional. Description of the ExampleStore. */
|
|
26811
|
+
description?: string;
|
|
26812
|
+
/** Required. Display name of the ExampleStore. */
|
|
26813
|
+
displayName: string;
|
|
26814
|
+
/** Required. Example Store config. */
|
|
26815
|
+
exampleStoreConfig: Record<string, any>;
|
|
26816
|
+
/** The location of this resource. */
|
|
26817
|
+
location: string;
|
|
26818
|
+
/** The project that this resource belongs to. */
|
|
26819
|
+
projectRef: Record<string, any>;
|
|
26820
|
+
/** The VertexAIExampleStore name. If not given, the metadata.name will be used. */
|
|
26821
|
+
resourceID?: string;
|
|
26822
|
+
}
|
|
26823
|
+
|
|
26824
|
+
export declare class ExampleStore_ExampleStoreConfig {
|
|
26825
|
+
constructor(props: ExampleStore_ExampleStoreConfigProps);
|
|
26826
|
+
}
|
|
26827
|
+
|
|
26828
|
+
export interface ExampleStore_ExampleStoreConfigProps {
|
|
26829
|
+
vertexEmbeddingModel?: string;
|
|
26830
|
+
}
|
|
26831
|
+
|
|
25634
26832
|
/** Config Connector resource: VertexAIFeaturestoreEntityTypeFeature (vertexai.cnrm.cloud.google.com) */
|
|
25635
26833
|
export declare class FeaturestoreEntityTypeFeature {
|
|
25636
26834
|
constructor(props: FeaturestoreEntityTypeFeatureProps);
|