Class: Google::Cloud::AIPlatform::V1::ListSpecialistPoolsRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The standard list page size.

Returns:

  • (::Integer)

    The standard list page size.



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80

class ListSpecialistPoolsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The standard list page token. Typically obtained by ListSpecialistPoolsResponse.next_page_token of the previous SpecialistPoolService.ListSpecialistPools call. Return first page if empty.

Returns:



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80

class ListSpecialistPoolsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The name of the SpecialistPool's parent resource. Format: projects/{project}/locations/{location}



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80

class ListSpecialistPoolsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read. FieldMask represents a set of.

Returns:



80
81
82
83
# File 'proto_docs/google/cloud/aiplatform/v1/specialist_pool_service.rb', line 80

class ListSpecialistPoolsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end