Package dev.restate.generated.ext
Class Ext
- java.lang.Object
-
- dev.restate.generated.ext.Ext
-
public final class Ext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions,FieldType>fieldextend .google.protobuf.FieldOptions { ...static intFIELD_FIELD_NUMBERstatic intSERVICE_TYPE_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,ServiceType>serviceTypeextend .google.protobuf.ServiceOptions { ...
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
SERVICE_TYPE_FIELD_NUMBER
public static final int SERVICE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
serviceType
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.ServiceOptions,ServiceType> serviceType
extend .google.protobuf.ServiceOptions { ... }
-
FIELD_FIELD_NUMBER
public static final int FIELD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
field
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.FieldOptions,FieldType> field
extend .google.protobuf.FieldOptions { ... }
-
-
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()
-
-