Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.integrations/v1alpha.getTestCase
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Get a test case
Using getTestCase
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTestCase(args: GetTestCaseArgs, opts?: InvokeOptions): Promise<GetTestCaseResult>
function getTestCaseOutput(args: GetTestCaseOutputArgs, opts?: InvokeOptions): Output<GetTestCaseResult>def get_test_case(integration_id: Optional[str] = None,
                  location: Optional[str] = None,
                  project: Optional[str] = None,
                  test_case_id: Optional[str] = None,
                  version_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetTestCaseResult
def get_test_case_output(integration_id: Optional[pulumi.Input[str]] = None,
                  location: Optional[pulumi.Input[str]] = None,
                  project: Optional[pulumi.Input[str]] = None,
                  test_case_id: Optional[pulumi.Input[str]] = None,
                  version_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetTestCaseResult]func LookupTestCase(ctx *Context, args *LookupTestCaseArgs, opts ...InvokeOption) (*LookupTestCaseResult, error)
func LookupTestCaseOutput(ctx *Context, args *LookupTestCaseOutputArgs, opts ...InvokeOption) LookupTestCaseResultOutput> Note: This function is named LookupTestCase in the Go SDK.
public static class GetTestCase 
{
    public static Task<GetTestCaseResult> InvokeAsync(GetTestCaseArgs args, InvokeOptions? opts = null)
    public static Output<GetTestCaseResult> Invoke(GetTestCaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
public static Output<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:integrations/v1alpha:getTestCase
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IntegrationId string
- Location string
- TestCase stringId 
- VersionId string
- Project string
- IntegrationId string
- Location string
- TestCase stringId 
- VersionId string
- Project string
- integrationId String
- location String
- testCase StringId 
- versionId String
- project String
- integrationId string
- location string
- testCase stringId 
- versionId string
- project string
- integration_id str
- location str
- test_case_ strid 
- version_id str
- project str
- integrationId String
- location String
- testCase StringId 
- versionId String
- project String
getTestCase Result
The following output properties are available:
- CreateTime string
- Auto-generated.
- CreatorEmail string
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- DatabasePersistence stringPolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- Description string
- Optional. Description of the test case.
- DisplayName string
- The display name of test case.
- LastModifier stringEmail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- LockHolder stringEmail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- Name string
- Auto-generated primary key.
- TestInput List<Pulumi.Parameters Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Integration Parameter Response> 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- TestTask List<Pulumi.Configs Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Test Task Config Response> 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- TriggerId string
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- UpdateTime string
- Auto-generated.
- WorkflowId string
- ID of the workflow with which this test case is associated
- CreateTime string
- Auto-generated.
- CreatorEmail string
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- DatabasePersistence stringPolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- Description string
- Optional. Description of the test case.
- DisplayName string
- The display name of test case.
- LastModifier stringEmail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- LockHolder stringEmail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- Name string
- Auto-generated primary key.
- TestInput []GoogleParameters Cloud Integrations V1alpha Integration Parameter Response 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- TestTask []GoogleConfigs Cloud Integrations V1alpha Test Task Config Response 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- TriggerId string
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- UpdateTime string
- Auto-generated.
- WorkflowId string
- ID of the workflow with which this test case is associated
- createTime String
- Auto-generated.
- creatorEmail String
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- databasePersistence StringPolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- description String
- Optional. Description of the test case.
- displayName String
- The display name of test case.
- lastModifier StringEmail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder StringEmail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name String
- Auto-generated primary key.
- testInput List<GoogleParameters Cloud Integrations V1alpha Integration Parameter Response> 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- testTask List<GoogleConfigs Cloud Integrations V1alpha Test Task Config Response> 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- triggerId String
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- updateTime String
- Auto-generated.
- workflowId String
- ID of the workflow with which this test case is associated
- createTime string
- Auto-generated.
- creatorEmail string
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- databasePersistence stringPolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- description string
- Optional. Description of the test case.
- displayName string
- The display name of test case.
- lastModifier stringEmail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder stringEmail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name string
- Auto-generated primary key.
- testInput GoogleParameters Cloud Integrations V1alpha Integration Parameter Response[] 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- testTask GoogleConfigs Cloud Integrations V1alpha Test Task Config Response[] 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- triggerId string
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- updateTime string
- Auto-generated.
- workflowId string
- ID of the workflow with which this test case is associated
- create_time str
- Auto-generated.
- creator_email str
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- database_persistence_ strpolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- description str
- Optional. Description of the test case.
- display_name str
- The display name of test case.
- last_modifier_ stremail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lock_holder_ stremail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name str
- Auto-generated primary key.
- test_input_ Sequence[Googleparameters Cloud Integrations V1alpha Integration Parameter Response] 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- test_task_ Sequence[Googleconfigs Cloud Integrations V1alpha Test Task Config Response] 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- trigger_id str
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- update_time str
- Auto-generated.
- workflow_id str
- ID of the workflow with which this test case is associated
- createTime String
- Auto-generated.
- creatorEmail String
- Optional. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- databasePersistence StringPolicy 
- Optional. Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
- description String
- Optional. Description of the test case.
- displayName String
- The display name of test case.
- lastModifier StringEmail 
- The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder StringEmail 
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name String
- Auto-generated primary key.
- testInput List<Property Map>Parameters 
- Optional. Parameters that are expected to be passed to the test case when the test case is triggered. This gives the user the ability to provide default values. This should include all the output variables of the trigger as input variables.
- testTask List<Property Map>Configs 
- Optional. However, the test case doesn't mock or assert anything without test_task_configs.
- triggerId String
- This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
- updateTime String
- Auto-generated.
- workflowId String
- ID of the workflow with which this test case is associated
Supporting Types
GoogleCloudIntegrationsV1alphaAssertionResponse     
- AssertionStrategy string
- The type of assertion to perform.
- Condition string
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- Parameter
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Event Parameter Response 
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- RetryCount int
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
- AssertionStrategy string
- The type of assertion to perform.
- Condition string
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- Parameter
GoogleCloud Integrations V1alpha Event Parameter Response 
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- RetryCount int
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
- assertionStrategy String
- The type of assertion to perform.
- condition String
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- parameter
GoogleCloud Integrations V1alpha Event Parameter Response 
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- retryCount Integer
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
- assertionStrategy string
- The type of assertion to perform.
- condition string
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- parameter
GoogleCloud Integrations V1alpha Event Parameter Response 
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- retryCount number
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
- assertion_strategy str
- The type of assertion to perform.
- condition str
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- parameter
GoogleCloud Integrations V1alpha Event Parameter Response 
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- retry_count int
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
- assertionStrategy String
- The type of assertion to perform.
- condition String
- Optional. Standard filter expression for ASSERT_CONDITION to succeed
- parameter Property Map
- Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
- retryCount Number
- Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse       
- BooleanValues List<bool>
- Boolean array.
- BooleanValues []bool
- Boolean array.
- booleanValues List<Boolean>
- Boolean array.
- booleanValues boolean[]
- Boolean array.
- boolean_values Sequence[bool]
- Boolean array.
- booleanValues List<Boolean>
- Boolean array.
GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse       
- DoubleValues List<double>
- Double number array.
- DoubleValues []float64
- Double number array.
- doubleValues List<Double>
- Double number array.
- doubleValues number[]
- Double number array.
- double_values Sequence[float]
- Double number array.
- doubleValues List<Number>
- Double number array.
GoogleCloudIntegrationsV1alphaEventParameterResponse      
- Key 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.
- Value
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- Key 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.
- Value
GoogleCloud Integrations V1alpha Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key 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.
- value
GoogleCloud Integrations V1alpha Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key 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.
- value
GoogleCloud Integrations V1alpha Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key str
- 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.
- value
GoogleCloud Integrations V1alpha Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key 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.
- value Property Map
- Values for the defined keys. Each value can either be string, int, double or any proto message.
GoogleCloudIntegrationsV1alphaIntParameterArrayResponse       
- IntValues List<string>
- Integer array.
- IntValues []string
- Integer array.
- intValues List<String>
- Integer array.
- intValues string[]
- Integer array.
- int_values Sequence[str]
- Integer array.
- intValues List<String>
- Integer array.
GoogleCloudIntegrationsV1alphaIntegrationParameterResponse      
- DataType string
- Type of the parameter.
- DefaultValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- DisplayName 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".
- InputOutput stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key 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.
- Producer 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.
- Searchable bool
- Searchable in the execution log or not.
- DataType string
- Type of the parameter.
- DefaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- DisplayName 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".
- InputOutput stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key 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.
- Producer 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.
- Searchable bool
- Searchable in the execution log or not.
- dataType String
- Type of the parameter.
- defaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName 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".
- inputOutput StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key 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.
- producer 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.
- searchable Boolean
- Searchable in the execution log or not.
- dataType string
- Type of the parameter.
- defaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName 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".
- inputOutput stringType 
- Specifies the input/output type for the parameter.
- isTransient boolean
- Whether this parameter is a transient parameter.
- jsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key 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.
- producer 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.
- searchable boolean
- Searchable in the execution log or not.
- data_type str
- Type of the parameter.
- default_value GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- display_name str
- 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".
- input_output_ strtype 
- Specifies the input/output type for the parameter.
- is_transient bool
- Whether this parameter is a transient parameter.
- json_schema str
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key str
- 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.
- producer str
- 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.
- searchable bool
- Searchable in the execution log or not.
- dataType String
- Type of the parameter.
- defaultValue Property Map
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName 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".
- inputOutput StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key 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.
- producer 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.
- searchable Boolean
- Searchable in the execution log or not.
GoogleCloudIntegrationsV1alphaMockConfigResponse      
- FailedExecutions string
- Optional. Number of times the given task should fail for failure mock strategy
- MockStrategy string
- Mockstrategy defines how the particular task should be mocked during test execution
- Parameters
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Event Parameter Response> 
- Optional. List of key-value pairs for specific mock strategy
- FailedExecutions string
- Optional. Number of times the given task should fail for failure mock strategy
- MockStrategy string
- Mockstrategy defines how the particular task should be mocked during test execution
- Parameters
[]GoogleCloud Integrations V1alpha Event Parameter Response 
- Optional. List of key-value pairs for specific mock strategy
- failedExecutions String
- Optional. Number of times the given task should fail for failure mock strategy
- mockStrategy String
- Mockstrategy defines how the particular task should be mocked during test execution
- parameters
List<GoogleCloud Integrations V1alpha Event Parameter Response> 
- Optional. List of key-value pairs for specific mock strategy
- failedExecutions string
- Optional. Number of times the given task should fail for failure mock strategy
- mockStrategy string
- Mockstrategy defines how the particular task should be mocked during test execution
- parameters
GoogleCloud Integrations V1alpha Event Parameter Response[] 
- Optional. List of key-value pairs for specific mock strategy
- failed_executions str
- Optional. Number of times the given task should fail for failure mock strategy
- mock_strategy str
- Mockstrategy defines how the particular task should be mocked during test execution
- parameters
Sequence[GoogleCloud Integrations V1alpha Event Parameter Response] 
- Optional. List of key-value pairs for specific mock strategy
- failedExecutions String
- Optional. Number of times the given task should fail for failure mock strategy
- mockStrategy String
- Mockstrategy defines how the particular task should be mocked during test execution
- parameters List<Property Map>
- Optional. List of key-value pairs for specific mock strategy
GoogleCloudIntegrationsV1alphaStringParameterArrayResponse       
- StringValues List<string>
- String array.
- StringValues []string
- String array.
- stringValues List<String>
- String array.
- stringValues string[]
- String array.
- string_values Sequence[str]
- String array.
- stringValues List<String>
- String array.
GoogleCloudIntegrationsV1alphaTestTaskConfigResponse       
- Assertions
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Assertion Response> 
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- MockConfig Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Mock Config Response 
- Optional. Defines how to mock the given task during test execution
- Task string
- This defines in the test case, the task name in integration which will be mocked by this test task config
- TaskNumber string
- This defines in the test case, the task in integration which will be mocked by this test task config
- Assertions
[]GoogleCloud Integrations V1alpha Assertion Response 
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- MockConfig GoogleCloud Integrations V1alpha Mock Config Response 
- Optional. Defines how to mock the given task during test execution
- Task string
- This defines in the test case, the task name in integration which will be mocked by this test task config
- TaskNumber string
- This defines in the test case, the task in integration which will be mocked by this test task config
- assertions
List<GoogleCloud Integrations V1alpha Assertion Response> 
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- mockConfig GoogleCloud Integrations V1alpha Mock Config Response 
- Optional. Defines how to mock the given task during test execution
- task String
- This defines in the test case, the task name in integration which will be mocked by this test task config
- taskNumber String
- This defines in the test case, the task in integration which will be mocked by this test task config
- assertions
GoogleCloud Integrations V1alpha Assertion Response[] 
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- mockConfig GoogleCloud Integrations V1alpha Mock Config Response 
- Optional. Defines how to mock the given task during test execution
- task string
- This defines in the test case, the task name in integration which will be mocked by this test task config
- taskNumber string
- This defines in the test case, the task in integration which will be mocked by this test task config
- assertions
Sequence[GoogleCloud Integrations V1alpha Assertion Response] 
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- mock_config GoogleCloud Integrations V1alpha Mock Config Response 
- Optional. Defines how to mock the given task during test execution
- task str
- This defines in the test case, the task name in integration which will be mocked by this test task config
- task_number str
- This defines in the test case, the task in integration which will be mocked by this test task config
- assertions List<Property Map>
- Optional. List of conditions or expressions which should be evaluated to true unless there is a bug/problem in the integration. These are evaluated one the task execution is completed as per the mock strategy in test case
- mockConfig Property Map
- Optional. Defines how to mock the given task during test execution
- task String
- This defines in the test case, the task name in integration which will be mocked by this test task config
- taskNumber String
- This defines in the test case, the task in integration which will be mocked by this test task config
GoogleCloudIntegrationsV1alphaValueTypeResponse      
- BooleanArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- BooleanValue bool
- Boolean.
- DoubleArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- DoubleValue double
- Double Number.
- IntArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- IntValue string
- Integer.
- JsonValue string
- Json.
- StringArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha String Parameter Array Response 
- String Array.
- StringValue string
- String.
- BooleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- BooleanValue bool
- Boolean.
- DoubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- DoubleValue float64
- Double Number.
- IntArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- IntValue string
- Integer.
- JsonValue string
- Json.
- StringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- StringValue string
- String.
- booleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- booleanValue Boolean
- Boolean.
- doubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- doubleValue Double
- Double Number.
- intArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- intValue String
- Integer.
- jsonValue String
- Json.
- stringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- stringValue String
- String.
- booleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- booleanValue boolean
- Boolean.
- doubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- doubleValue number
- Double Number.
- intArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- intValue string
- Integer.
- jsonValue string
- Json.
- stringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- stringValue string
- String.
- boolean_array GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- boolean_value bool
- Boolean.
- double_array GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- double_value float
- Double Number.
- int_array GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- int_value str
- Integer.
- json_value str
- Json.
- string_array GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- string_value str
- String.
- booleanArray Property Map
- Boolean Array.
- booleanValue Boolean
- Boolean.
- doubleArray Property Map
- Double Number Array.
- doubleValue Number
- Double Number.
- intArray Property Map
- Integer Array.
- intValue String
- Integer.
- jsonValue String
- Json.
- stringArray Property Map
- String Array.
- stringValue String
- String.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi