Interface LogicmoduleMessages.RemoveOperationRequestOrBuilder

    • 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.
      • 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.
      • getOperationNameAndSignature

        String getOperationNameAndSignature()
        string operationNameAndSignature = 5;
        Returns:
        The operationNameAndSignature.
      • getOperationNameAndSignatureBytes

        com.google.protobuf.ByteString getOperationNameAndSignatureBytes()
        string operationNameAndSignature = 5;
        Returns:
        The bytes for operationNameAndSignature.