Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NotebookExecutionJobsResource.ReportEventRequest

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

Constructors

ReportEventRequest(IClientService, GoogleCloudAiplatformV1beta1ReportExecutionEventRequest, string)

Constructs a new ReportEvent request.

Declaration
public ReportEventRequest(IClientService service, GoogleCloudAiplatformV1beta1ReportExecutionEventRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1ReportExecutionEventRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the NotebookExecutionJob resource. Format: projects/{project}/locations/{location}/notebookExecutionJobs/{notebook_execution_jobs}

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ReportEvent parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportExecutionEventResponse>.InitParameters()

Implements

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