| Package | Description |
|---|---|
| com.aphyr.riemann |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Proto.State> |
Proto.State.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Proto.State |
Proto.State.Builder.build() |
Proto.State |
Proto.State.Builder.buildPartial() |
static Proto.State |
Proto.State.getDefaultInstance() |
Proto.State |
Proto.State.getDefaultInstanceForType() |
Proto.State |
Proto.State.Builder.getDefaultInstanceForType() |
Proto.State |
Proto.MsgOrBuilder.getStates(int index)
repeated .State states = 4; |
Proto.State |
Proto.Msg.getStates(int index)
repeated .State states = 4; |
Proto.State |
Proto.Msg.Builder.getStates(int index)
repeated .State states = 4; |
static Proto.State |
Proto.State.parseDelimitedFrom(InputStream input) |
static Proto.State |
Proto.State.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
Proto.State.parseFrom(byte[] data) |
static Proto.State |
Proto.State.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
Proto.State.parseFrom(com.google.protobuf.ByteString data) |
static Proto.State |
Proto.State.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
Proto.State.parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.State |
Proto.State.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
Proto.State.parseFrom(InputStream input) |
static Proto.State |
Proto.State.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Proto.State> |
Proto.State.getParserForType() |
List<Proto.State> |
Proto.MsgOrBuilder.getStatesList()
repeated .State states = 4; |
List<Proto.State> |
Proto.Msg.getStatesList()
repeated .State states = 4; |
List<Proto.State> |
Proto.Msg.Builder.getStatesList()
repeated .State states = 4; |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addStates(int index,
Proto.State value)
repeated .State states = 4; |
Proto.Msg.Builder |
Proto.Msg.Builder.addStates(Proto.State value)
repeated .State states = 4; |
Proto.State.Builder |
Proto.State.Builder.mergeFrom(Proto.State other) |
static Proto.State.Builder |
Proto.State.newBuilder(Proto.State prototype) |
Proto.Msg.Builder |
Proto.Msg.Builder.setStates(int index,
Proto.State value)
repeated .State states = 4; |
| Modifier and Type | Method and Description |
|---|---|
Proto.Msg.Builder |
Proto.Msg.Builder.addAllStates(Iterable<? extends Proto.State> values)
repeated .State states = 4; |
Copyright © 2015. All rights reserved.