1. Packages
  2. Google Cloud Native
  3. API Docs
  4. integrations
  5. integrations/v1alpha
  6. getTestCase

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-native logo

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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:integrations/v1alpha:getTestCase
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationId string
    Location string
    TestCaseId string
    VersionId string
    Project string
    IntegrationId string
    Location string
    TestCaseId string
    VersionId string
    Project string
    integrationId String
    location String
    testCaseId String
    versionId String
    project String
    integrationId string
    location string
    testCaseId string
    versionId string
    project string
    integrationId String
    location String
    testCaseId String
    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.
    DatabasePersistencePolicy string
    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.
    LastModifierEmail string
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    LockHolderEmail string
    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.
    TestInputParameters List<Pulumi.GoogleNative.Integrations.V1Alpha.Outputs.GoogleCloudIntegrationsV1alphaIntegrationParameterResponse>
    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.
    TestTaskConfigs List<Pulumi.GoogleNative.Integrations.V1Alpha.Outputs.GoogleCloudIntegrationsV1alphaTestTaskConfigResponse>
    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.
    DatabasePersistencePolicy string
    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.
    LastModifierEmail string
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    LockHolderEmail string
    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.
    TestInputParameters []GoogleCloudIntegrationsV1alphaIntegrationParameterResponse
    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.
    TestTaskConfigs []GoogleCloudIntegrationsV1alphaTestTaskConfigResponse
    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.
    databasePersistencePolicy String
    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.
    lastModifierEmail String
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    lockHolderEmail String
    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.
    testInputParameters List<GoogleCloudIntegrationsV1alphaIntegrationParameterResponse>
    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.
    testTaskConfigs List<GoogleCloudIntegrationsV1alphaTestTaskConfigResponse>
    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.
    databasePersistencePolicy string
    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.
    lastModifierEmail string
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    lockHolderEmail string
    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.
    testInputParameters GoogleCloudIntegrationsV1alphaIntegrationParameterResponse[]
    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.
    testTaskConfigs GoogleCloudIntegrationsV1alphaTestTaskConfigResponse[]
    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_policy str
    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_email str
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    lock_holder_email str
    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_parameters Sequence[GoogleCloudIntegrationsV1alphaIntegrationParameterResponse]
    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_configs Sequence[GoogleCloudIntegrationsV1alphaTestTaskConfigResponse]
    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.
    databasePersistencePolicy String
    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.
    lastModifierEmail String
    The last modifer's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
    lockHolderEmail String
    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.
    testInputParameters List<Property Map>
    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.
    testTaskConfigs List<Property Map>
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaEventParameterResponse
    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 GoogleCloudIntegrationsV1alphaEventParameterResponse
    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 GoogleCloudIntegrationsV1alphaEventParameterResponse
    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 GoogleCloudIntegrationsV1alphaEventParameterResponse
    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 GoogleCloudIntegrationsV1alphaEventParameterResponse
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaValueTypeResponse
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaValueTypeResponse
    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".
    InputOutputType string
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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".
    InputOutputType string
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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".
    inputOutputType String
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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".
    inputOutputType string
    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 GoogleCloudIntegrationsV1alphaValueTypeResponse
    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_type str
    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".
    inputOutputType String
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaEventParameterResponse>
    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 []GoogleCloudIntegrationsV1alphaEventParameterResponse
    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<GoogleCloudIntegrationsV1alphaEventParameterResponse>
    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 GoogleCloudIntegrationsV1alphaEventParameterResponse[]
    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[GoogleCloudIntegrationsV1alphaEventParameterResponse]
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaAssertionResponse>
    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.GoogleNative.Integrations.V1Alpha.Inputs.GoogleCloudIntegrationsV1alphaMockConfigResponse
    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 []GoogleCloudIntegrationsV1alphaAssertionResponse
    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 GoogleCloudIntegrationsV1alphaMockConfigResponse
    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<GoogleCloudIntegrationsV1alphaAssertionResponse>
    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 GoogleCloudIntegrationsV1alphaMockConfigResponse
    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 GoogleCloudIntegrationsV1alphaAssertionResponse[]
    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 GoogleCloudIntegrationsV1alphaMockConfigResponse
    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[GoogleCloudIntegrationsV1alphaAssertionResponse]
    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 GoogleCloudIntegrationsV1alphaMockConfigResponse
    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 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-native logo

    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