class Google::Apis::PubsubV1::ValidateSchemaRequest
Request for the `ValidateSchema` method.
Attributes
schema[RW]
A schema resource. Corresponds to the JSON property `schema` @return [Google::Apis::PubsubV1::Schema]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/pubsub_v1/classes.rb, line 1659 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/pubsub_v1/classes.rb, line 1664 def update!(**args) @schema = args[:schema] if args.key?(:schema) end