Class: Google::Cloud::PubSub::V1::ListSchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSchemasResponse
- 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
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more schemas that match the request; this value should be passed in a new
ListSchemasRequest
. -
#schemas ⇒ ::Array<::Google::Cloud::PubSub::V1::Schema>
The resulting schemas.
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
.
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>
Returns The resulting schemas.
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 |