Class GetAcceleratorTypeRequest (1.0.0)

public sealed class GetAcceleratorTypeRequest : IMessage<GetAcceleratorTypeRequest>, IEquatable<GetAcceleratorTypeRequest>, IDeepCloneable<GetAcceleratorTypeRequest>, IBufferMessage, IMessage

Request for [GetAcceleratorType][google.cloud.tpu.v1.Tpu.GetAcceleratorType].

Inheritance

Object > GetAcceleratorTypeRequest

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

GetAcceleratorTypeRequest()

public GetAcceleratorTypeRequest()

GetAcceleratorTypeRequest(GetAcceleratorTypeRequest)

public GetAcceleratorTypeRequest(GetAcceleratorTypeRequest other)
Parameter
NameDescription
otherGetAcceleratorTypeRequest

Properties

AcceleratorTypeName

public AcceleratorTypeName AcceleratorTypeName { get; set; }

AcceleratorTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
AcceleratorTypeName

Name

public string Name { get; set; }

Required. The resource name.

Property Value
TypeDescription
String