Show / Hide Table of Contents

Class ValidateMessageRequest

Request for the ValidateMessage method.

Inheritance
object
ValidateMessageRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX