public static final class SessionProto.Transaction.Open.Req.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder> implements SessionProto.Transaction.Open.ReqOrBuilder
session.Transaction.Open.Req| Modifier and Type | Method and Description |
|---|---|
SessionProto.Transaction.Open.Req.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionProto.Transaction.Open.Req |
build() |
SessionProto.Transaction.Open.Req |
buildPartial() |
SessionProto.Transaction.Open.Req.Builder |
clear() |
SessionProto.Transaction.Open.Req.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SessionProto.Transaction.Open.Req.Builder |
clearKeyspace()
optional string keyspace = 1; |
SessionProto.Transaction.Open.Req.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SessionProto.Transaction.Open.Req.Builder |
clearPassword()
optional string password = 4; |
SessionProto.Transaction.Open.Req.Builder |
clearType()
optional .session.Transaction.Type type = 2; |
SessionProto.Transaction.Open.Req.Builder |
clearUsername()
Fields ignored in the open-source version.
|
SessionProto.Transaction.Open.Req.Builder |
clone() |
SessionProto.Transaction.Open.Req |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SessionProto.Transaction.Open.Req.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SessionProto.Transaction.Open.Req.Builder |
mergeFrom(com.google.protobuf.Message other) |
SessionProto.Transaction.Open.Req.Builder |
mergeFrom(SessionProto.Transaction.Open.Req other) |
SessionProto.Transaction.Open.Req.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionProto.Transaction.Open.Req.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SessionProto.Transaction.Open.Req.Builder |
setKeyspace(String value)
optional string keyspace = 1; |
SessionProto.Transaction.Open.Req.Builder |
setKeyspaceBytes(com.google.protobuf.ByteString value)
optional string keyspace = 1; |
SessionProto.Transaction.Open.Req.Builder |
setPassword(String value)
optional string password = 4; |
SessionProto.Transaction.Open.Req.Builder |
setPasswordBytes(com.google.protobuf.ByteString value)
optional string password = 4; |
SessionProto.Transaction.Open.Req.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SessionProto.Transaction.Open.Req.Builder |
setType(SessionProto.Transaction.Type value)
optional .session.Transaction.Type type = 2; |
SessionProto.Transaction.Open.Req.Builder |
setTypeValue(int value)
optional .session.Transaction.Type type = 2; |
SessionProto.Transaction.Open.Req.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SessionProto.Transaction.Open.Req.Builder |
setUsername(String value)
Fields ignored in the open-source version.
|
SessionProto.Transaction.Open.Req.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
Fields ignored in the open-source version.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionProto.Transaction.Open.Req build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionProto.Transaction.Open.Req buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionProto.Transaction.Open.Req.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder mergeFrom(SessionProto.Transaction.Open.Req other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public SessionProto.Transaction.Open.Req.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionProto.Transaction.Open.Req.Builder>IOExceptionpublic String getKeyspace()
optional string keyspace = 1;getKeyspace in interface SessionProto.Transaction.Open.ReqOrBuilderpublic com.google.protobuf.ByteString getKeyspaceBytes()
optional string keyspace = 1;getKeyspaceBytes in interface SessionProto.Transaction.Open.ReqOrBuilderpublic SessionProto.Transaction.Open.Req.Builder setKeyspace(String value)
optional string keyspace = 1;public SessionProto.Transaction.Open.Req.Builder clearKeyspace()
optional string keyspace = 1;public SessionProto.Transaction.Open.Req.Builder setKeyspaceBytes(com.google.protobuf.ByteString value)
optional string keyspace = 1;public int getTypeValue()
optional .session.Transaction.Type type = 2;getTypeValue in interface SessionProto.Transaction.Open.ReqOrBuilderpublic SessionProto.Transaction.Open.Req.Builder setTypeValue(int value)
optional .session.Transaction.Type type = 2;public SessionProto.Transaction.Type getType()
optional .session.Transaction.Type type = 2;getType in interface SessionProto.Transaction.Open.ReqOrBuilderpublic SessionProto.Transaction.Open.Req.Builder setType(SessionProto.Transaction.Type value)
optional .session.Transaction.Type type = 2;public SessionProto.Transaction.Open.Req.Builder clearType()
optional .session.Transaction.Type type = 2;public String getUsername()
Fields ignored in the open-source version.
optional string username = 3;getUsername in interface SessionProto.Transaction.Open.ReqOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
Fields ignored in the open-source version.
optional string username = 3;getUsernameBytes in interface SessionProto.Transaction.Open.ReqOrBuilderpublic SessionProto.Transaction.Open.Req.Builder setUsername(String value)
Fields ignored in the open-source version.
optional string username = 3;public SessionProto.Transaction.Open.Req.Builder clearUsername()
Fields ignored in the open-source version.
optional string username = 3;public SessionProto.Transaction.Open.Req.Builder setUsernameBytes(com.google.protobuf.ByteString value)
Fields ignored in the open-source version.
optional string username = 3;public String getPassword()
optional string password = 4;getPassword in interface SessionProto.Transaction.Open.ReqOrBuilderpublic com.google.protobuf.ByteString getPasswordBytes()
optional string password = 4;getPasswordBytes in interface SessionProto.Transaction.Open.ReqOrBuilderpublic SessionProto.Transaction.Open.Req.Builder setPassword(String value)
optional string password = 4;public SessionProto.Transaction.Open.Req.Builder clearPassword()
optional string password = 4;public SessionProto.Transaction.Open.Req.Builder setPasswordBytes(com.google.protobuf.ByteString value)
optional string password = 4;public final SessionProto.Transaction.Open.Req.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>public final SessionProto.Transaction.Open.Req.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionProto.Transaction.Open.Req.Builder>Copyright © 2018 Grakn Labs Ltd. All rights reserved.