public sealed class ListFleetsRequest : IPageRequest, IMessage<ListFleetsRequest>, IEquatable<ListFleetsRequest>, IDeepCloneable<ListFleetsRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class ListFleetsRequest.
Request message for the GkeHub.ListFleets method.
Implements
IPageRequest, IMessageListFleetsRequest, IEquatableListFleetsRequest, IDeepCloneableListFleetsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
ListFleetsRequest()
public ListFleetsRequest()ListFleetsRequest(ListFleetsRequest)
public ListFleetsRequest(ListFleetsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFleetsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of fleets to return. The service may return fewer than this value. If unspecified, at most 200 fleets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListFleets call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListFleets must match
the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The organization or project to list for Fleets under, in the
format organizations/*/locations/* or projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|