Interface LogicmoduleMessages.GetInterfaceInfoRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetInterfaceInfoRequest,LogicmoduleMessages.GetInterfaceInfoRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetInterfaceInfoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicantID()string applicantID = 1;com.google.protobuf.ByteStringgetApplicantIDBytes()string applicantID = 1;CommonMessages.CredentialgetCredential().dataclay.communication.grpc.common.Credential credential = 2;CommonMessages.CredentialOrBuildergetCredentialOrBuilder().dataclay.communication.grpc.common.Credential credential = 2;StringgetInterfaceID()string interfaceID = 3;com.google.protobuf.ByteStringgetInterfaceIDBytes()string interfaceID = 3;booleanhasCredential().dataclay.communication.grpc.common.Credential credential = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplicantID
String getApplicantID()
string applicantID = 1;- Returns:
- The applicantID.
-
getApplicantIDBytes
com.google.protobuf.ByteString getApplicantIDBytes()
string applicantID = 1;- Returns:
- The bytes for applicantID.
-
hasCredential
boolean hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;- Returns:
- Whether the credential field is set.
-
getCredential
CommonMessages.Credential getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;- Returns:
- The credential.
-
getCredentialOrBuilder
CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getInterfaceID
String getInterfaceID()
string interfaceID = 3;- Returns:
- The interfaceID.
-
getInterfaceIDBytes
com.google.protobuf.ByteString getInterfaceIDBytes()
string interfaceID = 3;- Returns:
- The bytes for interfaceID.
-
-