public sealed class GetMetadataSchemaRequest : IMessage<GetMetadataSchemaRequest>, IEquatable<GetMetadataSchemaRequest>, IDeepCloneable<GetMetadataSchemaRequest>, IBufferMessage, IMessage
Request message for [MetadataService.GetMetadataSchema][google.cloud.aiplatform.v1.MetadataService.GetMetadataSchema].
Implements
IMessage<GetMetadataSchemaRequest>, IEquatable<GetMetadataSchemaRequest>, IDeepCloneable<GetMetadataSchemaRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
GetMetadataSchemaRequest()
public GetMetadataSchemaRequest()
GetMetadataSchemaRequest(GetMetadataSchemaRequest)
public GetMetadataSchemaRequest(GetMetadataSchemaRequest other)
Name | Description |
other | GetMetadataSchemaRequest |
Properties
MetadataSchemaName
public MetadataSchemaName MetadataSchemaName { get; set; }
MetadataSchemaName-typed view over the Name resource name property.
Type | Description |
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}
Type | Description |
String |