Class ValidateMessageRequest
Request for the ValidateMessage method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ValidateMessageRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Encoding
The encoding expected for messages
Declaration
[JsonProperty("encoding")]
public virtual string Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Message to validate against the provided schema_spec.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the schema against which to validate. Format is projects/{project}/schemas/{schema}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Schema
Ad-hoc schema against which to validate
Declaration
[JsonProperty("schema")]
public virtual Schema Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Schema |