Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha2
Assembly: Google.Apis.GKEHub.v1alpha2.dll
Syntax
public class LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Global

Gets the Global resource.

Declaration
public virtual ProjectsResource.LocationsResource.GlobalResource Global { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.GlobalResource

Memberships

Gets the Memberships resource.

Declaration
public virtual ProjectsResource.LocationsResource.MembershipsResource Memberships { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MembershipsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

Methods

Get(String)

Gets information about a location.

Declaration
public virtual ProjectsResource.LocationsResource.GetRequest Get(string name)
Parameters
Type Name Description
System.String name

Resource name for the location.

Returns
Type Description
ProjectsResource.LocationsResource.GetRequest

List(String)

Lists information about the supported locations for this service.

Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string name)
Parameters
Type Name Description
System.String name

The resource that owns the locations collection, if applicable.

Returns
Type Description
ProjectsResource.LocationsResource.ListRequest
In This Article
Back to top Generated by DocFX