Google.LongRunning - Class GetOperationRequest (3.2.0)

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

Reference documentation and code samples for the Google.LongRunning class GetOperationRequest.

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