public sealed class GetSchemaRequest : IMessage<GetSchemaRequest>, IEquatable<GetSchemaRequest>, IDeepCloneable<GetSchemaRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class GetSchemaRequest.
Request for the GetSchema method.
Implements
IMessageGetSchemaRequest, IEquatableGetSchemaRequest, IDeepCloneableGetSchemaRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.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 name of the schema to get.
Format is projects/{project}/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 |
|
View
public SchemaView View { get; set; }The set of fields to return in the response. If not set, returns a Schema
with all fields filled out. Set to BASIC to omit the definition.
| Property Value | |
|---|---|
| Type | Description |
SchemaView |
|