| Package | Description |
|---|---|
| com.aphyr.riemann |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Proto.Attribute> |
Proto.Attribute.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Proto.Attribute |
Proto.Attribute.Builder.build() |
Proto.Attribute |
Proto.Attribute.Builder.buildPartial() |
Proto.Attribute |
Proto.EventOrBuilder.getAttributes(int index)
repeated .Attribute attributes = 9; |
Proto.Attribute |
Proto.Event.getAttributes(int index)
repeated .Attribute attributes = 9; |
Proto.Attribute |
Proto.Event.Builder.getAttributes(int index)
repeated .Attribute attributes = 9; |
static Proto.Attribute |
Proto.Attribute.getDefaultInstance() |
Proto.Attribute |
Proto.Attribute.getDefaultInstanceForType() |
Proto.Attribute |
Proto.Attribute.Builder.getDefaultInstanceForType() |
static Proto.Attribute |
Proto.Attribute.parseDelimitedFrom(InputStream input) |
static Proto.Attribute |
Proto.Attribute.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Attribute |
Proto.Attribute.parseFrom(byte[] data) |
static Proto.Attribute |
Proto.Attribute.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Attribute |
Proto.Attribute.parseFrom(com.google.protobuf.ByteString data) |
static Proto.Attribute |
Proto.Attribute.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Attribute |
Proto.Attribute.parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.Attribute |
Proto.Attribute.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Attribute |
Proto.Attribute.parseFrom(InputStream input) |
static Proto.Attribute |
Proto.Attribute.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Proto.Attribute> |
Proto.EventOrBuilder.getAttributesList()
repeated .Attribute attributes = 9; |
List<Proto.Attribute> |
Proto.Event.getAttributesList()
repeated .Attribute attributes = 9; |
List<Proto.Attribute> |
Proto.Event.Builder.getAttributesList()
repeated .Attribute attributes = 9; |
com.google.protobuf.Parser<Proto.Attribute> |
Proto.Attribute.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(int index,
Proto.Attribute value)
repeated .Attribute attributes = 9; |
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(Proto.Attribute value)
repeated .Attribute attributes = 9; |
Proto.Attribute.Builder |
Proto.Attribute.Builder.mergeFrom(Proto.Attribute other) |
static Proto.Attribute.Builder |
Proto.Attribute.newBuilder(Proto.Attribute prototype) |
Proto.Event.Builder |
Proto.Event.Builder.setAttributes(int index,
Proto.Attribute value)
repeated .Attribute attributes = 9; |
| Modifier and Type | Method and Description |
|---|---|
Proto.Event.Builder |
Proto.Event.Builder.addAllAttributes(Iterable<? extends Proto.Attribute> values)
repeated .Attribute attributes = 9; |
Copyright © 2015. All rights reserved.