Class: Google::Cloud::AIPlatform::V1::ListPersistentResourcesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The standard list page size.

Returns:

  • (::Integer)

    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.

Returns:



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}.

Returns:

  • (::String)

    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