| Package | Description |
|---|---|
| ai.grakn.rpc.proto |
| Modifier and Type | Method and Description |
|---|---|
static SessionProto.Transaction.Type |
SessionProto.Transaction.Type.forNumber(int value) |
SessionProto.Transaction.Type |
SessionProto.Transaction.Open.ReqOrBuilder.getType()
optional .session.Transaction.Type type = 2; |
SessionProto.Transaction.Type |
SessionProto.Transaction.Open.Req.getType()
optional .session.Transaction.Type type = 2; |
SessionProto.Transaction.Type |
SessionProto.Transaction.Open.Req.Builder.getType()
optional .session.Transaction.Type type = 2; |
static SessionProto.Transaction.Type |
SessionProto.Transaction.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SessionProto.Transaction.Type |
SessionProto.Transaction.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionProto.Transaction.Type |
SessionProto.Transaction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionProto.Transaction.Type[] |
SessionProto.Transaction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SessionProto.Transaction.Type> |
SessionProto.Transaction.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SessionProto.Transaction.Open.Req.Builder |
SessionProto.Transaction.Open.Req.Builder.setType(SessionProto.Transaction.Type value)
optional .session.Transaction.Type type = 2; |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.