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
Returns A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
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
Returns Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
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 |