Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InsightsResource.WriteInsightRequest

Write the data insights to workload manager data warehouse.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<WriteInsightResponse>
WorkloadManagerBaseServiceRequest<WriteInsightResponse>
ProjectsResource.LocationsResource.InsightsResource.WriteInsightRequest
Implements
IClientServiceRequest<WriteInsightResponse>
IClientServiceRequest
Inherited Members
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.Xgafv
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.AccessToken
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.Alt
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.Callback
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.Fields
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.Key
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.OauthToken
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.PrettyPrint
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.QuotaUser
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.UploadType
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.UploadProtocol
ClientServiceRequest<WriteInsightResponse>.Execute()
ClientServiceRequest<WriteInsightResponse>.ExecuteAsStream()
ClientServiceRequest<WriteInsightResponse>.ExecuteAsync()
ClientServiceRequest<WriteInsightResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<WriteInsightResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<WriteInsightResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<WriteInsightResponse>.CreateRequest(bool?)
ClientServiceRequest<WriteInsightResponse>.GenerateRequestUri()
ClientServiceRequest<WriteInsightResponse>.GetDefaultETagAction(string)
ClientServiceRequest<WriteInsightResponse>.ETagAction
ClientServiceRequest<WriteInsightResponse>.ModifyRequest
ClientServiceRequest<WriteInsightResponse>.ValidateParameters
ClientServiceRequest<WriteInsightResponse>.ApiVersion
ClientServiceRequest<WriteInsightResponse>.RequestParameters
ClientServiceRequest<WriteInsightResponse>.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.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InsightsResource.WriteInsightRequest : WorkloadManagerBaseServiceRequest<WriteInsightResponse>, IClientServiceRequest<WriteInsightResponse>, IClientServiceRequest

Constructors

WriteInsightRequest(IClientService, WriteInsightRequest, string)

Constructs a new WriteInsight request.

Declaration
public WriteInsightRequest(IClientService service, WriteInsightRequest body, string location)
Parameters
Type Name Description
IClientService service
WriteInsightRequest body
string location

Properties

HttpMethod

Gets the HTTP method.

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

Location

Required. The GCP location. The format is: projects/{project}/locations/{location}.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes WriteInsight parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkloadManagerBaseServiceRequest<WriteInsightResponse>.InitParameters()

Implements

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