public sealed class ListAppsResponse : IMessage<ListAppsResponse>, IEquatable<ListAppsResponse>, IDeepCloneable<ListAppsResponse>, IBufferMessage, IMessage, IPageResponse<App>, IEnumerable<App>, IEnumerableReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListAppsResponse.
Response message for [AgentService.ListApps][google.cloud.ces.v1.AgentService.ListApps].
Implements
IMessageListAppsResponse, IEquatableListAppsResponse, IDeepCloneableListAppsResponse, IBufferMessage, IMessage, IPageResponseApp, IEnumerableApp, IEnumerableNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ListAppsResponse()
public ListAppsResponse()ListAppsResponse(ListAppsResponse)
public ListAppsResponse(ListAppsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAppsResponse |
Properties
Apps
public RepeatedField<App> Apps { get; }The list of apps.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldApp |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as [ListAppsRequest.page_token][google.cloud.ces.v1.ListAppsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<App> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorApp |
|