Class ValidateSchemaRequest (2.3.0)

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

Request for the ValidateSchema method.

Inheritance

System.Object > ValidateSchemaRequest

Implements

Google.Protobuf.IMessage<ValidateSchemaRequest>, System.IEquatable<ValidateSchemaRequest>, Google.Protobuf.IDeepCloneable<ValidateSchemaRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.ProjectName

Schema

public Schema Schema { get; set; }

Required. The schema object to validate.

Property Value
TypeDescription
Schema