Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.FleetsResource

The "fleets" collection of methods.

Inheritance
object
OrganizationsResource.LocationsResource.FleetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.FleetsResource

Constructors

FleetsResource(IClientService)

Constructs a new resource.

Declaration
public FleetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Returns all fleets within an organization or a project that the caller has access to.

Declaration
public virtual OrganizationsResource.LocationsResource.FleetsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The organization or project to list for Fleets under, in the format organizations/*/locations/* or projects/*/locations/*.

Returns
Type Description
OrganizationsResource.LocationsResource.FleetsResource.ListRequest
In this article
Back to top Generated by DocFX