public sealed class ListWorkloadsResponse : IPageResponse<Workload>, IEnumerable<Workload>, IEnumerable, IMessage<ListWorkloadsResponse>, IEquatable<ListWorkloadsResponse>, IDeepCloneable<ListWorkloadsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ListWorkloadsResponse.
Response for ListWorkloads.
Implements
IPageResponseWorkload, IEnumerableWorkload, IEnumerable, IMessageListWorkloadsResponse, IEquatableListWorkloadsResponse, IDeepCloneableListWorkloadsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
ListWorkloadsResponse()
public ListWorkloadsResponse()
ListWorkloadsResponse(ListWorkloadsResponse)
public ListWorkloadsResponse(ListWorkloadsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkloadsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Workloads
public RepeatedField<Workload> Workloads { get; }
List of Workloads.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkload |
Methods
GetEnumerator()
public IEnumerator<Workload> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorWorkload |