Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static Syntax |
Syntax.forNumber(int value) |
Syntax |
Method.getSyntax()
The source syntax of this method.
|
Syntax |
Method.Builder.getSyntax()
The source syntax of this method.
|
Syntax |
ApiOrBuilder.getSyntax()
The source syntax of the service.
|
Syntax |
EnumOrBuilder.getSyntax()
The source syntax.
|
Syntax |
Type.getSyntax()
The source syntax.
|
Syntax |
Type.Builder.getSyntax()
The source syntax.
|
Syntax |
TypeOrBuilder.getSyntax()
The source syntax.
|
Syntax |
Enum.getSyntax()
The source syntax.
|
Syntax |
Enum.Builder.getSyntax()
The source syntax.
|
Syntax |
MethodOrBuilder.getSyntax()
The source syntax of this method.
|
Syntax |
Api.getSyntax()
The source syntax of the service.
|
Syntax |
Api.Builder.getSyntax()
The source syntax of the service.
|
static Syntax |
Syntax.valueOf(Descriptors.EnumValueDescriptor desc) |
static Syntax |
Syntax.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Syntax |
Syntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Syntax[] |
Syntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Syntax> |
Syntax.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Method.Builder |
Method.Builder.setSyntax(Syntax value)
The source syntax of this method.
|
Type.Builder |
Type.Builder.setSyntax(Syntax value)
The source syntax.
|
Enum.Builder |
Enum.Builder.setSyntax(Syntax value)
The source syntax.
|
Api.Builder |
Api.Builder.setSyntax(Syntax value)
The source syntax of the service.
|
Copyright © 2008–2016 Google. All rights reserved.