Package com.google.longrunning
Class OperationsProto
- java.lang.Object
-
- com.google.longrunning.OperationsProto
-
public final class OperationsProto extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
OPERATION_INFO_FIELD_NUMBER
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,OperationInfo>
operationInfo
Additional information regarding long-running operations.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
OPERATION_INFO_FIELD_NUMBER
public static final int OPERATION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
operationInfo
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,OperationInfo> 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.
extend .google.protobuf.MethodOptions { ... }
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-