public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GetSchemaRequest.
Request message for
[SchemaService.GetSchema][google.cloud.discoveryengine.v1.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."],[[["This document provides reference documentation for the `GetSchemaRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.2.0."],["`GetSchemaRequest` is a class used for requesting a schema from the Discovery Engine API, acting as a request message for the `SchemaService.GetSchema` method."],["The `GetSchemaRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties like `Name` (a string representing the full resource name of the schema) and `SchemaName` (a typed view over the resource name), and offers two constructors to create instances."],["The latest version for this API is 1.6.0, with multiple previous versions also provided, which includes versions 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."]]],[]]