Class: Google::Cloud::PubSub::V1::ListSchemaRevisionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSchemaRevisionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the ListSchemaRevisions
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of revisions to return per page.
-
#page_token ⇒ ::String
The page token, received from a previous ListSchemaRevisions call.
-
#view ⇒ ::Google::Cloud::PubSub::V1::SchemaView
The set of Schema fields to return in the response.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the schema to list revisions for.
150 151 152 153 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 150 class ListSchemaRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of revisions to return per page.
150 151 152 153 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 150 class ListSchemaRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token, received from a previous ListSchemaRevisions call. Provide this to retrieve the subsequent page.
150 151 152 153 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 150 class ListSchemaRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::PubSub::V1::SchemaView
Returns The set of Schema fields to return in the response. If not set, returns
Schemas with name
and type
, but not definition
. Set to FULL
to
retrieve all fields.
150 151 152 153 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 150 class ListSchemaRevisionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |