public sealed class ValidateSchemaRequest : IMessage<ValidateSchemaRequest>, IEquatable<ValidateSchemaRequest>, IDeepCloneable<ValidateSchemaRequest>, IBufferMessage, IMessage
Request for the ValidateSchema
method.
Inheritance
System.Object > ValidateSchemaRequestImplements
Google.Protobuf.IMessage<ValidateSchemaRequest>, System.IEquatable<ValidateSchemaRequest>, Google.Protobuf.IDeepCloneable<ValidateSchemaRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ValidateSchemaRequest()
public ValidateSchemaRequest()
ValidateSchemaRequest(ValidateSchemaRequest)
public ValidateSchemaRequest(ValidateSchemaRequest other)
Parameter | |
---|---|
Name | Description |
other | ValidateSchemaRequest |
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 | |
---|---|
Type | Description |
System.String |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
Google.Api.Gax.ResourceNames.ProjectName |
Schema
public Schema Schema { get; set; }
Required. The schema object to validate.
Property Value | |
---|---|
Type | Description |
Schema |