Class GetOperationRequest (2.3.0)

public sealed class GetOperationRequest : Protobuf.IMessage<GetOperationRequest>, Protobuf.IBufferMessage

The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].

Inheritance

Object > GetOperationRequest

Namespace

Google.LongRunning

Assembly

Google.LongRunning.dll

Constructors

GetOperationRequest()

public GetOperationRequest()

GetOperationRequest(GetOperationRequest)

public GetOperationRequest(GetOperationRequest other)
Parameter
NameDescription
otherGetOperationRequest

Properties

Name

public string Name { get; set; }

The name of the operation resource.

Property Value
TypeDescription
String