1. Packages
  2. Google Cloud Native
  3. API Docs
  4. toolresults
  5. toolresults/v1beta3
  6. getPerfSampleSeries

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.toolresults/v1beta3.getPerfSampleSeries

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 a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist

    Using getPerfSampleSeries

    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 getPerfSampleSeries(args: GetPerfSampleSeriesArgs, opts?: InvokeOptions): Promise<GetPerfSampleSeriesResult>
    function getPerfSampleSeriesOutput(args: GetPerfSampleSeriesOutputArgs, opts?: InvokeOptions): Output<GetPerfSampleSeriesResult>
    def get_perf_sample_series(execution_id: Optional[str] = None,
                               history_id: Optional[str] = None,
                               project: Optional[str] = None,
                               sample_series_id: Optional[str] = None,
                               step_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetPerfSampleSeriesResult
    def get_perf_sample_series_output(execution_id: Optional[pulumi.Input[str]] = None,
                               history_id: Optional[pulumi.Input[str]] = None,
                               project: Optional[pulumi.Input[str]] = None,
                               sample_series_id: Optional[pulumi.Input[str]] = None,
                               step_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetPerfSampleSeriesResult]
    func LookupPerfSampleSeries(ctx *Context, args *LookupPerfSampleSeriesArgs, opts ...InvokeOption) (*LookupPerfSampleSeriesResult, error)
    func LookupPerfSampleSeriesOutput(ctx *Context, args *LookupPerfSampleSeriesOutputArgs, opts ...InvokeOption) LookupPerfSampleSeriesResultOutput

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

    public static class GetPerfSampleSeries 
    {
        public static Task<GetPerfSampleSeriesResult> InvokeAsync(GetPerfSampleSeriesArgs args, InvokeOptions? opts = null)
        public static Output<GetPerfSampleSeriesResult> Invoke(GetPerfSampleSeriesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPerfSampleSeriesResult> getPerfSampleSeries(GetPerfSampleSeriesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:toolresults/v1beta3:getPerfSampleSeries
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExecutionId string
    HistoryId string
    SampleSeriesId string
    StepId string
    Project string
    ExecutionId string
    HistoryId string
    SampleSeriesId string
    StepId string
    Project string
    executionId String
    historyId String
    sampleSeriesId String
    stepId String
    project String
    executionId string
    historyId string
    sampleSeriesId string
    stepId string
    project string
    executionId String
    historyId String
    sampleSeriesId String
    stepId String
    project String

    getPerfSampleSeries Result

    The following output properties are available:

    BasicPerfSampleSeries Pulumi.GoogleNative.ToolResults.V1Beta3.Outputs.BasicPerfSampleSeriesResponse
    Basic series represented by a line chart
    ExecutionId string
    A tool results execution ID.
    HistoryId string
    A tool results history ID.
    Project string
    The cloud project
    SampleSeriesId string
    A sample series id
    StepId string
    A tool results step ID.
    BasicPerfSampleSeries BasicPerfSampleSeriesResponse
    Basic series represented by a line chart
    ExecutionId string
    A tool results execution ID.
    HistoryId string
    A tool results history ID.
    Project string
    The cloud project
    SampleSeriesId string
    A sample series id
    StepId string
    A tool results step ID.
    basicPerfSampleSeries BasicPerfSampleSeriesResponse
    Basic series represented by a line chart
    executionId String
    A tool results execution ID.
    historyId String
    A tool results history ID.
    project String
    The cloud project
    sampleSeriesId String
    A sample series id
    stepId String
    A tool results step ID.
    basicPerfSampleSeries BasicPerfSampleSeriesResponse
    Basic series represented by a line chart
    executionId string
    A tool results execution ID.
    historyId string
    A tool results history ID.
    project string
    The cloud project
    sampleSeriesId string
    A sample series id
    stepId string
    A tool results step ID.
    basic_perf_sample_series BasicPerfSampleSeriesResponse
    Basic series represented by a line chart
    execution_id str
    A tool results execution ID.
    history_id str
    A tool results history ID.
    project str
    The cloud project
    sample_series_id str
    A sample series id
    step_id str
    A tool results step ID.
    basicPerfSampleSeries Property Map
    Basic series represented by a line chart
    executionId String
    A tool results execution ID.
    historyId String
    A tool results history ID.
    project String
    The cloud project
    sampleSeriesId String
    A sample series id
    stepId String
    A tool results step ID.

    Supporting Types

    BasicPerfSampleSeriesResponse

    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