public interface ListProfilesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to receive the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to receive the next page of results.
|
Profile |
getProfiles(int index)
List of profiles fetched.
|
int |
getProfilesCount()
List of profiles fetched.
|
List<Profile> |
getProfilesList()
List of profiles fetched.
|
ProfileOrBuilder |
getProfilesOrBuilder(int index)
List of profiles fetched.
|
List<? extends ProfileOrBuilder> |
getProfilesOrBuilderList()
List of profiles fetched.
|
int |
getSkippedProfiles()
Number of profiles that were skipped in the current page since they were
not able to be fetched successfully.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Profile> getProfilesList()
List of profiles fetched.
repeated .google.devtools.cloudprofiler.v2.Profile profiles = 1;Profile getProfiles(int index)
List of profiles fetched.
repeated .google.devtools.cloudprofiler.v2.Profile profiles = 1;int getProfilesCount()
List of profiles fetched.
repeated .google.devtools.cloudprofiler.v2.Profile profiles = 1;List<? extends ProfileOrBuilder> getProfilesOrBuilderList()
List of profiles fetched.
repeated .google.devtools.cloudprofiler.v2.Profile profiles = 1;ProfileOrBuilder getProfilesOrBuilder(int index)
List of profiles fetched.
repeated .google.devtools.cloudprofiler.v2.Profile profiles = 1;String getNextPageToken()
Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to receive the next page of results. This field maybe empty if there are no more profiles to fetch.
string next_page_token = 2;int getSkippedProfiles()
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.
int32 skipped_profiles = 3;Copyright © 2025 Google LLC. All rights reserved.