Interface LogicmoduleMessages.NewDataSetRequestOrBuilder

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

        String getDataSetYaml()
        string dataSetYaml = 3;
        Returns:
        The dataSetYaml.
      • getDataSetYamlBytes

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