Class GetOperationRequest
The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
Inheritance
System.Object
GetOperationRequest
Implements
System.IEquatable<GetOperationRequest>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.LongRunning
Assembly: Google.LongRunning.dll
Syntax
public sealed class GetOperationRequest : IMessage<GetOperationRequest>, IMessage, IEquatable<GetOperationRequest>, IDeepCloneable<GetOperationRequest>
Constructors
GetOperationRequest()
Declaration
public GetOperationRequest()
GetOperationRequest(GetOperationRequest)
Declaration
public GetOperationRequest(GetOperationRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetOperationRequest | other |
Properties
Name
The name of the operation resource.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |