wire-schema
Toggle table of contents
6.0.0-alpha03-0.2.0-02
common
Target filter
common
Switch theme
Search in API
Skip to content
wire-schema
wire-schema
/
com.squareup.wire.schema
/
ProtoFile
/
ProtoFile
Proto
File
constructor
(
location
:
Location
,
imports
:
List
<
String
>
,
publicImports
:
List
<
String
>
,
weakImports
:
List
<
String
>
,
packageName
:
String
?
,
types
:
List
<
Type
>
,
services
:
List
<
Service
>
,
extendList
:
List
<
Extend
>
,
options
:
Options
,
syntax
:
Syntax
?
)