public static interface SessionProto.Transaction.Open.ReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyspace()
optional string keyspace = 1; |
com.google.protobuf.ByteString |
getKeyspaceBytes()
optional string keyspace = 1; |
String |
getPassword()
optional string password = 4; |
com.google.protobuf.ByteString |
getPasswordBytes()
optional string password = 4; |
SessionProto.Transaction.Type |
getType()
optional .session.Transaction.Type type = 2; |
int |
getTypeValue()
optional .session.Transaction.Type type = 2; |
String |
getUsername()
Fields ignored in the open-source version.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Fields ignored in the open-source version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKeyspace()
optional string keyspace = 1;com.google.protobuf.ByteString getKeyspaceBytes()
optional string keyspace = 1;int getTypeValue()
optional .session.Transaction.Type type = 2;SessionProto.Transaction.Type getType()
optional .session.Transaction.Type type = 2;String getUsername()
Fields ignored in the open-source version.
optional string username = 3;com.google.protobuf.ByteString getUsernameBytes()
Fields ignored in the open-source version.
optional string username = 3;String getPassword()
optional string password = 4;com.google.protobuf.ByteString getPasswordBytes()
optional string password = 4;Copyright © 2018 Grakn Labs Ltd. All rights reserved.