1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datalineage
  5. datalineage/v1
  6. getRun

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.datalineage/v1.getRun

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

    Gets the details of the specified run.

    Using getRun

    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 getRun(args: GetRunArgs, opts?: InvokeOptions): Promise<GetRunResult>
    function getRunOutput(args: GetRunOutputArgs, opts?: InvokeOptions): Output<GetRunResult>
    def get_run(location: Optional[str] = None,
                process_id: Optional[str] = None,
                project: Optional[str] = None,
                run_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetRunResult
    def get_run_output(location: Optional[pulumi.Input[str]] = None,
                process_id: Optional[pulumi.Input[str]] = None,
                project: Optional[pulumi.Input[str]] = None,
                run_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetRunResult]
    func LookupRun(ctx *Context, args *LookupRunArgs, opts ...InvokeOption) (*LookupRunResult, error)
    func LookupRunOutput(ctx *Context, args *LookupRunOutputArgs, opts ...InvokeOption) LookupRunResultOutput

    > Note: This function is named LookupRun in the Go SDK.

    public static class GetRun 
    {
        public static Task<GetRunResult> InvokeAsync(GetRunArgs args, InvokeOptions? opts = null)
        public static Output<GetRunResult> Invoke(GetRunInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRunResult> getRun(GetRunArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:datalineage/v1:getRun
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    ProcessId string
    RunId string
    Project string
    Location string
    ProcessId string
    RunId string
    Project string
    location String
    processId String
    runId String
    project String
    location string
    processId string
    runId string
    project string
    location String
    processId String
    runId String
    project String

    getRun Result

    The following output properties are available:

    Attributes Dictionary<string, string>
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    DisplayName string
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    EndTime string
    Optional. The timestamp of the end of the run.
    Name string
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    StartTime string
    The timestamp of the start of the run.
    State string
    The state of the run.
    Attributes map[string]string
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    DisplayName string
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    EndTime string
    Optional. The timestamp of the end of the run.
    Name string
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    StartTime string
    The timestamp of the start of the run.
    State string
    The state of the run.
    attributes Map<String,String>
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    displayName String
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    endTime String
    Optional. The timestamp of the end of the run.
    name String
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    startTime String
    The timestamp of the start of the run.
    state String
    The state of the run.
    attributes {[key: string]: string}
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    displayName string
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    endTime string
    Optional. The timestamp of the end of the run.
    name string
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    startTime string
    The timestamp of the start of the run.
    state string
    The state of the run.
    attributes Mapping[str, str]
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    display_name str
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    end_time str
    Optional. The timestamp of the end of the run.
    name str
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    start_time str
    The timestamp of the start of the run.
    state str
    The state of the run.
    attributes Map<String>
    Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
    displayName String
    Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
    endTime String
    Optional. The timestamp of the end of the run.
    name String
    Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
    startTime String
    The timestamp of the start of the run.
    state String
    The state of the run.

    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