- getEnumDescriptor(String) - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Gets the protobuf enum descriptor for the given enum type
- getEnumTypes() - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Returns the enum types registered with the schema
- getEnumValue(String, String) - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Gets the enum value for the given enum type and name
- getEnumValue(String, int) - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Gets the enum value for the given enum type and number
- getFileDescriptorSet() - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Returns the internal file descriptor set of this schema
- getIdx() - Method in class com.github.os72.protobuf.dynamic.MessageDefinition.OneofBuilder
-
- getMessageDescriptor(String) - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Gets the protobuf message descriptor for the given message type
- getMessageTypes() - Method in class com.github.os72.protobuf.dynamic.DynamicSchema
-
Returns the message types registered with the schema