Class: Google::Cloud::Profiler::V2::ListProfilesResponse

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

Overview

ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.

Returns:

  • (::String)

    Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.



195
196
197
198
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 195

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

#profiles::Array<::Google::Cloud::Profiler::V2::Profile>

Returns List of profiles fetched.

Returns:



195
196
197
198
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 195

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

#skipped_profiles::Integer

Returns Number of profiles that were skipped in the current page since they were not able to be fetched successfully. This should typically be zero. A non-zero value may indicate a transient failure, in which case if the number is too high for your use case, the call may be retried.

Returns:

  • (::Integer)

    Number of profiles that were skipped in the current page since they were not able to be fetched successfully. This should typically be zero. A non-zero value may indicate a transient failure, in which case if the number is too high for your use case, the call may be retried.



195
196
197
198
# File 'proto_docs/google/devtools/cloudprofiler/v2/profiler.rb', line 195

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