Interface LogicmoduleMessages.RegisterECARequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterECARequest
,LogicmoduleMessages.RegisterECARequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterECARequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getApplicantAccountID()
string applicantAccountID = 1;
com.google.protobuf.ByteString
getApplicantAccountIDBytes()
string applicantAccountID = 1;
CommonMessages.Credential
getCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
CommonMessages.CredentialOrBuilder
getCredentialsOrBuilder()
.dataclay.communication.grpc.common.Credential credentials = 2;
String
getEca()
string eca = 3;
com.google.protobuf.ByteString
getEcaBytes()
string eca = 3;
boolean
hasCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplicantAccountID
String getApplicantAccountID()
string applicantAccountID = 1;
- Returns:
- The applicantAccountID.
-
getApplicantAccountIDBytes
com.google.protobuf.ByteString getApplicantAccountIDBytes()
string applicantAccountID = 1;
- Returns:
- The bytes for applicantAccountID.
-
hasCredentials
boolean hasCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
- Returns:
- Whether the credentials field is set.
-
getCredentials
CommonMessages.Credential getCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
- Returns:
- The credentials.
-
getCredentialsOrBuilder
CommonMessages.CredentialOrBuilder getCredentialsOrBuilder()
.dataclay.communication.grpc.common.Credential credentials = 2;
-
getEca
String getEca()
string eca = 3;
- Returns:
- The eca.
-
getEcaBytes
com.google.protobuf.ByteString getEcaBytes()
string eca = 3;
- Returns:
- The bytes for eca.
-
-