Class: Google::Cloud::PubSub::V1::ListSchemasResponse

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

Overview

Response for the ListSchemas method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



129
130
131
132
# File 'proto_docs/google/pubsub/v1/schema.rb', line 129

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

#schemas::Array<::Google::Cloud::PubSub::V1::Schema>



129
130
131
132
# File 'proto_docs/google/pubsub/v1/schema.rb', line 129

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