Interface LogicmoduleMessages.RemoveImplementationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RemoveImplementationRequest,LogicmoduleMessages.RemoveImplementationRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RemoveImplementationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountID()string accountID = 1;com.google.protobuf.ByteStringgetAccountIDBytes()string accountID = 1;StringgetClassName()string className = 4;com.google.protobuf.ByteStringgetClassNameBytes()string className = 4;CommonMessages.CredentialgetCredential().dataclay.communication.grpc.common.Credential credential = 2;CommonMessages.CredentialOrBuildergetCredentialOrBuilder().dataclay.communication.grpc.common.Credential credential = 2;StringgetImplementationID()string implementationID = 5;com.google.protobuf.ByteStringgetImplementationIDBytes()string implementationID = 5;StringgetNamespaceID()string namespaceID = 3;com.google.protobuf.ByteStringgetNamespaceIDBytes()string namespaceID = 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
-
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;
-
getNamespaceID
String getNamespaceID()
string namespaceID = 3;- Returns:
- The namespaceID.
-
getNamespaceIDBytes
com.google.protobuf.ByteString getNamespaceIDBytes()
string namespaceID = 3;- Returns:
- The bytes for namespaceID.
-
getClassName
String getClassName()
string className = 4;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string className = 4;- Returns:
- The bytes for className.
-
getImplementationID
String getImplementationID()
string implementationID = 5;- Returns:
- The implementationID.
-
getImplementationIDBytes
com.google.protobuf.ByteString getImplementationIDBytes()
string implementationID = 5;- Returns:
- The bytes for implementationID.
-
-