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

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

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

Request for the ValidateSchema method.

Inheritance

object > ValidateSchemaRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ValidateSchemaRequest()

public ValidateSchemaRequest()

ValidateSchemaRequest(ValidateSchemaRequest)

public ValidateSchemaRequest(ValidateSchemaRequest other)
Parameter
NameDescription
otherValidateSchemaRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the project in which to validate schemas. Format is projects/{project-id}.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

Schema

public Schema Schema { get; set; }

Required. The schema object to validate.

Property Value
TypeDescription
Schema