Interface LogicmoduleMessages.NewAccountRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.NewAccountRequest
,LogicmoduleMessages.NewAccountRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.NewAccountRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.Credential
getAdmincredential()
.dataclay.communication.grpc.common.Credential admincredential = 2;
CommonMessages.CredentialOrBuilder
getAdmincredentialOrBuilder()
.dataclay.communication.grpc.common.Credential admincredential = 2;
String
getAdminID()
string adminID = 1;
com.google.protobuf.ByteString
getAdminIDBytes()
string adminID = 1;
String
getYamlNewAccount()
string yamlNewAccount = 3;
com.google.protobuf.ByteString
getYamlNewAccountBytes()
string yamlNewAccount = 3;
boolean
hasAdmincredential()
.dataclay.communication.grpc.common.Credential admincredential = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAdminID
String getAdminID()
string adminID = 1;
- Returns:
- The adminID.
-
getAdminIDBytes
com.google.protobuf.ByteString getAdminIDBytes()
string adminID = 1;
- Returns:
- The bytes for adminID.
-
hasAdmincredential
boolean hasAdmincredential()
.dataclay.communication.grpc.common.Credential admincredential = 2;
- Returns:
- Whether the admincredential field is set.
-
getAdmincredential
CommonMessages.Credential getAdmincredential()
.dataclay.communication.grpc.common.Credential admincredential = 2;
- Returns:
- The admincredential.
-
getAdmincredentialOrBuilder
CommonMessages.CredentialOrBuilder getAdmincredentialOrBuilder()
.dataclay.communication.grpc.common.Credential admincredential = 2;
-
getYamlNewAccount
String getYamlNewAccount()
string yamlNewAccount = 3;
- Returns:
- The yamlNewAccount.
-
getYamlNewAccountBytes
com.google.protobuf.ByteString getYamlNewAccountBytes()
string yamlNewAccount = 3;
- Returns:
- The bytes for yamlNewAccount.
-
-