Reference documentation and code samples for the Cloud Profiler V2 API class Google::Cloud::Profiler::V2::ListProfilesResponse.
ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#profiles
def profiles() -> ::Array<::Google::Cloud::Profiler::V2::Profile>
Returns
- (::Array<::Google::Cloud::Profiler::V2::Profile>) — List of profiles fetched.
#profiles=
def profiles=(value) -> ::Array<::Google::Cloud::Profiler::V2::Profile>
Parameter
- value (::Array<::Google::Cloud::Profiler::V2::Profile>) — List of profiles fetched.
Returns
- (::Array<::Google::Cloud::Profiler::V2::Profile>) — List of profiles fetched.
#skipped_profiles
def skipped_profiles() -> ::Integer
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.
#skipped_profiles=
def skipped_profiles=(value) -> ::Integer
Parameter
- value (::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.
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.