Interface LogicmoduleMessages.GetAccountListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetAccountListRequest
,LogicmoduleMessages.GetAccountListRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetAccountListRequestOrBuilder 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;
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;
-
-