Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.SamplesResource.BatchCreateRequest

Creates a batch of PerfSamples - a client can submit multiple batches of Perf Samples through repeated calls to this method in order to split up a large request payload - duplicates and existing timestamp entries will be ignored. - the batch operation may partially succeed - the set of elements successfully inserted is returned in the response (omits items which already existed in the database). May return any of the following canonical error codes: - NOT_FOUND - The containing PerfSampleSeries does not exist

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchCreatePerfSamplesResponse>
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.SamplesResource.BatchCreateRequest
Implements
IClientServiceRequest<BatchCreatePerfSamplesResponse>
IClientServiceRequest
Inherited Members
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.Xgafv
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.AccessToken
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.Alt
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.Callback
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.Fields
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.Key
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.OauthToken
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.PrettyPrint
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.QuotaUser
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.UploadType
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.UploadProtocol
ClientServiceRequest<BatchCreatePerfSamplesResponse>.Execute()
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ExecuteAsStream()
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ExecuteAsync()
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchCreatePerfSamplesResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchCreatePerfSamplesResponse>.GenerateRequestUri()
ClientServiceRequest<BatchCreatePerfSamplesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ETagAction
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ModifyRequest
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ValidateParameters
ClientServiceRequest<BatchCreatePerfSamplesResponse>.ApiVersion
ClientServiceRequest<BatchCreatePerfSamplesResponse>.RequestParameters
ClientServiceRequest<BatchCreatePerfSamplesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.SamplesResource.BatchCreateRequest : ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>, IClientServiceRequest<BatchCreatePerfSamplesResponse>, IClientServiceRequest

Constructors

BatchCreateRequest(IClientService, BatchCreatePerfSamplesRequest, string, string, string, string, string)

Constructs a new BatchCreate request.

Declaration
public BatchCreateRequest(IClientService service, BatchCreatePerfSamplesRequest body, string projectId, string historyId, string executionId, string stepId, string sampleSeriesId)
Parameters
Type Name Description
IClientService service
BatchCreatePerfSamplesRequest body
string projectId
string historyId
string executionId
string stepId
string sampleSeriesId

Properties

ExecutionId

A tool results execution ID.

Declaration
[RequestParameter("executionId", RequestParameterType.Path)]
public virtual string ExecutionId { get; }
Property Value
Type Description
string

HistoryId

A tool results history ID.

Declaration
[RequestParameter("historyId", RequestParameterType.Path)]
public virtual string HistoryId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchCreatePerfSamplesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchCreatePerfSamplesResponse>.MethodName

ProjectId

The cloud project

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchCreatePerfSamplesResponse>.RestPath

SampleSeriesId

A sample series id

Declaration
[RequestParameter("sampleSeriesId", RequestParameterType.Path)]
public virtual string SampleSeriesId { get; }
Property Value
Type Description
string

StepId

A tool results step ID.

Declaration
[RequestParameter("stepId", RequestParameterType.Path)]
public virtual string StepId { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<BatchCreatePerfSamplesResponse>.GetBody()

InitParameters()

Initializes BatchCreate parameter list.

Declaration
protected override void InitParameters()
Overrides
ToolResultsBaseServiceRequest<BatchCreatePerfSamplesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX