Interface protos.google.pubsub.v1.IValidateMessageRequest (2.16.6)

Properties of a ValidateMessageRequest.

Package

@google-cloud/pubsub!

Properties

encoding

encoding?: (google.pubsub.v1.Encoding|keyof typeof google.pubsub.v1.Encoding|null);

ValidateMessageRequest encoding

Property Value
TypeDescription
(google.pubsub.v1.Encoding|keyof typeof google.pubsub.v1.Encoding|null)

message

message?: (Uint8Array|string|null);

ValidateMessageRequest message

Property Value
TypeDescription
(Uint8Array|string|null)

name

name?: (string|null);

ValidateMessageRequest name

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ValidateMessageRequest parent

Property Value
TypeDescription
(string|null)

schema

schema?: (google.pubsub.v1.ISchema|null);

ValidateMessageRequest schema

Property Value
TypeDescription
(google.pubsub.v1.ISchema|null)