Class ListAppProfilesResponse
Response message for BigtableInstanceAdmin.ListAppProfiles.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ListAppProfilesResponse : IDirectResponseSchema
Properties
AppProfiles
The list of requested app profiles.
Declaration
[JsonProperty("appProfiles")]
public virtual IList<AppProfile> AppProfiles { get; set; }
Property Value
Type | Description |
---|---|
IList<AppProfile> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedLocations
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//locations/
Declaration
[JsonProperty("failedLocations")]
public virtual IList<string> FailedLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
NextPageToken
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.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |