Class: Google::Cloud::PubSub::V1::ValidateSchemaRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/schema.rb

Overview

Request for the ValidateSchema method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the project in which to validate schemas. Format is projects/{project-id}.

Returns:

  • (::String)

    Required. The name of the project in which to validate schemas. Format is projects/{project-id}.



147
148
149
150
# File 'proto_docs/google/pubsub/v1/schema.rb', line 147

class ValidateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::Google::Cloud::PubSub::V1::Schema

Returns Required. The schema object to validate.

Returns:



147
148
149
150
# File 'proto_docs/google/pubsub/v1/schema.rb', line 147

class ValidateSchemaRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end