Modifier and Type | Class and Description |
---|---|
class |
EnumType
An enumerated type declaration.
|
class |
MessageType |
Modifier and Type | Method and Description |
---|---|
List<Type> |
MessageType.getNestedTypes() |
List<Type> |
EnumType.getNestedTypes() |
List<Type> |
Type.getNestedTypes() |
List<Type> |
ProtoFile.getTypes() |
Constructor and Description |
---|
MessageType(String name,
String fqname,
String documentation,
List<MessageType.Field> fields,
List<Type> nestedTypes,
List<Extensions> extensions,
List<Option> options) |
ProtoFile(String fileName,
String packageName,
List<String> dependencies,
List<String> publicDependencies,
List<Type> types,
List<Service> services,
List<Option> options,
List<ExtendDeclaration> extendDeclarations) |
Copyright © 2022 Square, Inc.. All rights reserved.