Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NotebookRuntimesResource.ReportEventRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>
ProjectsResource.LocationsResource.NotebookRuntimesResource.ReportEventRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.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.NotebookRuntimesResource.ReportEventRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>, IClientServiceRequest

Constructors

ReportEventRequest(IClientService, GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest, string)

Constructs a new ReportEvent request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the NotebookRuntime resource. Format: projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime}

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<GoogleCloudAiplatformV1beta1ReportRuntimeEventResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes ReportEvent parameter list.

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

Implements

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