Class: Google::Cloud::DiscoveryEngine::V1beta::ListSchemasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListSchemasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb
Overview
Request message for SchemaService.ListSchemas method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of Schemas to return.
-
#page_token ⇒ ::String
A page token, received from a previous SchemaService.ListSchemas call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
61 62 63 64 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 61 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
61 62 63 64 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 61 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
61 62 63 64 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/schema_service.rb', line 61 class ListSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |