Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReservationsResource

The "reservations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ReservationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TPU.v2alpha1
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.ReservationsResource

Constructors

ReservationsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Retrieves the reservations for the given project in the given location.

Declaration
public virtual ProjectsResource.LocationsResource.ReservationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent for reservations.

Returns
Type Description
ProjectsResource.LocationsResource.ReservationsResource.ListRequest
In this article
Back to top Generated by DocFX