GoogleApi.PubSub.V1.Model.ValidateMessageRequest (google_api_pub_sub v0.31.0) View Source
Request for the ValidateMessage
method.
Attributes
-
encoding
(type:String.t
, default:nil
) - The encoding expected for messages -
message
(type:String.t
, default:nil
) - Message to validate against the providedschema_spec
. -
name
(type:String.t
, default:nil
) - Name of the schema against which to validate. Format isprojects/{project}/schemas/{schema}
. -
schema
(type:GoogleApi.PubSub.V1.Model.Schema.t
, default:nil
) - Ad-hoc schema against which to validate
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PubSub.V1.Model.ValidateMessageRequest{ encoding: String.t(), message: String.t(), name: String.t(), schema: GoogleApi.PubSub.V1.Model.Schema.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.