Class: Google::Cloud::DiscoveryEngine::V1::ListSchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListSchemasResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/schema_service.rb
Overview
Response message for SchemaService.ListSchemas method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as ListSchemasRequest.page_token to retrieve the next page.
-
#schemas ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Schema>
The Schemas.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as ListSchemasRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
78 79 80 81 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 78 class ListSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schemas ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::Schema>
Returns The Schemas.
78 79 80 81 |
# File 'proto_docs/google/cloud/discoveryengine/v1/schema_service.rb', line 78 class ListSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |