Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AcceleratorTypesResource

The "acceleratorTypes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AcceleratorTypesResource
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.AcceleratorTypesResource

Constructors

AcceleratorTypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets AcceleratorType.

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

Required. The resource name.

Returns
Type Description
ProjectsResource.LocationsResource.AcceleratorTypesResource.GetRequest

List(string)

Lists accelerator types supported by this API.

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

Required. The parent resource name.

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