@pulumi/gcp 8.36.0 → 8.37.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/apihub/index.d.ts +3 -0
- package/apihub/index.js +6 -1
- package/apihub/index.js.map +1 -1
- package/apihub/plugin.d.ts +403 -0
- package/apihub/plugin.js +195 -0
- package/apihub/plugin.js.map +1 -0
- package/bigqueryanalyticshub/dataExchange.d.ts +3 -3
- package/bigqueryanalyticshub/listing.d.ts +3 -3
- package/cloudidentity/groupMembership.d.ts +12 -0
- package/cloudidentity/groupMembership.js +2 -0
- package/cloudidentity/groupMembership.js.map +1 -1
- package/cloudrunv2/job.d.ts +23 -0
- package/cloudrunv2/job.js +23 -0
- package/cloudrunv2/job.js.map +1 -1
- package/cloudrunv2/service.d.ts +0 -1
- package/cloudrunv2/service.js +0 -1
- package/cloudrunv2/service.js.map +1 -1
- package/cloudrunv2/workerPool.d.ts +9 -10
- package/cloudrunv2/workerPool.js +9 -10
- package/cloudrunv2/workerPool.js.map +1 -1
- package/compute/disk.d.ts +15 -12
- package/compute/disk.js.map +1 -1
- package/compute/firewallPolicyRule.d.ts +97 -0
- package/compute/firewallPolicyRule.js +75 -0
- package/compute/firewallPolicyRule.js.map +1 -1
- package/compute/getInstanceGroupManager.d.ts +1 -0
- package/compute/getInstanceGroupManager.js.map +1 -1
- package/compute/getRegionDisk.d.ts +1 -0
- package/compute/getRegionDisk.js.map +1 -1
- package/compute/index.d.ts +3 -0
- package/compute/index.js +6 -1
- package/compute/index.js.map +1 -1
- package/compute/instanceGroupManager.d.ts +75 -6
- package/compute/instanceGroupManager.js +59 -0
- package/compute/instanceGroupManager.js.map +1 -1
- package/compute/network.d.ts +17 -0
- package/compute/network.js +2 -0
- package/compute/network.js.map +1 -1
- package/compute/networkFirewallPolicy.d.ts +21 -0
- package/compute/networkFirewallPolicy.js +2 -0
- package/compute/networkFirewallPolicy.js.map +1 -1
- package/compute/networkFirewallPolicyWithRules.d.ts +18 -0
- package/compute/networkFirewallPolicyWithRules.js +2 -0
- package/compute/networkFirewallPolicyWithRules.js.map +1 -1
- package/compute/regionDisk.d.ts +44 -0
- package/compute/regionDisk.js +19 -0
- package/compute/regionDisk.js.map +1 -1
- package/compute/regionNetworkFirewallPolicy.d.ts +33 -0
- package/compute/regionNetworkFirewallPolicy.js +14 -0
- package/compute/regionNetworkFirewallPolicy.js.map +1 -1
- package/compute/regionNetworkFirewallPolicyWithRules.d.ts +43 -0
- package/compute/regionNetworkFirewallPolicyWithRules.js +27 -0
- package/compute/regionNetworkFirewallPolicyWithRules.js.map +1 -1
- package/compute/wireGroup.d.ts +250 -0
- package/compute/wireGroup.js +127 -0
- package/compute/wireGroup.js.map +1 -0
- package/container/cluster.d.ts +15 -0
- package/container/cluster.js +2 -0
- package/container/cluster.js.map +1 -1
- package/container/getCluster.d.ts +1 -0
- package/container/getCluster.js.map +1 -1
- package/container/nodePool.d.ts +6 -0
- package/container/nodePool.js.map +1 -1
- package/diagflow/cxGenerativeSettings.d.ts +222 -0
- package/diagflow/cxGenerativeSettings.js +139 -0
- package/diagflow/cxGenerativeSettings.js.map +1 -0
- package/diagflow/index.d.ts +3 -0
- package/diagflow/index.js +6 -1
- package/diagflow/index.js.map +1 -1
- package/dns/recordSet.d.ts +1 -0
- package/dns/recordSet.js +1 -0
- package/dns/recordSet.js.map +1 -1
- package/firestore/database.d.ts +0 -9
- package/firestore/database.js.map +1 -1
- package/iam/workloadIdentityPoolManagedIdentity.d.ts +31 -0
- package/iam/workloadIdentityPoolManagedIdentity.js +10 -0
- package/iam/workloadIdentityPoolManagedIdentity.js.map +1 -1
- package/kms/autokeyConfig.d.ts +8 -0
- package/kms/autokeyConfig.js +2 -0
- package/kms/autokeyConfig.js.map +1 -1
- package/kms/getAutokeyConfig.d.ts +1 -0
- package/kms/getAutokeyConfig.js.map +1 -1
- package/memorystore/getInstance.d.ts +1 -0
- package/memorystore/getInstance.js.map +1 -1
- package/memorystore/instance.d.ts +13 -0
- package/memorystore/instance.js +3 -0
- package/memorystore/instance.js.map +1 -1
- package/monitoring/metricDescriptor.d.ts +13 -13
- package/monitoring/metricDescriptor.js +0 -6
- package/monitoring/metricDescriptor.js.map +1 -1
- package/notebooks/instance.d.ts +4 -4
- package/notebooks/instance.js +4 -4
- package/package.json +2 -2
- package/redis/getInstance.d.ts +1 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +16 -0
- package/redis/instance.js +2 -0
- package/redis/instance.js.map +1 -1
- package/secretmanager/getRegionalSecret.d.ts +1 -0
- package/secretmanager/getRegionalSecret.js.map +1 -1
- package/secretmanager/regionalSecret.d.ts +4 -0
- package/secretmanager/regionalSecret.js +3 -0
- package/secretmanager/regionalSecret.js.map +1 -1
- package/types/input.d.ts +439 -9
- package/types/output.d.ts +488 -10
- package/workbench/instance.d.ts +1 -0
- package/workbench/instance.js +1 -0
- package/workbench/instance.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -3898,6 +3898,147 @@ export declare namespace apihub {
|
|
|
3898
3898
|
*/
|
|
3899
3899
|
pluginInstance: string;
|
|
3900
3900
|
}
|
|
3901
|
+
interface PluginActionsConfig {
|
|
3902
|
+
/**
|
|
3903
|
+
* The description of the operation performed by the action.
|
|
3904
|
+
*/
|
|
3905
|
+
description: string;
|
|
3906
|
+
/**
|
|
3907
|
+
* The display name of the action.
|
|
3908
|
+
*/
|
|
3909
|
+
displayName: string;
|
|
3910
|
+
/**
|
|
3911
|
+
* The id of the action.
|
|
3912
|
+
*/
|
|
3913
|
+
id: string;
|
|
3914
|
+
/**
|
|
3915
|
+
* The trigger mode supported by the action.
|
|
3916
|
+
* Possible values:
|
|
3917
|
+
* TRIGGER_MODE_UNSPECIFIED
|
|
3918
|
+
* API_HUB_ON_DEMAND_TRIGGER
|
|
3919
|
+
* API_HUB_SCHEDULE_TRIGGER
|
|
3920
|
+
* NON_API_HUB_MANAGED
|
|
3921
|
+
*/
|
|
3922
|
+
triggerMode: string;
|
|
3923
|
+
}
|
|
3924
|
+
interface PluginConfigTemplate {
|
|
3925
|
+
/**
|
|
3926
|
+
* The list of additional configuration variables for the plugin's
|
|
3927
|
+
* configuration.
|
|
3928
|
+
* Structure is documented below.
|
|
3929
|
+
*/
|
|
3930
|
+
additionalConfigTemplates?: outputs.apihub.PluginConfigTemplateAdditionalConfigTemplate[];
|
|
3931
|
+
/**
|
|
3932
|
+
* AuthConfigTemplate represents the authentication template for a plugin.
|
|
3933
|
+
* Structure is documented below.
|
|
3934
|
+
*/
|
|
3935
|
+
authConfigTemplate?: outputs.apihub.PluginConfigTemplateAuthConfigTemplate;
|
|
3936
|
+
}
|
|
3937
|
+
interface PluginConfigTemplateAdditionalConfigTemplate {
|
|
3938
|
+
/**
|
|
3939
|
+
* Description.
|
|
3940
|
+
*/
|
|
3941
|
+
description?: string;
|
|
3942
|
+
/**
|
|
3943
|
+
* Enum options. To be populated if `ValueType` is `ENUM`.
|
|
3944
|
+
* Structure is documented below.
|
|
3945
|
+
*/
|
|
3946
|
+
enumOptions?: outputs.apihub.PluginConfigTemplateAdditionalConfigTemplateEnumOption[];
|
|
3947
|
+
/**
|
|
3948
|
+
* ID of the config variable. Must be unique within the configuration.
|
|
3949
|
+
*/
|
|
3950
|
+
id: string;
|
|
3951
|
+
/**
|
|
3952
|
+
* Multi select options. To be populated if `ValueType` is `MULTI_SELECT`.
|
|
3953
|
+
* Structure is documented below.
|
|
3954
|
+
*/
|
|
3955
|
+
multiSelectOptions?: outputs.apihub.PluginConfigTemplateAdditionalConfigTemplateMultiSelectOption[];
|
|
3956
|
+
/**
|
|
3957
|
+
* Flag represents that this `ConfigVariable` must be provided for a
|
|
3958
|
+
* PluginInstance.
|
|
3959
|
+
*/
|
|
3960
|
+
required?: boolean;
|
|
3961
|
+
/**
|
|
3962
|
+
* Regular expression in RE2 syntax used for validating the `value` of a
|
|
3963
|
+
* `ConfigVariable`.
|
|
3964
|
+
*/
|
|
3965
|
+
validationRegex?: string;
|
|
3966
|
+
/**
|
|
3967
|
+
* Type of the parameter: string, int, bool etc.
|
|
3968
|
+
* Possible values:
|
|
3969
|
+
* VALUE_TYPE_UNSPECIFIED
|
|
3970
|
+
* STRING
|
|
3971
|
+
* INT
|
|
3972
|
+
* BOOL
|
|
3973
|
+
* SECRET
|
|
3974
|
+
* ENUM
|
|
3975
|
+
* MULTI_SELECT
|
|
3976
|
+
* MULTI_STRING
|
|
3977
|
+
* MULTI_INT
|
|
3978
|
+
*/
|
|
3979
|
+
valueType: string;
|
|
3980
|
+
}
|
|
3981
|
+
interface PluginConfigTemplateAdditionalConfigTemplateEnumOption {
|
|
3982
|
+
/**
|
|
3983
|
+
* Description of the option.
|
|
3984
|
+
*/
|
|
3985
|
+
description?: string;
|
|
3986
|
+
/**
|
|
3987
|
+
* Display name of the option.
|
|
3988
|
+
*/
|
|
3989
|
+
displayName: string;
|
|
3990
|
+
/**
|
|
3991
|
+
* Id of the option.
|
|
3992
|
+
*/
|
|
3993
|
+
id: string;
|
|
3994
|
+
}
|
|
3995
|
+
interface PluginConfigTemplateAdditionalConfigTemplateMultiSelectOption {
|
|
3996
|
+
/**
|
|
3997
|
+
* Description of the option.
|
|
3998
|
+
*/
|
|
3999
|
+
description?: string;
|
|
4000
|
+
/**
|
|
4001
|
+
* Display name of the option.
|
|
4002
|
+
*/
|
|
4003
|
+
displayName: string;
|
|
4004
|
+
/**
|
|
4005
|
+
* Id of the option.
|
|
4006
|
+
*/
|
|
4007
|
+
id: string;
|
|
4008
|
+
}
|
|
4009
|
+
interface PluginConfigTemplateAuthConfigTemplate {
|
|
4010
|
+
/**
|
|
4011
|
+
* Config for Google service account authentication.
|
|
4012
|
+
* Structure is documented below.
|
|
4013
|
+
*/
|
|
4014
|
+
serviceAccount?: outputs.apihub.PluginConfigTemplateAuthConfigTemplateServiceAccount;
|
|
4015
|
+
/**
|
|
4016
|
+
* The list of authentication types supported by the plugin.
|
|
4017
|
+
*/
|
|
4018
|
+
supportedAuthTypes: string[];
|
|
4019
|
+
}
|
|
4020
|
+
interface PluginConfigTemplateAuthConfigTemplateServiceAccount {
|
|
4021
|
+
/**
|
|
4022
|
+
* The service account to be used for authenticating request.
|
|
4023
|
+
* The `iam.serviceAccounts.getAccessToken` permission should be granted on
|
|
4024
|
+
* this service account to the impersonator service account.
|
|
4025
|
+
*/
|
|
4026
|
+
serviceAccount: string;
|
|
4027
|
+
}
|
|
4028
|
+
interface PluginDocumentation {
|
|
4029
|
+
/**
|
|
4030
|
+
* The uri of the externally hosted documentation.
|
|
4031
|
+
*/
|
|
4032
|
+
externalUri?: string;
|
|
4033
|
+
}
|
|
4034
|
+
interface PluginHostingService {
|
|
4035
|
+
/**
|
|
4036
|
+
* The URI of the service implemented by the plugin developer, used to
|
|
4037
|
+
* invoke the plugin's functionality. This information is only required for
|
|
4038
|
+
* user defined plugins.
|
|
4039
|
+
*/
|
|
4040
|
+
serviceUri?: string;
|
|
4041
|
+
}
|
|
3901
4042
|
interface PluginInstanceAction {
|
|
3902
4043
|
/**
|
|
3903
4044
|
* This should map to one of the action id specified
|
|
@@ -17292,6 +17433,10 @@ export declare namespace cloudidentity {
|
|
|
17292
17433
|
namespace?: string;
|
|
17293
17434
|
}
|
|
17294
17435
|
interface GetGroupMembershipsMembership {
|
|
17436
|
+
/**
|
|
17437
|
+
* If set to true, skip group member creation if a membership with the same name already exists. Defaults to false.
|
|
17438
|
+
*/
|
|
17439
|
+
createIgnoreAlreadyExists: boolean;
|
|
17295
17440
|
/**
|
|
17296
17441
|
* The time when the Membership was created.
|
|
17297
17442
|
*/
|
|
@@ -19642,6 +19787,10 @@ export declare namespace cloudrunv2 {
|
|
|
19642
19787
|
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3. Minimum value is 0.
|
|
19643
19788
|
*/
|
|
19644
19789
|
maxRetries: number;
|
|
19790
|
+
/**
|
|
19791
|
+
* Node Selector describes the hardware requirements of the resources.
|
|
19792
|
+
*/
|
|
19793
|
+
nodeSelectors: outputs.cloudrunv2.GetJobTemplateTemplateNodeSelector[];
|
|
19645
19794
|
/**
|
|
19646
19795
|
* Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
|
|
19647
19796
|
*/
|
|
@@ -19753,7 +19902,7 @@ export declare namespace cloudrunv2 {
|
|
|
19753
19902
|
}
|
|
19754
19903
|
interface GetJobTemplateTemplateContainerResource {
|
|
19755
19904
|
/**
|
|
19756
|
-
* Only memory and
|
|
19905
|
+
* Only memory, CPU, and nvidia.com/gpu are supported. Use key 'cpu' for CPU limit, 'memory' for memory limit, 'nvidia.com/gpu' for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
|
19757
19906
|
*/
|
|
19758
19907
|
limits: {
|
|
19759
19908
|
[key: string]: string;
|
|
@@ -19850,6 +19999,12 @@ export declare namespace cloudrunv2 {
|
|
|
19850
19999
|
*/
|
|
19851
20000
|
name: string;
|
|
19852
20001
|
}
|
|
20002
|
+
interface GetJobTemplateTemplateNodeSelector {
|
|
20003
|
+
/**
|
|
20004
|
+
* The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/jobs/gpu for configuring GPU.
|
|
20005
|
+
*/
|
|
20006
|
+
accelerator: string;
|
|
20007
|
+
}
|
|
19853
20008
|
interface GetJobTemplateTemplateVolume {
|
|
19854
20009
|
/**
|
|
19855
20010
|
* For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
|
@@ -21271,6 +21426,11 @@ export declare namespace cloudrunv2 {
|
|
|
21271
21426
|
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3. Minimum value is 0.
|
|
21272
21427
|
*/
|
|
21273
21428
|
maxRetries?: number;
|
|
21429
|
+
/**
|
|
21430
|
+
* Node Selector describes the hardware requirements of the resources.
|
|
21431
|
+
* Structure is documented below.
|
|
21432
|
+
*/
|
|
21433
|
+
nodeSelector?: outputs.cloudrunv2.JobTemplateTemplateNodeSelector;
|
|
21274
21434
|
/**
|
|
21275
21435
|
* Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
|
|
21276
21436
|
*/
|
|
@@ -21389,7 +21549,7 @@ export declare namespace cloudrunv2 {
|
|
|
21389
21549
|
}
|
|
21390
21550
|
interface JobTemplateTemplateContainerResources {
|
|
21391
21551
|
/**
|
|
21392
|
-
* Only memory and
|
|
21552
|
+
* Only memory, CPU, and nvidia.com/gpu are supported. Use key `cpu` for CPU limit, `memory` for memory limit, `nvidia.com/gpu` for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
|
21393
21553
|
*/
|
|
21394
21554
|
limits: {
|
|
21395
21555
|
[key: string]: string;
|
|
@@ -21490,6 +21650,14 @@ export declare namespace cloudrunv2 {
|
|
|
21490
21650
|
*/
|
|
21491
21651
|
name: string;
|
|
21492
21652
|
}
|
|
21653
|
+
interface JobTemplateTemplateNodeSelector {
|
|
21654
|
+
/**
|
|
21655
|
+
* The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/jobs/gpu for configuring GPU.
|
|
21656
|
+
*
|
|
21657
|
+
* - - -
|
|
21658
|
+
*/
|
|
21659
|
+
accelerator: string;
|
|
21660
|
+
}
|
|
21493
21661
|
interface JobTemplateTemplateVolume {
|
|
21494
21662
|
/**
|
|
21495
21663
|
* For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
|
@@ -21628,8 +21796,6 @@ export declare namespace cloudrunv2 {
|
|
|
21628
21796
|
subnetwork: string;
|
|
21629
21797
|
/**
|
|
21630
21798
|
* Network tags applied to this Cloud Run job.
|
|
21631
|
-
*
|
|
21632
|
-
* - - -
|
|
21633
21799
|
*/
|
|
21634
21800
|
tags?: string[];
|
|
21635
21801
|
}
|
|
@@ -25869,11 +26035,16 @@ export declare namespace compute {
|
|
|
25869
26035
|
*/
|
|
25870
26036
|
srcRegionCodes?: string[];
|
|
25871
26037
|
/**
|
|
25872
|
-
*
|
|
26038
|
+
* List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
|
|
26039
|
+
* Structure is documented below.
|
|
25873
26040
|
*
|
|
25874
26041
|
*
|
|
25875
26042
|
* <a name="nestedMatchLayer4Configs"></a>The `layer4Configs` block supports:
|
|
25876
26043
|
*/
|
|
26044
|
+
srcSecureTags?: outputs.compute.FirewallPolicyRuleMatchSrcSecureTag[];
|
|
26045
|
+
/**
|
|
26046
|
+
* Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
|
26047
|
+
*/
|
|
25877
26048
|
srcThreatIntelligences?: string[];
|
|
25878
26049
|
}
|
|
25879
26050
|
interface FirewallPolicyRuleMatchLayer4Config {
|
|
@@ -25888,6 +26059,30 @@ export declare namespace compute {
|
|
|
25888
26059
|
*/
|
|
25889
26060
|
ports?: string[];
|
|
25890
26061
|
}
|
|
26062
|
+
interface FirewallPolicyRuleMatchSrcSecureTag {
|
|
26063
|
+
/**
|
|
26064
|
+
* Name of the secure tag, created with TagManager's TagValue API.
|
|
26065
|
+
*/
|
|
26066
|
+
name?: string;
|
|
26067
|
+
/**
|
|
26068
|
+
* (Output)
|
|
26069
|
+
* State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
|
26070
|
+
*
|
|
26071
|
+
* - - -
|
|
26072
|
+
*/
|
|
26073
|
+
state: string;
|
|
26074
|
+
}
|
|
26075
|
+
interface FirewallPolicyRuleTargetSecureTag {
|
|
26076
|
+
/**
|
|
26077
|
+
* Name of the secure tag, created with TagManager's TagValue API.
|
|
26078
|
+
*/
|
|
26079
|
+
name?: string;
|
|
26080
|
+
/**
|
|
26081
|
+
* (Output)
|
|
26082
|
+
* State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
|
26083
|
+
*/
|
|
26084
|
+
state: string;
|
|
26085
|
+
}
|
|
25891
26086
|
interface FirewallPolicyWithRulesPredefinedRule {
|
|
25892
26087
|
/**
|
|
25893
26088
|
* (Output)
|
|
@@ -28637,6 +28832,12 @@ export declare namespace compute {
|
|
|
28637
28832
|
[key: string]: string;
|
|
28638
28833
|
};
|
|
28639
28834
|
}
|
|
28835
|
+
interface GetInstanceGroupManagerResourcePolicy {
|
|
28836
|
+
/**
|
|
28837
|
+
* The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL.
|
|
28838
|
+
*/
|
|
28839
|
+
workloadPolicy: string;
|
|
28840
|
+
}
|
|
28640
28841
|
interface GetInstanceGroupManagerStandbyPolicy {
|
|
28641
28842
|
/**
|
|
28642
28843
|
* Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
|
|
@@ -34803,11 +35004,19 @@ export declare namespace compute {
|
|
|
34803
35004
|
interface InstanceGroupManagerParams {
|
|
34804
35005
|
/**
|
|
34805
35006
|
* Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
|
35007
|
+
*
|
|
35008
|
+
* - - -
|
|
34806
35009
|
*/
|
|
34807
35010
|
resourceManagerTags?: {
|
|
34808
35011
|
[key: string]: string;
|
|
34809
35012
|
};
|
|
34810
35013
|
}
|
|
35014
|
+
interface InstanceGroupManagerResourcePolicies {
|
|
35015
|
+
/**
|
|
35016
|
+
* The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL.
|
|
35017
|
+
*/
|
|
35018
|
+
workloadPolicy?: string;
|
|
35019
|
+
}
|
|
34811
35020
|
interface InstanceGroupManagerStandbyPolicy {
|
|
34812
35021
|
/**
|
|
34813
35022
|
* Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
|
|
@@ -37206,6 +37415,16 @@ export declare namespace compute {
|
|
|
37206
37415
|
*/
|
|
37207
37416
|
state: string;
|
|
37208
37417
|
}
|
|
37418
|
+
interface NetworkParams {
|
|
37419
|
+
/**
|
|
37420
|
+
* Resource manager tags to be bound to the network. Tag keys and values have the
|
|
37421
|
+
* same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
|
37422
|
+
* and values are in the format tagValues/456.
|
|
37423
|
+
*/
|
|
37424
|
+
resourceManagerTags?: {
|
|
37425
|
+
[key: string]: string;
|
|
37426
|
+
};
|
|
37427
|
+
}
|
|
37209
37428
|
interface NodeGroupAutoscalingPolicy {
|
|
37210
37429
|
/**
|
|
37211
37430
|
* Maximum size of the node group. Set to a value less than or equal
|
|
@@ -47418,6 +47637,110 @@ export declare namespace compute {
|
|
|
47418
47637
|
*/
|
|
47419
47638
|
pfs?: string[];
|
|
47420
47639
|
}
|
|
47640
|
+
interface WireGroupEndpoint {
|
|
47641
|
+
/**
|
|
47642
|
+
* The identifier for this object. Format specified above.
|
|
47643
|
+
*/
|
|
47644
|
+
endpoint: string;
|
|
47645
|
+
/**
|
|
47646
|
+
* Structure is documented below.
|
|
47647
|
+
*/
|
|
47648
|
+
interconnects?: outputs.compute.WireGroupEndpointInterconnect[];
|
|
47649
|
+
}
|
|
47650
|
+
interface WireGroupEndpointInterconnect {
|
|
47651
|
+
/**
|
|
47652
|
+
* (Optional)
|
|
47653
|
+
*/
|
|
47654
|
+
interconnect?: string;
|
|
47655
|
+
/**
|
|
47656
|
+
* The identifier for this object. Format specified above.
|
|
47657
|
+
*/
|
|
47658
|
+
interconnectName: string;
|
|
47659
|
+
/**
|
|
47660
|
+
* VLAN tags for the interconnect.
|
|
47661
|
+
*/
|
|
47662
|
+
vlanTags?: number[];
|
|
47663
|
+
}
|
|
47664
|
+
interface WireGroupTopology {
|
|
47665
|
+
/**
|
|
47666
|
+
* Endpoints grouped by location, each mapping to interconnect configurations.
|
|
47667
|
+
* Structure is documented below.
|
|
47668
|
+
*/
|
|
47669
|
+
endpoints: outputs.compute.WireGroupTopologyEndpoint[];
|
|
47670
|
+
}
|
|
47671
|
+
interface WireGroupTopologyEndpoint {
|
|
47672
|
+
/**
|
|
47673
|
+
* (Output)
|
|
47674
|
+
*/
|
|
47675
|
+
city: string;
|
|
47676
|
+
/**
|
|
47677
|
+
* (Output)
|
|
47678
|
+
*/
|
|
47679
|
+
label: string;
|
|
47680
|
+
}
|
|
47681
|
+
interface WireGroupWire {
|
|
47682
|
+
/**
|
|
47683
|
+
* Indicates whether the wire group is administratively enabled.
|
|
47684
|
+
*/
|
|
47685
|
+
adminEnabled: boolean;
|
|
47686
|
+
/**
|
|
47687
|
+
* Endpoints grouped by location, each mapping to interconnect configurations.
|
|
47688
|
+
* Structure is documented below.
|
|
47689
|
+
*/
|
|
47690
|
+
endpoints: outputs.compute.WireGroupWireEndpoint[];
|
|
47691
|
+
/**
|
|
47692
|
+
* (Output)
|
|
47693
|
+
*/
|
|
47694
|
+
label: string;
|
|
47695
|
+
/**
|
|
47696
|
+
* Default properties for wires within the group.
|
|
47697
|
+
* Structure is documented below.
|
|
47698
|
+
*/
|
|
47699
|
+
wireProperties: outputs.compute.WireGroupWireWireProperty[];
|
|
47700
|
+
}
|
|
47701
|
+
interface WireGroupWireEndpoint {
|
|
47702
|
+
/**
|
|
47703
|
+
* (Output)
|
|
47704
|
+
*/
|
|
47705
|
+
interconnect: string;
|
|
47706
|
+
/**
|
|
47707
|
+
* (Output)
|
|
47708
|
+
*/
|
|
47709
|
+
vlanTag: number;
|
|
47710
|
+
}
|
|
47711
|
+
interface WireGroupWireGroupProperties {
|
|
47712
|
+
/**
|
|
47713
|
+
* Type of wire group (enum).
|
|
47714
|
+
* WIRE: a single pseudowire over two Interconnect connections with no redundancy.
|
|
47715
|
+
* REDUNDANT: two pseudowires over four Interconnect connections, with two connections in one metro and two connections in another metro.
|
|
47716
|
+
* BOX_AND_CROSS: four pseudowires over four Interconnect connections, with two connections in one metro and two connections in another metro.
|
|
47717
|
+
*/
|
|
47718
|
+
type?: string;
|
|
47719
|
+
}
|
|
47720
|
+
interface WireGroupWireProperties {
|
|
47721
|
+
/**
|
|
47722
|
+
* The unmetered bandwidth setting.
|
|
47723
|
+
*/
|
|
47724
|
+
bandwidthUnmetered?: number;
|
|
47725
|
+
/**
|
|
47726
|
+
* Response when a fault is detected in a pseudowire:
|
|
47727
|
+
* NONE: default.
|
|
47728
|
+
* DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
|
|
47729
|
+
*/
|
|
47730
|
+
faultResponse?: string;
|
|
47731
|
+
}
|
|
47732
|
+
interface WireGroupWireWireProperty {
|
|
47733
|
+
/**
|
|
47734
|
+
* The unmetered bandwidth setting.
|
|
47735
|
+
*/
|
|
47736
|
+
bandwidthUnmetered: number;
|
|
47737
|
+
/**
|
|
47738
|
+
* Response when a fault is detected in a pseudowire:
|
|
47739
|
+
* NONE: default.
|
|
47740
|
+
* DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
|
|
47741
|
+
*/
|
|
47742
|
+
faultResponse: string;
|
|
47743
|
+
}
|
|
47421
47744
|
}
|
|
47422
47745
|
export declare namespace config {
|
|
47423
47746
|
interface Batching {
|
|
@@ -48639,6 +48962,11 @@ export declare namespace container {
|
|
|
48639
48962
|
type: string;
|
|
48640
48963
|
}
|
|
48641
48964
|
interface ClusterConfidentialNodes {
|
|
48965
|
+
/**
|
|
48966
|
+
* Defines the type of technology used
|
|
48967
|
+
* by the confidential node.
|
|
48968
|
+
*/
|
|
48969
|
+
confidentialInstanceType?: string;
|
|
48642
48970
|
/**
|
|
48643
48971
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
48644
48972
|
* enforce encryption of data in-use.
|
|
@@ -48759,6 +49087,14 @@ export declare namespace container {
|
|
|
48759
49087
|
*/
|
|
48760
49088
|
channel: string;
|
|
48761
49089
|
}
|
|
49090
|
+
interface ClusterGkeAutoUpgradeConfig {
|
|
49091
|
+
/**
|
|
49092
|
+
* The selected patch mode.
|
|
49093
|
+
* Accepted values are:
|
|
49094
|
+
* * ACCELERATED: Upgrades to the latest available patch version in a given minor and release channel.
|
|
49095
|
+
*/
|
|
49096
|
+
patchMode: string;
|
|
49097
|
+
}
|
|
48762
49098
|
interface ClusterIdentityServiceConfig {
|
|
48763
49099
|
/**
|
|
48764
49100
|
* Whether to enable the Identity Service component. It is disabled by default. Set `enabled=true` to enable.
|
|
@@ -49321,6 +49657,11 @@ export declare namespace container {
|
|
|
49321
49657
|
threadsPerCore: number;
|
|
49322
49658
|
}
|
|
49323
49659
|
interface ClusterNodeConfigConfidentialNodes {
|
|
49660
|
+
/**
|
|
49661
|
+
* Defines the type of technology used
|
|
49662
|
+
* by the confidential node.
|
|
49663
|
+
*/
|
|
49664
|
+
confidentialInstanceType?: string;
|
|
49324
49665
|
/**
|
|
49325
49666
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
49326
49667
|
* enforce encryption of data in-use.
|
|
@@ -50231,6 +50572,11 @@ export declare namespace container {
|
|
|
50231
50572
|
threadsPerCore: number;
|
|
50232
50573
|
}
|
|
50233
50574
|
interface ClusterNodePoolNodeConfigConfidentialNodes {
|
|
50575
|
+
/**
|
|
50576
|
+
* Defines the type of technology used
|
|
50577
|
+
* by the confidential node.
|
|
50578
|
+
*/
|
|
50579
|
+
confidentialInstanceType?: string;
|
|
50234
50580
|
/**
|
|
50235
50581
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
50236
50582
|
* enforce encryption of data in-use.
|
|
@@ -51192,6 +51538,10 @@ export declare namespace container {
|
|
|
51192
51538
|
type: string;
|
|
51193
51539
|
}
|
|
51194
51540
|
interface GetClusterConfidentialNode {
|
|
51541
|
+
/**
|
|
51542
|
+
* Defines the type of technology used by the confidential node.
|
|
51543
|
+
*/
|
|
51544
|
+
confidentialInstanceType: string;
|
|
51195
51545
|
/**
|
|
51196
51546
|
* Whether Confidential Nodes feature is enabled for all nodes in this cluster.
|
|
51197
51547
|
*/
|
|
@@ -51308,6 +51658,13 @@ export declare namespace container {
|
|
|
51308
51658
|
*/
|
|
51309
51659
|
channel: string;
|
|
51310
51660
|
}
|
|
51661
|
+
interface GetClusterGkeAutoUpgradeConfig {
|
|
51662
|
+
/**
|
|
51663
|
+
* The selected auto-upgrade patch type. Accepted values are:
|
|
51664
|
+
* * ACCELERATED: Upgrades to the latest available patch version in a given minor and release channel.
|
|
51665
|
+
*/
|
|
51666
|
+
patchMode: string;
|
|
51667
|
+
}
|
|
51311
51668
|
interface GetClusterIdentityServiceConfig {
|
|
51312
51669
|
/**
|
|
51313
51670
|
* Whether to enable the Identity Service component.
|
|
@@ -51712,6 +52069,10 @@ export declare namespace container {
|
|
|
51712
52069
|
threadsPerCore: number;
|
|
51713
52070
|
}
|
|
51714
52071
|
interface GetClusterNodeConfigConfidentialNode {
|
|
52072
|
+
/**
|
|
52073
|
+
* Defines the type of technology used by the confidential node.
|
|
52074
|
+
*/
|
|
52075
|
+
confidentialInstanceType: string;
|
|
51715
52076
|
/**
|
|
51716
52077
|
* Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
|
51717
52078
|
*/
|
|
@@ -52476,6 +52837,10 @@ export declare namespace container {
|
|
|
52476
52837
|
threadsPerCore: number;
|
|
52477
52838
|
}
|
|
52478
52839
|
interface GetClusterNodePoolNodeConfigConfidentialNode {
|
|
52840
|
+
/**
|
|
52841
|
+
* Defines the type of technology used by the confidential node.
|
|
52842
|
+
*/
|
|
52843
|
+
confidentialInstanceType: string;
|
|
52479
52844
|
/**
|
|
52480
52845
|
* Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
|
52481
52846
|
*/
|
|
@@ -53295,10 +53660,7 @@ export declare namespace container {
|
|
|
53295
53660
|
*/
|
|
53296
53661
|
preemptible?: boolean;
|
|
53297
53662
|
/**
|
|
53298
|
-
* The
|
|
53299
|
-
* Structure is documented below.
|
|
53300
|
-
*
|
|
53301
|
-
* <a name="nestedAutoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
|
53663
|
+
* The reservation affinity configuration for the node pool.
|
|
53302
53664
|
*/
|
|
53303
53665
|
reservationAffinity?: outputs.container.NodePoolNodeConfigReservationAffinity;
|
|
53304
53666
|
/**
|
|
@@ -53373,6 +53735,10 @@ export declare namespace container {
|
|
|
53373
53735
|
threadsPerCore: number;
|
|
53374
53736
|
}
|
|
53375
53737
|
interface NodePoolNodeConfigConfidentialNodes {
|
|
53738
|
+
/**
|
|
53739
|
+
* Defines the type of technology used by the confidential node.
|
|
53740
|
+
*/
|
|
53741
|
+
confidentialInstanceType?: string;
|
|
53376
53742
|
/**
|
|
53377
53743
|
* Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
|
53378
53744
|
*/
|
|
@@ -68207,6 +68573,89 @@ export declare namespace diagflow {
|
|
|
68207
68573
|
*/
|
|
68208
68574
|
value?: string;
|
|
68209
68575
|
}
|
|
68576
|
+
interface CxGenerativeSettingsFallbackSettings {
|
|
68577
|
+
/**
|
|
68578
|
+
* Stored prompts that can be selected, for example default templates like "conservative" or "chatty", or user defined ones.
|
|
68579
|
+
* Structure is documented below.
|
|
68580
|
+
*/
|
|
68581
|
+
promptTemplates?: outputs.diagflow.CxGenerativeSettingsFallbackSettingsPromptTemplate[];
|
|
68582
|
+
/**
|
|
68583
|
+
* Display name of the selected prompt.
|
|
68584
|
+
*/
|
|
68585
|
+
selectedPrompt?: string;
|
|
68586
|
+
}
|
|
68587
|
+
interface CxGenerativeSettingsFallbackSettingsPromptTemplate {
|
|
68588
|
+
/**
|
|
68589
|
+
* Prompt name.
|
|
68590
|
+
*/
|
|
68591
|
+
displayName?: string;
|
|
68592
|
+
/**
|
|
68593
|
+
* If the flag is true, the prompt is frozen and cannot be modified by users.
|
|
68594
|
+
*/
|
|
68595
|
+
frozen?: boolean;
|
|
68596
|
+
/**
|
|
68597
|
+
* Prompt text that is sent to a LLM on no-match default, placeholders are filled downstream. For example: "Here is a conversation $conversation, a response is: "
|
|
68598
|
+
*/
|
|
68599
|
+
promptText?: string;
|
|
68600
|
+
}
|
|
68601
|
+
interface CxGenerativeSettingsGenerativeSafetySettings {
|
|
68602
|
+
/**
|
|
68603
|
+
* Banned phrases for generated text.
|
|
68604
|
+
* Structure is documented below.
|
|
68605
|
+
*/
|
|
68606
|
+
bannedPhrases?: outputs.diagflow.CxGenerativeSettingsGenerativeSafetySettingsBannedPhrase[];
|
|
68607
|
+
/**
|
|
68608
|
+
* Optional. Default phrase match strategy for banned phrases.
|
|
68609
|
+
* See [PhraseMatchStrategy](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/GenerativeSettings#phrasematchstrategy) for valid values.
|
|
68610
|
+
*/
|
|
68611
|
+
defaultBannedPhraseMatchStrategy?: string;
|
|
68612
|
+
}
|
|
68613
|
+
interface CxGenerativeSettingsGenerativeSafetySettingsBannedPhrase {
|
|
68614
|
+
/**
|
|
68615
|
+
* Language code of the phrase.
|
|
68616
|
+
*/
|
|
68617
|
+
languageCode: string;
|
|
68618
|
+
/**
|
|
68619
|
+
* Text input which can be used for prompt or banned phrases.
|
|
68620
|
+
*/
|
|
68621
|
+
text: string;
|
|
68622
|
+
}
|
|
68623
|
+
interface CxGenerativeSettingsKnowledgeConnectorSettings {
|
|
68624
|
+
/**
|
|
68625
|
+
* Name of the virtual agent. Used for LLM prompt. Can be left empty.
|
|
68626
|
+
*/
|
|
68627
|
+
agent?: string;
|
|
68628
|
+
/**
|
|
68629
|
+
* Identity of the agent, e.g. "virtual agent", "AI assistant".
|
|
68630
|
+
*/
|
|
68631
|
+
agentIdentity?: string;
|
|
68632
|
+
/**
|
|
68633
|
+
* Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
|
|
68634
|
+
*/
|
|
68635
|
+
agentScope?: string;
|
|
68636
|
+
/**
|
|
68637
|
+
* Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
|
|
68638
|
+
*/
|
|
68639
|
+
business?: string;
|
|
68640
|
+
/**
|
|
68641
|
+
* Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".``
|
|
68642
|
+
*/
|
|
68643
|
+
businessDescription?: string;
|
|
68644
|
+
/**
|
|
68645
|
+
* Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer). Per default the feature is enabled.
|
|
68646
|
+
*/
|
|
68647
|
+
disableDataStoreFallback?: boolean;
|
|
68648
|
+
}
|
|
68649
|
+
interface CxGenerativeSettingsLlmModelSettings {
|
|
68650
|
+
/**
|
|
68651
|
+
* The selected LLM model.
|
|
68652
|
+
*/
|
|
68653
|
+
model?: string;
|
|
68654
|
+
/**
|
|
68655
|
+
* The custom prompt to use.
|
|
68656
|
+
*/
|
|
68657
|
+
promptText?: string;
|
|
68658
|
+
}
|
|
68210
68659
|
interface CxIntentParameter {
|
|
68211
68660
|
/**
|
|
68212
68661
|
* The entity type of the parameter.
|
|
@@ -79511,6 +79960,13 @@ export declare namespace iam {
|
|
|
79511
79960
|
*/
|
|
79512
79961
|
pemCertificate: string;
|
|
79513
79962
|
}
|
|
79963
|
+
interface WorkloadIdentityPoolManagedIdentityAttestationRule {
|
|
79964
|
+
/**
|
|
79965
|
+
* A single workload operating on Google Cloud. For example:
|
|
79966
|
+
* `//compute.googleapis.com/projects/123/uid/zones/us-central1-a/instances/12345678`.
|
|
79967
|
+
*/
|
|
79968
|
+
googleCloudResource: string;
|
|
79969
|
+
}
|
|
79514
79970
|
interface WorkloadIdentityPoolNamespaceOwnerService {
|
|
79515
79971
|
/**
|
|
79516
79972
|
* (Output)
|
|
@@ -101349,6 +101805,7 @@ export declare namespace secretmanager {
|
|
|
101349
101805
|
* Structure is documented below.
|
|
101350
101806
|
*/
|
|
101351
101807
|
customerManagedEncryptions: outputs.secretmanager.GetRegionalSecretsSecretCustomerManagedEncryption[];
|
|
101808
|
+
deletionProtection: boolean;
|
|
101352
101809
|
effectiveAnnotations: {
|
|
101353
101810
|
[key: string]: string;
|
|
101354
101811
|
};
|
|
@@ -103270,6 +103727,11 @@ export declare namespace spanner {
|
|
|
103270
103727
|
* Format: 'projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}'
|
|
103271
103728
|
*/
|
|
103272
103729
|
kmsKeyName?: string;
|
|
103730
|
+
/**
|
|
103731
|
+
* Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist
|
|
103732
|
+
* in the same locations as the Spanner Database.
|
|
103733
|
+
*/
|
|
103734
|
+
kmsKeyNames?: string[];
|
|
103273
103735
|
}
|
|
103274
103736
|
interface BackupScheduleFullBackupSpec {
|
|
103275
103737
|
}
|
|
@@ -105526,7 +105988,15 @@ export declare namespace storage {
|
|
|
105526
105988
|
}
|
|
105527
105989
|
interface BucketIpFilter {
|
|
105528
105990
|
/**
|
|
105529
|
-
*
|
|
105991
|
+
* While set `true`, allows all service agents to access the bucket regardless of the IP filter configuration.
|
|
105992
|
+
*/
|
|
105993
|
+
allowAllServiceAgentAccess?: boolean;
|
|
105994
|
+
/**
|
|
105995
|
+
* While set `true`, allows cross-org VPCs in the bucket's IP filter configuration.
|
|
105996
|
+
*/
|
|
105997
|
+
allowCrossOrgVpcs?: boolean;
|
|
105998
|
+
/**
|
|
105999
|
+
* The state of the IP filter configuration. Valid values are `Enabled` and `Disabled`. When set to `Enabled`, IP filtering rules are applied to a bucket and all incoming requests to the bucket are evaluated against these rules. When set to `Disabled`, IP filtering rules are not applied to a bucket. **Note**: `allowAllServiceAgentAccess` must be supplied when `mode` is set to `Enabled`, it can be ommited for other values.
|
|
105530
106000
|
*/
|
|
105531
106001
|
mode: string;
|
|
105532
106002
|
/**
|
|
@@ -105961,6 +106431,14 @@ export declare namespace storage {
|
|
|
105961
106431
|
enabled: boolean;
|
|
105962
106432
|
}
|
|
105963
106433
|
interface GetBucketIpFilter {
|
|
106434
|
+
/**
|
|
106435
|
+
* Whether to allow all service agents to access the bucket regardless of the IP filter configuration.
|
|
106436
|
+
*/
|
|
106437
|
+
allowAllServiceAgentAccess: boolean;
|
|
106438
|
+
/**
|
|
106439
|
+
* Whether to allow cross-org VPCs in the bucket's IP filter configuration.
|
|
106440
|
+
*/
|
|
106441
|
+
allowCrossOrgVpcs: boolean;
|
|
105964
106442
|
/**
|
|
105965
106443
|
* The mode of the IP filter. Valid values are 'Enabled' and 'Disabled'.
|
|
105966
106444
|
*/
|