GKE Hub v1 API - Class ListFleetsRequest (2.8.0)

public sealed class ListFleetsRequest : IPageRequest, IMessage<ListFleetsRequest>, IEquatable<ListFleetsRequest>, IDeepCloneable<ListFleetsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class ListFleetsRequest.

Request message for the GkeHub.ListFleets method.

Inheritance

object > ListFleetsRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

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