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.
Required. The full resource name of the schema, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`GetSchemaRequest` is a class within the Google Cloud Discovery Engine v1beta API, designed as the request message for the `SchemaService.GetSchema` method."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable\u003cGetSchemaRequest\u003e`, `IDeepCloneable\u003cGetSchemaRequest\u003e`, and `IBufferMessage`."],["It includes a constructor for creating a new instance of `GetSchemaRequest`, as well as a constructor for creating a copy from another `GetSchemaRequest` instance."],["The `GetSchemaRequest` class contains properties such as `Name`, which is a required string representing the full resource name of the schema, and `SchemaName`, a typed view over the `Name` resource."],["This class is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly, and version 1.0.0-beta17 represents its current version."]]],[]]