Class: Google::Cloud::Profiler::V2::ListProfilesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudprofiler/v2/profiler.rb

Overview

ListProfilesRequest contains request parameters for listing profiles for deployments in projects which the user has permissions to view.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return. Default page_size is 1000. Max limit is 1000.

Returns:

  • (::Integer)

    The maximum number of items to return. Default page_size is 1000. Max limit is 1000.



175
176
177
178
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 175

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

#page_token::String

Returns The token to continue pagination and get profiles from a particular page. When paginating, all other parameters provided to ListProfiles must match the call that provided the page token.

Returns:

  • (::String)

    The token to continue pagination and get profiles from a particular page. When paginating, all other parameters provided to ListProfiles must match the call that provided the page token.



175
176
177
178
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 175

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

#parent::String

Returns Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}



175
176
177
178
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 175

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