Google Cloud Bigtable Administration v2 API - Class ListAppProfilesResponse (3.10.0)

public sealed class ListAppProfilesResponse : IMessage<ListAppProfilesResponse>, IEquatable<ListAppProfilesResponse>, IDeepCloneable<ListAppProfilesResponse>, IBufferMessage, IMessage, IPageResponse<AppProfile>, IEnumerable<AppProfile>, IEnumerable

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListAppProfilesResponse.

Response message for BigtableInstanceAdmin.ListAppProfiles.

Inheritance

object > ListAppProfilesResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListAppProfilesResponse()

public ListAppProfilesResponse()

ListAppProfilesResponse(ListAppProfilesResponse)

public ListAppProfilesResponse(ListAppProfilesResponse other)
Parameter
NameDescription
otherListAppProfilesResponse

Properties

AppProfiles

public RepeatedField<AppProfile> AppProfiles { get; }

The list of requested app profiles.

Property Value
TypeDescription
RepeatedFieldAppProfile

FailedLocations

public RepeatedField<string> FailedLocations { get; }

Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from app_profiles. Values are of the form projects/<project>/locations/<zone_id>

Property Value
TypeDescription
RepeatedFieldstring

NextPageToken

public string NextPageToken { get; set; }

Set if not all app profiles could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AppProfile> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAppProfile