Cloud AI Platform v1beta1 API - Class UpdateExtensionRequest (1.0.0-beta02)

public sealed class UpdateExtensionRequest : IMessage<UpdateExtensionRequest>, IEquatable<UpdateExtensionRequest>, IDeepCloneable<UpdateExtensionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateExtensionRequest.

Request message for [ExtensionRegistryService.UpdateExtension][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.UpdateExtension].

Inheritance

object > UpdateExtensionRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

UpdateExtensionRequest()

public UpdateExtensionRequest()

UpdateExtensionRequest(UpdateExtensionRequest)

public UpdateExtensionRequest(UpdateExtensionRequest other)
Parameter
Name Description
other UpdateExtensionRequest

Properties

Extension

public Extension Extension { get; set; }

Required. The Extension which replaces the resource on the server.

Property Value
Type Description
Extension

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask specifying which fields to update. Supported fields:

  • display_name
  • description
  • runtime_config
  • tool_use_examples
  • manifest.description
Property Value
Type Description
FieldMask