Cloud Pub/Sub v1 API - Class GetSchemaRequest (3.12.0)

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

Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetSchemaRequest.

Request for the GetSchema method.

Inheritance

object > GetSchemaRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

GetSchemaRequest()

public GetSchemaRequest()

GetSchemaRequest(GetSchemaRequest)

public GetSchemaRequest(GetSchemaRequest other)
Parameter
NameDescription
otherGetSchemaRequest

Properties

Name

public string Name { get; set; }

Required. The name of the schema to get. Format is projects/{project}/schemas/{schema}.

Property Value
TypeDescription
string

SchemaName

public SchemaName SchemaName { get; set; }

SchemaName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
SchemaView