public sealed class ListFleetsResponse : IPageResponse<Fleet>, IEnumerable<Fleet>, IEnumerable, IMessage<ListFleetsResponse>, IEquatable<ListFleetsResponse>, IDeepCloneable<ListFleetsResponse>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListFleetsResponse.
Response message for the GkeHub.ListFleetsResponse method.
Implements
IPageResponseFleet, IEnumerableFleet, IEnumerable, IMessageListFleetsResponse, IEquatableListFleetsResponse, IDeepCloneableListFleetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListFleetsResponse()
public ListFleetsResponse()ListFleetsResponse(ListFleetsResponse)
public ListFleetsResponse(ListFleetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFleetsResponse |
Properties
Fleets
public RepeatedField<Fleet> Fleets { get; }The list of matching fleets.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFleet |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
The token is only valid for 1h.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Fleet> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFleet |
|