Class: Google::Cloud::AIPlatform::V1::ListPersistentResourcesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListPersistentResourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb
Overview
Request message for PersistentResourceService.ListPersistentResources.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The standard list page size.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 108 class ListPersistentResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The standard list page token. Typically obtained via ListPersistentResourcesResponse.next_page_token of the previous [PersistentResourceService.ListPersistentResource][] call.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 108 class ListPersistentResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to list the PersistentResources
from. Format: projects/{project}/locations/{location}
.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 108 class ListPersistentResourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |