Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.PatchRequest

Updates a NotebookRuntimeTemplate.

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

Constructors

PatchRequest(IClientService, GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1NotebookRuntimeTemplate body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The resource name of the NotebookRuntimeTemplate.

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

UpdateMask

Required. The update mask applies to the resource. For the FieldMask definition, see google.protobuf.FieldMask. Input format: {paths: "${updated_filed}"} Updatable fields: * encryption_spec.kms_key_name

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

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

Implements

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