Class: Google::Cloud::PubSub::V1::ListSchemaRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSchemaRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Response for the ListSchemaRevisions
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#schemas ⇒ ::Array<::Google::Cloud::PubSub::V1::Schema>
The revisions of the schema.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is empty, there are no subsequent pages.
163 164 165 166 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 163 class ListSchemaRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schemas ⇒ ::Array<::Google::Cloud::PubSub::V1::Schema>
Returns The revisions of the schema.
163 164 165 166 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 163 class ListSchemaRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |