Discovery Engine v1beta API - Class GetSchemaRequest (1.0.0-beta13)

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

Reference documentation and code samples for the Discovery Engine v1beta API class GetSchemaRequest.

Request message for [SchemaService.GetSchema][google.cloud.discoveryengine.v1beta.SchemaService.GetSchema] method.

Inheritance

object > GetSchemaRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GetSchemaRequest()

public GetSchemaRequest()

GetSchemaRequest(GetSchemaRequest)

public GetSchemaRequest(GetSchemaRequest other)
Parameter
Name Description
other GetSchemaRequest

Properties

Name

public string Name { get; set; }

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

Property Value
Type Description
string

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
Type Description
SchemaName