Interface LogicmoduleMessages.RemoveNamespaceRequestOrBuilder

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

        String getNamespaceName()
        string namespaceName = 3;
        Returns:
        The namespaceName.
      • getNamespaceNameBytes

        com.google.protobuf.ByteString getNamespaceNameBytes()
        string namespaceName = 3;
        Returns:
        The bytes for namespaceName.