Show / Hide Table of Contents

Class OperationsExtensions

Holder for extension identifiers generated from the top level of google/longrunning/operations.proto

Inheritance
System.Object
OperationsExtensions
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.LongRunning
Assembly: Google.LongRunning.dll
Syntax
public static class OperationsExtensions

Fields

OperationInfo

Additional information regarding long-running operations. In particular, this specifies the types that are returned from long-running operations.

Required for methods that return google.longrunning.Operation; invalid otherwise.

Declaration
public static readonly Extension<MethodOptions, OperationInfo> OperationInfo
Field Value
Type Description
Extension<MethodOptions, OperationInfo>
Back to top