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 priorListSchemas
call, 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
Returns Maximum number of schemas to return.
116 117 118 119 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 116 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The value returned by the last ListSchemasResponse
; indicates that
this is a continuation of a prior ListSchemas
call, and that the
system should return the next page of data.
116 117 118 119 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 116 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project in which to list schemas.
Format is projects/{project-id}
.
116 117 118 119 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 116 class ListSchemasRequest 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.
116 117 118 119 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 116 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |