Interface LogicmoduleMessages.RegisterToPublicContractRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterToPublicContractRequest
,LogicmoduleMessages.RegisterToPublicContractRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterToPublicContractRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountID()
string accountID = 1;
com.google.protobuf.ByteString
getAccountIDBytes()
string accountID = 1;
String
getContractID()
string contractID = 3;
com.google.protobuf.ByteString
getContractIDBytes()
string contractID = 3;
CommonMessages.Credential
getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.CredentialOrBuilder
getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
boolean
hasCredential()
.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
-
getAccountID
String getAccountID()
string accountID = 1;
- Returns:
- The accountID.
-
getAccountIDBytes
com.google.protobuf.ByteString getAccountIDBytes()
string accountID = 1;
- Returns:
- The bytes for accountID.
-
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;
-
getContractID
String getContractID()
string contractID = 3;
- Returns:
- The contractID.
-
getContractIDBytes
com.google.protobuf.ByteString getContractIDBytes()
string contractID = 3;
- Returns:
- The bytes for contractID.
-
-