You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### integrations:v1
The following keys were deleted:
- schemas.GoogleCloudIntegrationsV1alphaImportTemplateRequest.properties.configParameters (Total Keys: 2)
The following keys were added:
- schemas.GoogleCloudIntegrationsV1alphaImportTemplateRequest.properties.integrationRegion.type (Total Keys: 1)
- schemas.GoogleCloudIntegrationsV1alphaImportTemplateRequest.properties.subIntegrations (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/integrations_v1.projects.locations.templates.html
+7-70Lines changed: 7 additions & 70 deletions
Original file line number
Diff line number
Diff line change
@@ -6546,77 +6546,14 @@ <h3>Method Details</h3>
6546
6546
The object takes the form of:
6547
6547
6548
6548
{ # Request to Import template
6549
-
"configParameters": [ # Optional. Config parameters which would be used to configure template bundles.
6550
-
{ # Integration Config Parameter is defined in the integration config and are used to provide external configuration for integration. It provide information about data types of the expected parameters and provide any default values or value. They can also be used to add custom attributes.
6551
-
"parameter": { # Integration Parameter is defined in the integration config and are used to provide information about data types of the expected parameters and provide any default values if needed. They can also be used to add custom attributes. These are static in nature and should not be used for dynamic event definition. # Optional. Integration Parameter to provide the default value, data type and attributes required for the Integration config variables.
6552
-
"containsLargeData": True or False, # Indicates whether this variable contains large data and need to be uploaded to Cloud Storage.
6553
-
"dataType": "A String", # Type of the parameter.
6554
-
"defaultValue": { # The type of the parameter. # Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
6555
-
"booleanArray": { # This message only contains a field of boolean array. # Boolean Array.
6556
-
"booleanValues": [ # Boolean array.
6557
-
True or False,
6558
-
],
6559
-
},
6560
-
"booleanValue": True or False, # Boolean.
6561
-
"doubleArray": { # This message only contains a field of double number array. # Double Number Array.
6562
-
"doubleValues": [ # Double number array.
6563
-
3.14,
6564
-
],
6565
-
},
6566
-
"doubleValue": 3.14, # Double Number.
6567
-
"intArray": { # This message only contains a field of integer array. # Integer Array.
"displayName": "A String", # The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
6582
-
"inputOutputType": "A String", # Specifies the input/output type for the parameter.
6583
-
"isTransient": True or False, # Whether this parameter is a transient parameter.
6584
-
"jsonSchema": "A String", # This schema will be used to validate runtime JSON-typed values of this parameter.
6585
-
"key": "A String", # Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
6586
-
"masked": True or False, # True if this parameter should be masked in the logs
6587
-
"producer": "A String", # The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
6588
-
"searchable": True or False, # Searchable in the execution log or not.
6589
-
},
6590
-
"value": { # The type of the parameter. # Values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
6591
-
"booleanArray": { # This message only contains a field of boolean array. # Boolean Array.
6592
-
"booleanValues": [ # Boolean array.
6593
-
True or False,
6594
-
],
6595
-
},
6596
-
"booleanValue": True or False, # Boolean.
6597
-
"doubleArray": { # This message only contains a field of double number array. # Double Number Array.
6598
-
"doubleValues": [ # Double number array.
6599
-
3.14,
6600
-
],
6601
-
},
6602
-
"doubleValue": 3.14, # Double Number.
6603
-
"intArray": { # This message only contains a field of integer array. # Integer Array.
0 commit comments