Class: Google::Cloud::PubSub::V1::ListSchemasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSchemasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the ListSchemas method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of schemas to return.
-
#page_token ⇒ ::String
The value returned by the last
ListSchemasResponse; indicates that this is a continuation of a priorListSchemascall, and that the system should return the next page of data. -
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::PubSub::V1::SchemaView
The set of Schema fields to return in the response.
Instance Attribute Details
#page_size ⇒ ::Integer
111 112 113 114 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
111 112 113 114 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
111 112 113 114 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::PubSub::V1::SchemaView
111 112 113 114 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 111 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |