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

Returns If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new ListSchemasRequest.

Returns:

  • (::String)

    If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new ListSchemasRequest.



124
125
126
127
# File 'proto_docs/google/pubsub/v1/schema.rb', line 124

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

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

Returns The resulting schemas.

Returns:



124
125
126
127
# File 'proto_docs/google/pubsub/v1/schema.rb', line 124

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