Class GetMetadataSchemaRequest (1.3.0)

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

Request message for [MetadataService.GetMetadataSchema][google.cloud.aiplatform.v1.MetadataService.GetMetadataSchema].

Inheritance

Object > GetMetadataSchemaRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetMetadataSchemaRequest()

public GetMetadataSchemaRequest()

GetMetadataSchemaRequest(GetMetadataSchemaRequest)

public GetMetadataSchemaRequest(GetMetadataSchemaRequest other)
Parameter
NameDescription
otherGetMetadataSchemaRequest

Properties

MetadataSchemaName

public MetadataSchemaName MetadataSchemaName { get; set; }

MetadataSchemaName-typed view over the Name resource name property.

Property Value
TypeDescription
MetadataSchemaName

Name

public string Name { get; set; }

Required. The resource name of the MetadataSchema to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/metadataSchemas/{metadataschema}

Property Value
TypeDescription
String