Class: Google::Cloud::AIPlatform::V1::ListPersistentResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListPersistentResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb
Overview
Response message for PersistentResourceService.ListPersistentResources
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
- #persistent_resources ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PersistentResource>
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListPersistentResourcesRequest.page_token to obtain that page.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 123 class ListPersistentResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persistent_resources ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PersistentResource>
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 123 class ListPersistentResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |